haruza
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Second fancybox insideThank you so much, RavanH! Now it works. Great!
Forum: Plugins
In reply to: [Firelight Lightbox] Second fancybox insideThank you for the example. I inspected element and try to find out, what code should I write. So, I wrote it in my website, but it doesn’t work. When I click picture inside the first fancybox, the box goes away.
Here’s the example – http://beadwork.garia.lclients.ru/
So, could you write the exact code and easy fancybox settings. Thank you!Forum: Plugins
In reply to: [Firelight Lightbox] Second fancybox insideThank you for the answer. It’s interesting. And where can I find this ‘click through’ or how can I make it? Could you explain, please?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] modal windowEverything is fine! Fancybox works. Great!
Thank you so much!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] modal windowThank you!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] modal windowI’ve sent the link to your email.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] cannot delete items from wishlistHi!
I resolved it this way:Find in wishlist.php (in my theme it’s in /themes/my-theme/woocommerce)
<td class="product-remove"><div><a href="javascript:void(0)" onclick="<?php echo esc_js($remove_wishlist); ?>" class="remove" title="<?php _e( 'Remove this product', 'yit' ) ?>">×</a></td>
and change it to
<td class="product-remove"><div><a href="#" onclick="<?php echo $remove_wishlist; ?>" class="remove" title="<?php _e( 'Remove this product', 'yit' ) ?>">×</a></td>Hope, it’ll work for you!