Okay
  Public Ticket #1000184
portfolio filter broken
Closed

Comments

  •  2
    smb0212 started the conversation

    Hello, Thank you for the great theme!

    I have a problem about portfolio filter.

    once load the page first time, the portfolio filter is broken.

    that is fine when I get in again. but when I reload the page, the problem is remained.

    Here is my site : http://2ndwind.co.kr

    Please take a look at my site. Thank You!
     


  •  2
    smb0212 replied

    I got it what the problem is. There is collision with style.css codes.

    this is a css code as of 'ul' element. 

    .col.centered-text ul, .wpb_column.centered-text ul { display: inline-block}     -      style.css: 3628

    What should I do to solve this problem?

  •  8,996
    Tahir replied

    Hey M, 

    The filters dont allow for Child Categories so it could be an issue due to that . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .col.centered-text ul.children {
        display: block !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  2
    smb0212 replied

    Thank you. it works!

    But, It's not what I mean exactly. Anyway I appreciate that.

    I mean that the portfolio filter is being unfolded when I get there first time.