• Resolved S1awek

    (@s1awek)


    Hi,
    I’m having problem with using your plugin with activated slider . When it’s turned on (the slider), height of entire thumbnails area is 520 px, which is waaay to high.
    I’m using Obox Loft theme. I think the reason for that error might be the same css style class names, shared between theme and the plugin which is .slider
    How can I overcome this problem? I’m assuming that changing class name for something less general would be helpful but I don’t know how to do it.
    This is an example where you can see what I’m talkin about: https://arcadius-atelier.com/product/nice-end-table/

    Except that one issue I mentioned above YITH WooCommerce Zoom Magnifier is a great plugin.
    Thanks

    https://www.ads-software.com/plugins/yith-woocommerce-zoom-magnifier/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    You can change your CSS style to fit your theme behaviour.
    As an example you can add the following CSS rules :

    .thumbnails.slider {
    max-height: 110px;
    }

    Thread Starter S1awek

    (@s1awek)

    Great! It worked out!
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider class name conflict’ is closed to new replies.