JjoacadsSep 14, 2016
Hi, I'm doing a page with the step process style, and inside of each tab i want to use a gallery, but when i change the current tab, the gallery doesn't work, it only work on the first tab i see, how can i fix this?
1 reply · opened Sep 14, 2016
Hi, I'm doing a page with the step process style, and inside of each tab i want to use a gallery, but when i change the current tab, the gallery doesn't work, it only work on the first tab i see, how can i fix this?
Hello,
Please consider adding the following JS code at the bottom of the Page just after the js/functions.js JS File Linking:
jQuery( ".tabs" ).on( "tabsactivate", function( event, ui ) {
SEMICOLON.widget.masonryThumbs();
});
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard