Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1300272

    Hi there,

    The arrows work when i look at all.

    but as soon as i go inside a sub category then the arrows on left ant right go to the outside category.

    I want the arrows to flip through whats inside the sub category please

    hope i am making sense.

    please help!

    • This topic was modified 3 years, 6 months ago by DanCoetzee.
    #1300402

    Hi DanCoetzee,

    Can you give us a link to the page mentioned? so we take a closer look and understand the context.

    Best regards,
    Nikko

    #1302177

    Hi there,

    Apologies for the delay

    Added link below – when you click into it then the arrows work.

    but when you choose eastern cape for example and click on it the arrows still show for all.

    #1302497

    Hi DanCoetzee,

    No worries, can you try to use a child theme? you can download and find instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
    Then please add this code inside functions.php file of the child theme (at the bottom):

    function avf_post_nav_settings_mod($settings) {
      $settings['same_category'] = true;
      return $settings;
    }
    add_filter('avf_post_nav_settings','avf_post_nav_settings_mod', 999, 1);

    Let us know if this helps.

    Best regards,
    Nikko

    #1302854

    hi there,

    it doesnt work :(

    is there anything else you have please?

    #1302917

    Hi DanCoetzee,

    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

    #1303124

    hi there,
    please see below.

    • This reply was modified 3 years, 6 months ago by DanCoetzee.
    #1303532

    Hi,

    Thank you for the update.

    The filter above will only work if the portfolio items contains a single category. When you go to a single portfolio page, the navigation or arrows should only allow you to access portfolio items that belong to that same category. However, in your installation, the portfolio items contain more than one category, so every post that has the same category will still be accessible in the navigation. Unfortunately, there is no way to alter this behavior without significant modification in the theme.

    Best regards,
    Ismael

    #1303614
    This reply has been marked as private.
    #1303941

    Hi,

    Thanks for the update. We don’t offer customisations like these ourselves, but you can try to reach out to Codable. You should be able to get a developer to help you out there.

    Best regards,
    Rikard

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