Hello, Product images are not displayed -screenshot!
Can you tell me how to fix it or is the display of images only in the pro version?
Hello, the slider is visible on Desktop, but not visible on mobile.
I am using Elementor and it’s quite strange to see that everything is okay on desktop but not visible on mobile. Any ideas?
P.S. the site is responsive, the section with the slider should be visible on mobile, it shows that it’s visible in the settings, but somehow it’s not.
Hello,
The product images aren’t showing on the carousel on the link above (but they are in the screenshots provided on the plugin page),and its seems there is a limit on the number of products that can be displayed in the carousel, as only a fixed number of products are showing, and not all.
Please advise.
Thanks!!
Rahul
]]>The plugin doesn’t work correctly when the site is optimized by Autoptimize (and probably other similar plugins…) which move jQuery around.
The issue is in wpb_shortcode.php, as the Javascript code generated by EDD Slider is run immediately rather than waiting for the document to load.
The solution is to embed the JS code in a $(document).ready (about line 162):
$output .= '<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery("#wpb_eps_'.$slider_id.'").owlCarousel({
autoPlay: '.$autoplay.',
stopOnHover: '.$stop.',
navigation: '.$nav.',
navigationText: ["'.$prev.'","'.$next.'"],
slideSpeed: '.$speed.',
paginationSpeed: '.$paginationSpeed.',
pagination: '.$pagination.',
paginationNumbers: '.$count.',
items : '.$items.',
itemsDesktop : [1199,'.$items_desktop.'],
itemsDesktopSmall : [979,'.$items_desktop_small.'],
itemsTablet : [768,'.$items_tablet.'],
itemsMobile : [479,'.$items_mobile.'],
baseClass : "wpb-eps-carousel",
});
});
</script>';
Maybe you want to implement this as standard…
— M.
]]>I have recently installed EDD Slider 1.0. The slider settings does not show up anywhere in my dashboard. It should show up under download menu but there is nothing there. I am using portfolio gallery theme. Is there a fix for this? Thanks.
]]>Hi, this plugin is not compatible with HTTPS, as it has hard-coded “http” for the Google fonts its uses.
To fix, change line 1 of assets/css/main.css from:
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
to:
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
Don`t work
]]>Please Help…. URGENT! URGENT!
Upon installing an Easy Digital Download theme “Themeshop” the Easy Digital Downloads Product Slider” appears to block / freeze altogether my Website and I can’t get in at all!
I get this message instead: “Fatal error: Cannot redeclare aq_resize() (previously declared in /home4/abdelali2/public_html/wp-content/plugins/edd-product-slider/admin/wpb_aq_resizer.php:202) in /home4/abdelali2/public_html/wp-content/themes/Themeshop/inc/aq_resizer.php on line 108”
I have contacted the ‘themeshop’ owners they said it is your problem.
My Website is down, please help!
Thank you
A.Bouzid
]]>