Hi.
I have just bought the enfold theme, really cool, but i am not sure if i have hidden the portfolio category sorting menu or not.
this is what is says in firebug (<div class=”sort_by_cat hidden “>).
I tried to find this in the enfold section with all the settings but cannot find where to make this hidden or visible.
In the portfolio grid on the page i have marked it as follows:
YES: Sortable? Should the sorting options based on categories be displayed?
Please let me know when i can make this visible.
thanks.
Just to add to this, I did a search “js_sort_items” after i saw what was in the source code using firebug and found the following reference to the portfolio categories in the following page:
config-templatebuilder/avia-shortcodes/portfolio.php
$output = “<div class=’sort_width_container’ data-portfolio-id='”.avia_post_grid::$grid.”‘ ><div id=’js_sort_items’ >”;
$hide = count($current_page_cats) <= 1 ? “hidden” : “”;
Is this hidden by default in the theme?
Where do you set this in the theme settings to be visible?
thanks.
Hi quintinM,
Can we see the site live? If you have the portfolio items displayed with multiple categories then it will display by default I believe. So also check that you are showing more than one category in a section so that there is something to sort.
Regards,
Devin