Okay
  Public Ticket #366598
How to have 2 differents url for my different portfolio navbar link
Closed

Comments

  • Candice started the conversation

    Hello,

    on my navbar i have 2 differents porftolio style default. One for TV productions and the other One for Soundwishes. It is two differents project category but there is only one page for both and so only one URL, i don\'t know why ? Could you tell me how to have a different portfolio displayed for each ?

  •  8,466
    Tahir replied

    Hey Again!

    See screenshot: http://prntscr.com/61qwqc .You need to add the project category menu and then adjust it accordingly in Apperance -> Menu .

    Thanks


    ThemeNectar Support Team 

  • Candice replied

    Thanks Tahir,

    I have understood the problem.

    1/ Now, i would like to sort each portfolio by their categories. For example inside the Nos-productions-TV there is 4 categories that i would like to sort http://www.black-office.com/portfolio-fullwidth-style-4/productions-tv/.


    2/ When i hover on the sort, my features portfolio images are moving, i want it to stay at the same place when i open the dropdown menu.

    Many thanks !

  •  8,466
    Tahir replied

    Hey Again!

    The dropdown filter option does not work with nested categories. Please switch to inline and use this custom css to show them all:

    #portfolio-filters ul li {
        display: inline-block !important;
    }

    Thanks


    ThemeNectar Support Team