Okay
  Public Ticket #982911
Display Portfolio in a Toggle Panel
Closed

Comments

  •  2
    Garrett Bodman started the conversation

    Hello,

    I put my portfolio in a Toggle Panel, but initially it's not displayed correctly. Each portfolio item is stacked on top of each other, instead of spreading out to fill the 4 column layout. Once I click on a sorting category up on the top, OR just resize the browser window, the portfolio items suddenly snap into place.

    How can I get the portfolio items to display correctly from the start? I hope this is possible within a toggle panel.

    Thanks in advance for the help... I really LOVE this theme!

  •  8,386
    Tahir replied
    Hey, Please provide the page url so that i can write up the custom code for whats possible. Thanks


    ThemeNectar Support Team 

  •  8,386
    Tahir replied

    Try adding this JS code to the Google Analytics Section and check if that works .

    <script type='text/javascript'>
    jQuery( document ).ready(function() {
    jQuery('.toggle h3 a').on('click',function(){
       setTimeout(function(){ jQuery(window).trigger('resize'); },500); });
    });
    </script>
    


    ThemeNectar Support Team 

  •   Garrett Bodman replied privately
  •  8,386
    Tahir replied

    Just added in correct code .

    Thanks 


    ThemeNectar Support Team 

  • Garrett replied

    Thanks soooooooooooo much!

    I REALLY appreciate the quick and expert help with this.

    Can I ask, just out of curiousity, what exactly the issue was and how you fixed it with your ninja coding?

    ;)

  •  8,386
    Tahir replied

    The code provided was of TABS and you were using Toggles so just had to change the css selector in the JS code earlier provided. 

    Cheers 


    ThemeNectar Support Team 

  • Garrett replied

    One LAST question:

    Could you possibly recommend the best avenue, course, method or book to learn javascript for web design?

    Really appreciate it! I'll stop bugging you now ;)

  •  8,386
    Tahir replied

    Hey Again,

    We dont have any recommendations as such . Google is your friend .

    Best.


    ThemeNectar Support Team 

  • Garrett replied

    Haha... exactly. Thanks ;)

    Keep up the good work!