
-
AuthorPosts
-
December 16, 2014 at 9:41 pm #369178
Hi,
With hundreds of items in an Enfold portfolio with categories and subcategories, there must be a simple way to create either text or thumbnail links to other items within the same category or subcategory.Since the portfolio items are a special type of post, I tried plugins such as:
https://wordpress.org/plugins/custom-taxonomies-menu-widget/but no luck.
Does the theme support this internal portfolio navigation somehow? Navigation that supports “previous/next” or a list of similar items would be very useful.
Thanks for pointing me in the right direction!
December 16, 2014 at 11:49 pm #369235Hi whatscookin!
Our portfolio posts should have the next and previous links displayed by default. You can see it on our demo here, http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/.
Is your portfolio post set to fullwidth? If so then try this out, https://kriesi.at/support/topic/enfold-portfolio-post-nav-not-showing/.
Cheers!
ElliottDecember 17, 2014 at 8:29 pm #369711Hi Elliott,
I appreciate your reply. We do have the navigation arrows displaying within a gallery display.The difficulty we’re having is that the navigation that appears within a portfolio is not in step with the images that are within the portfolio gallery or gallery categories, but instead are related by upload order, it seems.
We need to have the navigation restricted to a gallery, a gallery category, or a gallery subcategory.
Is there a way to specify this range automatically? It wouldn’t be useful to have to do this manually (as we’ve been forced to do with the Post Types Order plugin).
Any further suggestions?
Thanks in advance!
December 17, 2014 at 11:55 pm #369812Hi!
There is an option to have it display only posts with the same category as the current post, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/.
If you want to expand on that and exclude some categories then you can do this.
add_filter('avia_post_nav_settings', 'enfold_customization_exclude_cats'); function enfold_customization_exclude_cats($settings) { $settings['excluded_terms'] = '12,13,14'; return $settings; }
Where 12,13,14 are the category ID’s you want to exclude.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.