-
AuthorPosts
-
May 14, 2021 at 9:03 am #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.
May 14, 2021 at 6:08 pm #1300402Hi DanCoetzee,
Can you give us a link to the page mentioned? so we take a closer look and understand the context.
Best regards,
NikkoMay 25, 2021 at 9:56 am #1302177Hi 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.
May 27, 2021 at 5:14 am #1302497Hi 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,
NikkoMay 28, 2021 at 2:47 pm #1302854hi there,
it doesnt work :(
is there anything else you have please?
May 29, 2021 at 5:05 am #1302917Hi DanCoetzee,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoMay 31, 2021 at 9:20 am #1303124hi there,
please see below.- This reply was modified 3 years, 6 months ago by DanCoetzee.
June 2, 2021 at 9:38 am #1303532Hi,
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,
IsmaelJune 2, 2021 at 3:18 pm #1303614This reply has been marked as private.June 4, 2021 at 6:06 am #1303941 -
AuthorPosts
- You must be logged in to reply to this topic.