Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author slickremix

    (@slickremix)

    Thanks for contacting us. The reason that is happening is because you are using a tab that is using js to make the tabs work and because the pinterest feed using the grid format which also uses js there is a conflict. See this post about how to correct the problem in most cases. Let me know if that helps.

    https://www.slickremix.com/docs/js-grid-format-in-tabs/

    Spencer

    Thread Starter travelnitch

    (@travelnitch)

    I added the script below to the header (and then the footer), and tried several different classes but it still isn’t working. Any other suggestions? I appreciate your time!

    <script>
    jQuery(window).on(‘load’,function(){
    jQuery( “.vc-tabs-li” ).click(function() {
    setTimeout(function() {jQuery(“.masonry”).masonry(“layout”);}, 200);}
    });
    });
    </script>

    Plugin Author slickremix

    (@slickremix)

    The only thing I can suggest is try using a different tab layout or try adding pinterest as the first tab instead.

    Spencer

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pinterest display error’ is closed to new replies.