Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1309764

    Hi There,

    I need a solution for one problem. I have lots of post categories and i use the Navigator arrows on the side of the screen to switch between post items. The problem is that this arrows switching between all post items. Is it possible to switch between posts in the same category?

    I found and script on this support form from an old thread, but thats not working.

    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category = true;
    return $same_category;
    }
    #1309805

    Hey GrafitecSon,

    Can you try the solution posted on this thread: https://kriesi.at/support/topic/nextprevious-post-arrow-same-category-content-only/#post-818822
    Hope it helps.

    Best regards,
    Nikko

    #1311061

    Hi Nikko,

    I tried this solution, but it still not works. I use the post element in pages with a different category per page.

    What can be the problem? In the private content i placed a demo link

    #1311279

    Hi GrafitecSon,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1311370
    This reply has been marked as private.
    #1311999

    Hi GrafitecSon,

    Thanks for giving us admin access.
    After checking the posts and the categories, it seems to be working as it should, for example, the post in private content has post nav items of the same category and skips other posts that are not of the same category.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.