Home › Forums › WoodMart support forum › Desktop Version: Product Tabs
Desktop Version: Product Tabs
- This topic has 7 replies, 4 voices, and was last updated 3 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
June 10, 2021 at 7:51 am #298816
StefanieParticipantHello.
Desktop Version:
If I push together the browser window (as shown in the attachment) the contents of the TABS are no longer displayed. Is this correct?Wouldn’t it be better if here (similar to the mobile view) also the contents remain visible for the users?
Thanks for support.
Best regards.
Attachments:
You must be logged in to view attached files.June 10, 2021 at 10:22 am #298854
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
You have to reload the page after you change the browser size to load the tabs in the mobile view or any other. This is the default behaviour.
Regards.
Xtemos StudiosJune 11, 2021 at 11:31 am #299104
StefanieParticipantHello.
Thanks for the tip to reload the side. BUT sorry to say – this is not the default behavior. I have never seen a shop-site whereI have to reload the site to get the content in all browser sizes. In my opinion it’s also not comfortable for clients.
What I want to have is:
Accordion functionality first tab “discription” (or all tabs if it’s easier) always open in all browser sizes.
Without site reload and scrollbar.For me both default choices for TAB / ACCORDION are not yet satisfying (as shown in screenshot).
I found something here in the forum about the topic:
https://xtemos.com/forums/topic/how-to-style-an-accordion-with-only-the-opened-tabs/Unfortunately the custom code does not work for me.
It would be great, if you can find a solution for a permanent fully open accordion view in all browser sizes.
Thank you so much!!!!
Best regards.June 14, 2021 at 6:24 am #299556
Bogdan DonovanKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wd-accordion-title.active { color: #4d4d4d; } .wd-accordion-title { cursor:default; pointer-events: none; } .tabs-layout-accordion .wd-tab-wrapper .wc-tab { display: block!important; }
Kind Regards
June 14, 2021 at 9:07 am #299612
StefanieParticipantHello.
Thank you for the snippet. But this snippit unfortunately does not work. The “problem” persists and isn’t solved yet.
Do you have any other idea or code?
Many thanks and kind regards.
June 14, 2021 at 11:48 am #299667
Bogdan DonovanKeymasterTry to replace previous code snippet with the following one:
.single-product-page .wd-accordion-title { cursor:default; pointer-events: none; } .single-product-page .wd-accordion-title:after { display: none; } .tabs-layout-accordion .wd-tab-wrapper .wc-tab { display: block!important; } .tabs-layout-accordion .wd-scroll-content, .tabs-layout-accordion #tab-reviews .wc-tab-inner .wd-scroll-content { max-height: 100%!important; }
Kind Regards
June 15, 2021 at 5:12 am #299843
StefanieParticipantHello.
Yeah. That’s perfekt. Many, many thanks!
Kind regards.
June 15, 2021 at 6:11 am #299852
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘Desktop Version: Product Tabs’ is closed to new replies.
- You must be logged in to create new topics. Login / Register