hey,
you can change the z-index property of the following class from 9999 to 999 or lesser depending on your naviation menu’s z-index property.
search for the following class in style sheet – plugins/yith-woocommerce-zoom-magnifier/assets/css/yith_magnifier.css
()
.yith_magnifier_zoom_wrap {
z-index:666;
}
this would surely solve this issue
thanks bheadrick, but i have tried all those things. right now i dont really want to spend on woocommerce’s add-ons extension. I have tried making it a variation and it even worked. but the only limitation which i got is , if a user purchases multiple number of the same product, its expedited shipping is getting add multiple times. ideally it should be x amount for quantity 1-5, y amount for qty 6-10 and so on. so i am not able to figure how would i implement this change.
also, thanks Justin. I would surely try out this plugin and check weather it out fulfil my requirement.