Martin Valchev
Forum Replies Created
-
Thank you !
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Conflict with flatsome themeYou had to leave the video and code in this link provided for me to see, so I won’t be able to help you if you remove the video, that’s the little I can see since you don’t provide me with error logs or more information.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Conflict with flatsome themeI installed this theme on a test site and it works, it doesn’t have the problem you have. I’m guessing it’s some setting or a possible conflict with some other plugin, if you have any error logs – that would be helpful.
If you can’t try this custom code that you can add in function.php of your theme – and it should be some kind of solution
function custom_vwg_footer_script() {
if ( is_product() ) {
?>
<script type="text/javascript">
jQuery(document).ready(function($) {
jQuery('body').on('click', '.pswp', function(event) {
if (event.currentTarget === this) {
jQuery(this).attr('class', 'pswp');
jQuery(this).attr('aria-hidden', 'true');
jQuery(this).removeAttr('style');
}
});
});
</script>
<?php
}
}
add_action('wp_footer', 'custom_vwg_footer_script');Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Conflict with flatsome themeHello,
I don’t know if you put custom css somewhere, if you did find where you put this and delete it:
.pswp--visible .pswp__item {
opacity: 1;
}If you haven’t installed it, most likely the problem comes from the caching plugin, I would advise you to turn it off to test. If the problem does not occur with the caching plugin turned off, you will most likely need to make other settings for the js and css files
I think this will solve your problem
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Conflict with flatsome themeHello,
Thanks for the feedback. But you will have to provide a link to your site for me to take a look.
Hello,
You wrote to me by e-mail, I answered you there.
Hi, I’ll have to leave a link to your site so I can see what the problem is. If you want leave an email and I will contact you
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Video not showing up in product galleryHello,
Yes the problem is because you are using a custom theme. I saw that you emailed me, there I replied with more details
Forum: Reviews
In reply to: [Video Gallery for WooCommerce] Siple and aesy to useThank you !
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Video Not Showing Up In Product GalleryUnfortunately, it’s not supposed to work with the slider from your theme. It is possible to develop it for a fee, if you are interested leave your email and I will get back to you
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Video Not Showing Up In Product GalleryIf you want to remove the slider, you can visit the theme documentation at this link https://wpastra.com/docs/single-product-woocommerce/ in the Gallery Layout section you can change this setting to test.
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Video Not Showing Up In Product GalleryHello,
I tested with the free version of the Astra theme, the problem is not there. As far as I can see the problem is that in your gallery there is a slider and the plugin works with the default elements. I suppose for you this slider comes as a setting if you use Astra premium theme. Try changing the setting so the elements are closest to the Woocomerce defaults. If this still makes you uncomfortable you can email to consider further development
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Fatal Error with Gravity Forms admin menuI am glad that the problem is solved. I will ask you if you have time to leave a review of the plugin. Thanks
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Fatal Error with Gravity Forms admin menuThe problem should be fixed in version 1.31, please update to it and give me feedback
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Fatal Error with Gravity Forms admin menuHi, thanks for the feedback. We will review things to fix the problem. We’ll keep you updated here