Home Forums WoodMart support forum Hotspot behind related products

Hotspot behind related products

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #145916

    arturs4
    Participant

    Hi!

    I have image with hotspots that are near related products and the hotspot window goes behind related product image (screenshot attached). I tried to change z-index but that didn’t work. Can you help?

    Best regards,
    Arturs

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

    Hello,

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

    .container .vc_row.woodmart-disable-overflow,
    .container .vc_section.woodmart-disable-overflow {
        overflow: visible;
    }

    We shall fix it in the nearest update.

    Best Regards

    #145977

    arturs4
    Participant

    That didnt help. 🙁 Any other solutions?

    #145990

    Hello,

    Please check if you have disabled the overflow option in the row settings “Woodmart extra” tab.

    Please provide the page URL with the problem and update your site admin access if you have changed them.

    Best Regards

    #145994

    arturs4
    Participant

    Sorry, I didn’t understand about “Woodmart extra” tab. I can’t find it anywhere.

    The problem occurs on product pages, where hotspot location is near related products bellow it; link to example in private content.

    Login data is the same, I haven’t changed them.

    #146101

    Hello,

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

    .hot_spot_z10{
    z-index:10;
    }

    Add class hot_spot_z10 to the column which contains the hot-spot element https://gyazo.com/a91b7f4d2dc749582fddf6bff51dbe2e

    Best Regards

    #146160

    arturs4
    Participant

    I have more than 500 products, and they all have hotspots. I don’t think I can add new class to each product. Can you offer any other solutions? I’m OK if the fix will come with next update – I can wait; but I really don’t want to manually edit 500+ products.

    #146243

    Hello,

    Please replace this code in the Theme Settings > Custom CSS > Global:

    .product-tabs-wrapper {
        position: relative;
        z-index: 10;
    }

    Best Regards

    #146296

    arturs4
    Participant

    Hello!

    Yes, now it’s working! Thank you very much!

    I want to ask you another thing: would it be possible for you to make automatic CSS generator depending on what elements are used on the site? I have used WP theme PORTO and they have it so it is possible. Can you make such thing for your theme as well?

    Regards,
    Arturs

    #146339

    Hello,

    It is not possible in the nearest future. We shall consider your suggestion.

    Best Regards

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