• Resolved bendev

    (@bendev)


    First thanks for this plug, for a lot of needs it does the job perfectly.

    So I’m trying to use Tabs-responsive to display many categories of partners. Each Tab is for each category.
    Inside each tab, I use a plug called Post grid ( https://fr.www.ads-software.com/plugins/post-grid/ ) to display the posts of a specific category as a posts-grid. Each post-grid is called by a shortcode on the tab page.

    When I load the page, the first tab is preselected and the post-grid is well displayed on it.
    But when I select any other tab, the post-grid is not well displayed. It seems to be a refresh problem because if I do a resize of the navigator window, the post-grid is getting displayed back as it should be…

    Do you already know about this kind of issue? If yes, is there already any work around? If no, let me know if you can reproduced te issue and if you can plan to fix it on day ?? ??

Viewing 7 replies - 16 through 22 (of 22 total)
  • Hi @bendev,

    please follow the below steps :
    open wp-include/script-loader.php -> you will found this line

    $scripts->add( ‘masonry’, “/wp-includes/js/masonry.min.js”, array( ‘imagesloaded’ ), ‘3.3.2’, 1 );

    and

    // $scripts->add( ‘masonry’, “/wp-includes/js/masonry.min.js”, array( ‘imagesloaded’ ), ‘3.3.2’, 1 ); //

    Thanks

    Thread Starter bendev

    (@bendev)

    Well thanks for the try, but it doesn’t make it work better.

    I get a “(index):1295 Uncaught TypeError: jQuery(…).masonry is not a function”
    Putting the line in comment makes the call of .masonry leading an error…
    The post grid is then not displayed at all, just locked on the wait gif image…

    Hi @bendev,

    This error must be generating between theme and plugin so please share your theme package so that we can check the issue with the same things .

    Thanks

    Thread Starter bendev

    (@bendev)

    Hi @joshi2409

    One of the theme I use on which you can get the issue is called colornews.
    here is the link to get the package:

    https://downloads.www.ads-software.com/theme/colornews.zip

    Hi @bendev,

    I have tested your theme package with our plugin it is working properly it may be conflicting with post grid js so this error occurs.

    Thanks

    Thread Starter bendev

    (@bendev)

    Hi,

    So you mean that I need to ask Post Grid Support team?
    Thanks for your time on this issue by the way ??

    Hi @bendev,

    if you have any query for our plugin let me know.

    Thanks

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Tab content is not well displayed on Tab change’ is closed to new replies.