Home New Guten Forums WoodMart support forum Issue Second Tab above the first

Issue Second Tab above the first

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #661170

    digitale
    Participant

    Hello I am trying to undersarstand why in this page https://www.anticaduta.com/ispezione-verifica/( that i am still building) the second tab is showed above the first if the first one is selected. But with the same tool “Tabs” in this page https://www.anticaduta.com/progettazione-installazione/ it doesn’t do it.

    I think is not logic to show the second tab above the first but show the second only when is selected… right?

    Thank you so much.

    #661192

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to the admin panel so I can check what is wrong there.

    Thank you in advance.

    Kind Regards

    #661195

    digitale
    Participant

    sure:

    #661233

    Luke Nielsen
    Keymaster

    Hello,

    It seems that access is not working – https://prnt.sc/7NKANv1-W0LD , could you please update it?

    Thank you in advance.

    Kind Regards

    #661247

    digitale
    Participant

    sorry…

    #661264

    Luke Nielsen
    Keymaster

    Hello,

    I see that you use the default Tabs from Elementor. So either check how they work on the default theme or try to use tabs from our theme – https://prnt.sc/_vpiU-XPzIo7

    Let me know the result.

    Kind Regards

    #661266

    digitale
    Participant

    I honestly prefer the Elementor one just because i don’t need to create a html block if I want to insert different types of element inside.

    So don’t you know what cause my issue?

    Thank you so much

    #661533

    Luke Nielsen
    Keymaster

    Hello,

    First, check how it works on the default theme in this case, or if you do not mind, I can check it on your end.

    Let me know the result.

    Kind Regards

    #661543

    digitale
    Participant

    Can you send me the link where to find the Tab element in your demo?
    https://woodmart.xtemos.com/home/

    Anyway I solved. I have just deletet all and rebuilt the page.

    Thank you

    #661580

    Luke Nielsen
    Keymaster

    Hello,

    The demo uses the Ajax Products Tabs element, you can find it in your page builder.

    Kind Regards

    #663636

    digitale
    Participant

    I have another issue with the “Tabs” element. I added an image gallery for each tab, but only the gallery of the first tab is displayed correctly. In fact, if you visit this page: https://www.anticaduta.com/progettazione-installazione/, you’ll notice that the gallery under the “SISTEMI ANTICADUTA” tab looks different from the ones in the other tabs, even though they were set up the same way. In the backend, everything looks fine, but in the frontend it appears differently. In the second tab, “ETC”, only two images are visible, and if you click on one, you can scroll to view the others—which are not shown in the preview.

    #663640

    Luke Nielsen
    Keymaster

    Hello,

    Try to define the default grid for the Image gallery here – https://prnt.sc/ED53KVELrGFK

    Let me know the result.

    Kind Regards

    #663643

    digitale
    Participant

    But I don’t like the default one , I prefer the “bricks” one. The one i am using without any issue in the first tab…

    #663815

    Luke Nielsen
    Keymaster

    Hello,

    Add the code below in Theme Settings -> Custom JS -> On document ready: https://prnt.sc/0bgzyrpD6qWL

    jQuery('.e-n-tab-title').on('click', function(e) {
    	setTimeout(function() {
    		if ( woodmartThemeModule.hasOwnProperty('imagesGalleryMasonry') ) {
    			woodmartThemeModule.imagesGalleryMasonry();
    		}
    						 
    		if ( woodmartThemeModule.hasOwnProperty('imagesGalleryJustified') ) {
    			woodmartThemeModule.imagesGalleryJustified();
    		}
    	}, 100);
    });

    Clear the cache and recheck the issue.

    Kind Regards

    #663886

    digitale
    Participant

    Yes it works thank you so much!

    #663888

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for confirming that the solution worked. If you encounter any further issues or have more questions, feel free to reach out. We’re here to help.

    Kind Regards

Viewing 16 posts - 1 through 16 (of 16 total)

The topic ‘Issue Second Tab above the first’ is closed to new replies.