Okay
  Public Ticket #184982
Portfolio Category Not Showing in Drop Down Menu
Closed

Comments

  • Nicholaus started the conversation

    Hi,

    I noticed one of the categories for the portfolio page isn't showing up. Is this a theme caching issue? I don't have any caching plugins installed.

    Any help is much appreciated,

    Thanks,

    Nicholaus

  • Ricardo Frederico Souza Da Silva replied

    I am also with this problem. No sub category is displayed in the menu.

    Ricardo Silva

  •  8,838
    Tahir replied

    Hey Guys!

    Could you please post urls so we can take a look .

    Thanks


    ThemeNectar Support Team 

  • Nicholaus replied

    I found out what it was. When you select the option to only display a certain amount of portfolio posts with pagination, the categories that show on the page are the ones that are linked to the ones being displayed on that single page. When I turned off the pagination and had all the portfolio posts displayed on one page, every portfolio category showed in the drop down menu.

    Thanks,

    Nicholaus

  • Ricardo Frederico Souza Da Silva replied

    This is the link where the sub categories are not being displayed. (They are selected in page setup).

    http://oxidigital.com.br/sites-prontos/modelos/

  •  8,838
    Tahir replied

    Hey!

    Yes if you have pagination enabled and none of the posts of that particular category are on the page it wont show the category on the drop down as it would return empty. If you wish to show all categories please disable pagination. 

    Thanks


    ThemeNectar Support Team 

  • Ricardo Frederico Souza Da Silva replied

    Hi Tahir,

    This is the shortcode I'm using:

    [nectar_portfolio enable_sortable="true" horizontal_filters="true" starting_category="default" project_style="2" category="all,corporativo,loja-virtual-planos,revista-blog" layout="4"]

    All these categories are actually sub categories. Example: http://oxidigital.com.br/sites-prontos/modelos/

    But when I do the filter only by category (without using sub categories) they are being displayed correctly. Example: http://oxidigital.com.br/portfolio/

    This my categories and sub categories: http://oi62.tinypic.com/t071qr.jpg

    I think we need to upgrade the code this shortcode. If I can help with anything let me know.

    Need to adjust this so that my site be 100%. :)

    Thank you!

  •  1,069
    ThemeNectar replied

    Hey Ricardo!

    The submenu items are hidden by default in the horizontal filter display but if you use the dropdown option they should display normally. If you'd perfer to stay with the inline option simply add this into the Custom CSS box located in your Salient Options panel: 

     
    #portfolio-filters li, #portfolio-filters-inline li {
        display: inline-block !important;
    }
    
    Cheers :)