Home New Guten › Forums › WoodMart support forum › Issue Second Tab above the first
Issue Second Tab above the first
- This topic has 15 replies, 2 voices, and was last updated 2 months, 3 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
May 16, 2025 at 1:53 pm #661170
digitaleParticipantHello 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.
May 16, 2025 at 2:39 pm #661192
Luke NielsenKeymasterHello,
Send me access to the admin panel so I can check what is wrong there.
Thank you in advance.
Kind Regards
May 16, 2025 at 2:57 pm #661195
digitaleParticipantsure:
-
This reply was modified 3 months ago by
Luke Nielsen.
May 16, 2025 at 4:31 pm #661233
Luke NielsenKeymasterHello,
It seems that access is not working – https://prnt.sc/7NKANv1-W0LD , could you please update it?
Thank you in advance.
Kind Regards
May 16, 2025 at 5:33 pm #661247
digitaleParticipantsorry…
-
This reply was modified 3 months ago by
Luke Nielsen.
May 16, 2025 at 6:03 pm #661264
Luke NielsenKeymasterHello,
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
May 16, 2025 at 6:06 pm #661266
digitaleParticipantI 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
May 19, 2025 at 9:23 am #661533
Luke NielsenKeymasterHello,
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
May 19, 2025 at 9:52 am #661543
digitaleParticipantCan 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
May 19, 2025 at 12:17 pm #661580
Luke NielsenKeymasterHello,
The demo uses the Ajax Products Tabs element, you can find it in your page builder.
Kind Regards
May 27, 2025 at 5:48 pm #663636
digitaleParticipantI 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.
May 27, 2025 at 5:58 pm #663640
Luke NielsenKeymasterHello,
Try to define the default grid for the Image gallery here – https://prnt.sc/ED53KVELrGFK
Let me know the result.
Kind Regards
May 27, 2025 at 6:07 pm #663643
digitaleParticipantBut I don’t like the default one , I prefer the “bricks” one. The one i am using without any issue in the first tab…
May 28, 2025 at 2:16 pm #663815
Luke NielsenKeymasterHello,
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
May 28, 2025 at 5:29 pm #663886
digitaleParticipantYes it works thank you so much!
May 28, 2025 at 5:34 pm #663888
Luke NielsenKeymasterHello,
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
-
This reply was modified 3 months ago by
-
AuthorPosts
The topic ‘Issue Second Tab above the first’ is closed to new replies.
- You must be logged in to create new topics. Login / Register