Home Forums WoodMart support forum Add Tabs to Image Gallery Carousel?

Add Tabs to Image Gallery Carousel?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #341900

    tdavid72
    Participant

    how do you add tabs to images gallery? how do you get the images gallery side arrows to stay visible. Currently the images gallery side arrows appear when you hover over the gallery images but I want the arrows to always be visible.

    Attachments:
    You must be logged in to view attached files.
    #341946

    Hello,

    The arrows are shown on the scroll and keep to be visible while you are in the tabs area, as soon as you scroll through the arrows disappear. If I change the CSS, these arrows would be shown on other blocs as well.

    As for the images, you cannot insert the image gallery into the tabs as JS code of the gallery and tabs would conflict.

    If you have any questions please feel free to contact us.

    Best Regards

    #342037

    tdavid72
    Participant

    ok. Can you please provide the custom CSS so I can try it out? Also how do I stretch the image gallery to full width to get rid of the large white areas on each side of the image gallery??

    Attachments:
    You must be logged in to view attached files.
    #342194

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .products-footer .wrap-loading-arrow>div {
        visibility: visible;
        opacity: 1;
    }

    This code shows on other blocks where they are not necessary: https://gyazo.com/26d34cfe2a39f0aa4f92de48fba112a3

    Best Regards

    #342238

    tdavid72
    Participant

    ok thank you for helping with the css for the image gallery arrows. how do I stretch the image gallery to full width to get rid of the large white areas on each side of the image gallery?

    Attachments:
    You must be logged in to view attached files.
    #342337

    tdavid72
    Participant

    never-mind. I figured out how to stretch the image gallery. thanks

    #342409

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Add Tabs to Image Gallery Carousel?’ is closed to new replies.