Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29294

    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.

    #140278

    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.

    #140279

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio sort menu hidden’ is closed to new replies.