Nextendweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Support EmailsHi @deeveearr,
thank you for reporting this issue. We had an error on our end. We were able to fix this, so you should be able to send us your email. Could you try it again?Forum: Plugins
In reply to: [Smart Slider 3] Smart Slider 3.5 releaseHi @a223123131,
the beta version of Smart Slider 3.5 is out: https://smartslider3.com/blog/smart-slider-35/The stable release will come on the next week if there are no serious bugs in the beta.
Forum: Plugins
In reply to: [Cachify] CSS and Javascript sliderHi @barnabas1,
I’m the developer of Smart Slider 3. We got your support request and we were able to solve this issue in Smart Slider 3. One of my colleague will send you the fix soon. Thank you for reporting this problem!Forum: Plugins
In reply to: [Smart Slider 3] Lighthouse 7.1 & Web Vitals@a223123131 I think you had CPU throttling enabled or simulated throttling disabled while you ran Lighthouse 7.0.1 that’s why you might get lower scores.
These metrics are lab data and not the real world data. Google will use the real world (called field data) data as far as I know. https://imgur.com/a/gyPijz2
Test version (JavaScript files are not minified), Lighthouse 7.0.1 with simulated throttling off, device: mobile, sliders from the homepage of smartslider3.com: https://i.imgur.com/kXNIerG.png
Forum: Plugins
In reply to: [Smart Slider 3] Responsive image size (srcset)@princesshorsepower, at first it won’t be possible. Webp support will come with the following settings: https://i.imgur.com/p1qVUi2.png
Forum: Plugins
In reply to: [Smart Slider 3] Responsive image size (srcset)Hi @princesshorsepower,
this feature is not ready yet. It is related to the webp compression feature. Smart Slider will generate webp in multiple sizes so the browser can decide what to download.It will look like this:
<picture> <source srcset="//smartslider3.com/wp-content/uploads/slider/cache/f3b1ddf2a5c4a161ec12dedcdf79683f/portfolio.webp" type="image/webp" media="(max-width: 188px)"><source srcset="//smartslider3.com/wp-content/uploads/slider/cache/5102a14850664004f09dc072bff5976b/portfolio.webp" type="image/webp" media="(max-width: 314px)"> <source srcset="//smartslider3.com/wp-content/uploads/slider/cache/9f503b2fb951988540309933d7418cc6/portfolio.webp" type="image/webp"> <img id="n2-ss-560item12" alt="" class="skip-lazy" loading="lazy" width="629" height="777" data-skip-lazy="1" src="//smartslider3.com/wp-content/uploads/slider560/portfolio.png"> </picture>This feature will be available in the pro version soon.
- This reply was modified 5 years, 4 months ago by Nextendweb.
- This reply was modified 5 years, 4 months ago by Nextendweb.
Forum: Reviews
In reply to: [Smart Slider 3] Resource hungryHi @zescoupe,
I’m sorry that you had bad experience with Smart Slider 3.Export slider [memory limit]: I haven’t seen your slider so I can not say anything specific about this issue. The error message that you got indicated that PHP used 268MB of the memory and the memory limit stopped the processing of the request. To be able to export sliders with the images in it, Smart Slider needs to read every image and compress it into a zip file. Reading files mean that they are stored in the memory -> Simple saying if you have 30 image and each of them are 10mb, then it requires 300mb of memory limit to read them (in this cause no other post processing counted, liked the zipping of files).
Slide editing [Safari]: On the frontend you do not experience any slowdowns because you might have a cdn or the lazy loading is enabled in Smart slider 3. In the slide editor every slide is loaded, probably without CDN. If you have 200mb of images, then the browser needs to download and process all of those images which is very heavy for web. We will check to see if we can improve the editing process to skip downloading images for the non edited slides.
Forum: Plugins
In reply to: [Smart Slider 3] Remove unused JS code@toad78
We are still working on it. For exmaple Smart Slider will not use jQuery on the frontend in the future also we are refactoring our code by removing compatibility codes for old, non supported browsers. I think that will decrease our overall frontend JavaScript code size by 10-30%.Lighthouse might report that xx% of the JavaScript files are unused, but it is only valid for the loading. It’s not able to measure the codes which needed when you are changing slides, use different animations/autoplay and such features. Also it is not viable to split Smart Slider’s JavaScript into 1kb chunks as it would result a ton of network requests for those files instead of one of two.
Forum: Plugins
In reply to: [Smart Slider 3] Smart Slider 3.4.1.15Hi @a223123131,
It will be available tomorrow morning.Forum: Plugins
In reply to: [Ditty – Responsive News Tickers, Sliders, and Lists] scroll speed in IOS@metaphorcreations,
Instead of animating with setTimeout , you should use requestAnimationFrame. I think that cause the lag on IOS.function o() { requestAnimationFrame(function t() { if (!nt) for (var e = 0; e < P.tick_count; e++) if (!0 === it[e][0].visible) { var i = "reset"; "left" === N.scroll_direction || "right" === N.scroll_direction ? ("reset" === (i = "left" === N.scroll_direction ? c(e) : p(e)) ? (i = it[e][0].reset, it[e][0].headline.css("opacity", 0)) : it[e][0].headline.css("opacity", 1), it[e][0].headline.css({ transform: "translateX( " + i + "px )" })) : ("reset" === (i = "up" === N.scroll_direction ? l(e) : _(e)) ? (i = it[e][0].reset, it[e][0].headline.css("opacity", 0)) : it[e][0].headline.css("opacity", 1), it[e][0].headline.css({ transform: "translateY( " + i + "px )" })), it[e][0].position = i } requestAnimationFrame(t) }); }- This reply was modified 5 years, 4 months ago by Nextendweb.
- This reply was modified 5 years, 4 months ago by Nextendweb.
Forum: Plugins
In reply to: [Smart Slider 3] Upcoming fixes and featuresHi @a223123131,
PHP8 fixes will come first half of the next week.Lighthouse/Core Web Vitals/Google PageSpeed Insights related improvements are not yet scheduled for release. We are still working on it.
Forum: Plugins
In reply to: [Smart Slider 3] ReferenceError: N2R is not definedHere you can download the free installer which contains the fix. Could you give it a try to see if it helps?
https://www.dropbox.com/s/4ny8s826fjzv5b1/smart-slider3-wordpress-free.zip?dl=1If it doesn’t or you have Smart Slider 3 Pro, please contact us on our support form: https://smartslider3.com/contact-us/support/
Please send us all information there, for example WP Rocket version, export of WP Rocket settings, link to your site if you can. That could help us a lot debugging this issue.Forum: Plugins
In reply to: [Smart Slider 3] ReferenceError: N2R is not definedHi @a223123131,
This error usually happens if your site has a plugin which tries to reorder inline JavaScript codes. The solution depends on the plugin which cause this error. I suggest you to try to make the plugin inactive which probably do this optimization and if the error gone, the best if you tell us which plugin was the cause.In the past days, I have seen this error with WP Rocket, when the option “Load JavaScript deferred” was enabled. We have an unreleased fix for this, so let me know if it is the cause and I will attach you an installer which should solve this.
Forum: Plugins
In reply to: [Smart Slider 3] CLS improvementHi @a223123131,
Not ETA yet. We are working on it and it needs also testing. Probably you can expect it around February.Forum: Plugins
In reply to: [Smart Slider 3] Heading shows not exactly in timeAlso an option to burn your captions into the video.