Fabio Rinaldi
Forum Replies Created
-
Forum: Plugins
In reply to: [Crelly Slider] Slider PerformanceThat is the intended behaviour. When you only have one slide, I would recommend disabling “Automatic Slide” in the slider settings
Forum: Plugins
In reply to: [Crelly Slider] Javascript warning – depreciated codeThat deprecation error was logged on 12th December, the day before Crelly Slider 1.4.4 was released. Hopefully it should not show up again as it should have been fixed.
Forum: Plugins
In reply to: [Crelly Slider] Javascript warning – depreciated codeWarnings and fatal errors fixed in v1.4.4.
Forum: Plugins
In reply to: [Crelly Slider] Possible to wrap text around slider ?Is the slider set to “full width” or “fixed width”? It should be set to “fixed width” to make it float, otherwise the container will always try to stretch to the full width of the parent. You can find that option in the slider settings.
Forum: Plugins
In reply to: [Crelly Slider] Conflict with Astra ThemeCan you check if you have any JavaScript error? Right click anywhere in the page, then click on “inspect element” and open the “console”. Can you see an error?
Forum: Plugins
In reply to: [Crelly Slider] Possible to wrap text around slider ?Are you trying to apply float:right; to a text element? That won’t work, all the elements have position:absolute;
Also, you can add a custom CSS class to each element, would that help you?
Forum: Plugins
In reply to: [Crelly Slider] Conflict with Astra ThemeCan you provide some more details. What do you mean by “not work”?
Forum: Plugins
In reply to: [Crelly Slider] Can’t edit slides of existing slidersLooks like the incriminated line is
jQuery.datetimepicker.setLocale(...)
The Crelly Slider backend uses an external library calledjquery.datetimepicker.js
, which maybe doesn’t get loaded correctly. You mentioned you see a 404, any chance it might be related to that library?Forum: Plugins
In reply to: [Crelly Slider] How to increase Youtube video element sizeHi, unfortunately Crelly Slider doesn’t officially support changing the video player size. As I mentioned in a previous post, you can customize the width and the height of the player using custom CSS, for example:
width: 1000px; height: 400px;
but you can’t easily make it full screen.
It will be a limitation of the free version.???
Crelly Slider does not have a premium version. It’s completely free and open source.
Forum: Plugins
In reply to: [Crelly Slider] Cannot select element from under another oneHi albatuni, thanks for you comment. My answer remains the same: lack of time to dedicate to big changes.
I’m hosting the website on a free web hosting called Altervista. I know it’s not great, but it does the job. I appreciate your offer, but I’m happy with Altervista at the moment. Still, thanks for that, it’s a very nice gesture ??Forum: Plugins
In reply to: [Crelly Slider] Can’t edit slides of existing slidersHi, what language is your WordPress admin panel set to?
Forum: Reviews
In reply to: [Crelly Slider] Lightweight High Performance SliderThank you! Crelly Slider will always remain free and open source ??
Crelly Slider 1.4.0 is out and contains a fix for this issue.
Hi, thanks for posting this. I’ll release a fix ASAP.
Forum: Plugins
In reply to: [Crelly Slider] How to change loading/progress bar?Cool, I’ve added that to the documentation ??