Can you check this vulnerability and provide an update please. Vulnerability was raised May 2024
WordPress Crelly Slider Plugin <= 1.4.6?is vulnerable to?Cross Site Scripting (XSS)
WordPress Crelly Slider plugin <= 1.4.6 – Admin+ Stored XSS vulnerability – Patchstack
]]>Are you going to update this plugin? At this point I am going to have to remove it from my site due to bugs.
]]>Too bad it not updated for 2 years
]]>As the title says, plugin is not being updated anymore. Save your nerves & time and look for alternatives.
Sadly, it was really great plugin….
]]>how do i create a button in the slider it needs to change colour on hover also
thanks
]]>Why my slider of 2 pictures is infinite loading? I disabled every cache system, but I still have the same issue..
]]>Like @dyuen888, I was running into this same problem: Slider conflict with ACF time picker
I figured out a fix, so I thought I’d post it:
I added this code to my custom theme’s functions.php file, so it won’t be overwritten when Crelly Slider updates.
/**
* Crelly Slider's 'datetimepicker' script conflicts
* with and overrides the ACF one and causes issues.
* In order to remove it, we have to also dequeue/
* deregister 'crellyslider-admin' and re-add it
* without the 'datetimepicker' dependency.
*/
function my_remove_crelly_datepicker() {
$screen = get_current_screen();
// Do not do this on CrellySlider admin pages, so they'll still work.
if ( $screen->base !== 'toplevel_page_crellyslider' ) {
wp_dequeue_script('crellyslider-admin');
wp_deregister_script('crellyslider-admin');
wp_dequeue_script('datetimepicker');
wp_register_script('crellyslider-admin', CS_PLUGIN_URL.'/wordpress/js/admin.js', array('wp-color-picker'), CS_VERSION, true);
wp_enqueue_script('crellyslider-admin');
}
}
add_action( 'admin_enqueue_scripts', 'my_remove_crelly_datepicker', 100 );
]]>
Hi, I would like editors to have permission to manage the slides. is this possible?
]]>Hi, I have three images in my slider. One displays fine, the other two are running beyond the full width and thus cutting off portions of the slide.
You can see the issue at https://www.leadershiprockland.org/
The images are the same size image – 1024×397.
Any help would be appreciated.
]]>How can I move between the layers?
z-index is not an option
The current slider is working fine, however I cannot save changes, nor create a new slider. I get an “Error saving slide” message when attempting to Save Settings.
Running WP 5.82, PHP 8, Customify theme, Version 0.3.7
If I delete the plug-in and reinstall, will it keep my slider settings? I did try deactivating then re-Activating but still had the same issue.
]]>There doesn’t seem to be any way to add alt tags. Am I missing it?
]]>Good morning.
Great job, simple and straightforward plugin to use.
I have a problem with the text size that I would like to set responsive, but I can’t find a solution.
I have applied CSS in different modes but nothing changes on screen.
An example of many so you can get an idea:
display: flex;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.5);
padding: 20px;
@media screen and (min-width: 601px) {
.crellyslider .cs-slides ul li span { font-size: 100%; }
}
@media screen and (max-width: 600px) {
.crellyslider .cs-slides ul li span { font-size: 250%; }
}
I’m definitely doing something wrong, but I can’t find where.
Suggestion?.
Thanks
When viewing this page on mobile the video slides are cutoff and not resized properly like the still images. The images are background images the videos are on a video layer.
Works fine on desktop. How do I fix this mobile issue? Video layers are totally un responsive in nature btw they have to be reloaded to be resized.
Can this slider be made to work in AMP?
]]>Just installed this slider and it is what I was looking for but I’m noticing speed changes. The slider delays to start loading compared to the rest of the page. It then starts loading after text elements of the page finish loading and blocks any images from displaying on the page until it finishes loading. I’m using litespeed cache and cloudflare CDN. I have litespeed lazyload enabled but this slider doesn’t seem to lazy load. I also have all page optimization settings of litespeed cache turned on including browser caching but the sliders take long to load. I think the slider elements are not being optimized
]]>I recently installed this plugin and it seemed like a nice, clean tool, but I am having an issue with it.
I currently have only one slide added to my slider on the home page, but there are two dots showing and thus two copies of that one slide would seem to be there – although in the admin controls I see only one slide.
Any idea on how to resolve this?
]]>Hi,
It looks that Crellyslider conflicts Divi customizer.
I get the following error :
Uncaught ReferenceError: crellyslider_locale is not defined
<anonymous> https://dev.jecreemonstand.com/jcms_code/plugins/crelly-slider/wordpress/js/admin.js?ver=1.4.4:160
Any idea ?
Thanks in advance for your help.
]]>Hi all,
i realized that the crellySlider initalizes completely after window.load() is finished. This makes the order of initialization of the elements not proper on the project that i am working. Is there a way to force crellySlider slider within:
jQuery(document).ready(function($){});
, which i am using for initializing the elements?
CrellySlider loads the slider but it finishes the slider initialization after $(window).on('load', function(){});
is executed.
Any hints would be appreciated.
Cheers
]]>Can I mix landscape and portrait photos in my Crelly Slideshow?
What settings should I use for my images that are 2048 x 1365 pixels?
]]>Hi Guys,
Do you know how it’s possible to overide the default image which is displayed in a legacy custom wordpress set up with the crelly slider to appear in the header in its place, for a particular page please? – Without it affecting the header images on other pages / posts? I only want this change on one page.
Side99
]]>How is it possible to do a zoom or scale effect? It’s quite a standard effect that adds life to images during the 3 seconds or so that they are displayed in a slider, but I can’t find how to do it with Crelly Slider.
]]>Just started getting this error. Not sure why. I thought it was only happening when I was logged into WordPress so the admin was showing. But it’s also happening in Incognito, so it’s also happening to normal website visitors.
]]>Hi! Great slider!
I have a Crelly slider in the middle of a page with an animated line. I want the animation / slide to start when scrolling into view.
How can I do that? Is there a jQuery function I can add to trigger it when scrolled into view?
Thanks for the help!
]]>We are using the Crelly Slider on our Homepage and when I run a Pagespeed Report it is the Slider that is making the load time slow.
Apart from removing some of the images, is there anything that can be done to improve this?
Also would it be possible to have an option for the Alt Text of the images to be pulled through
Thanks
Jon
]]>Hi,
I’m trying to make one of the elements in my crelly slider sticky. I would like my logo image in the centre of the slider to remain on top of the page when you scroll down. Is there any way to do this? I tried with the Make (anything) sticky on scroll plugin but without success. There is a custom css box in the crelly slider settings itself, maybe a bit of css would help?
Let me know if I’m out to lunch:-)
Stanley
Hi! Congratulations on the excellent Crelly plugin.
I use Crelly in the Home where clicking on the “Search” menu should open a popup (Popup Maker), but it won’t open.
This happens only in the Home menu, that is, the “Search” popup is opened on all other pages.
When you disable Crelly, the popup works.
I’ve tried changing the popup maker’s Index-z but it didn’t work.
For Crelly to occupy the entire width of the screen I use wp-content \ themes \ astrid-child \ page-templates the code:
<?php /* If it's HOME, Insert CreallySlider as "FullWidth" at the top. Necessary because Home is Widgetized and does not accept FullWidth via Panel. */ ?>
<?php if ( is_front_page() ) : ?>
<div class="top_slider">
<?php crellySlider("slider_inicio"); ?>
</div>
<?php endif; ?>
Can you help me please?
]]>I was wondering if while using Creely Slider if on pause hover, you could click and enlarge the image to 80% (variable and changeable) of the screen size, thus allowing for images to be zoomed and looked out, the hover can end and the scrolling can continue. Is there CSS or JQuery for this?
]]>the slider is not showing, i can see the slider only when i’m logged in as admin, idk why.
a lot of js errors are shown, this is one of them:
Uncaught TypeError: $(…).crellySlider is not a function
at HTMLDocument.<anonymous> (www.grupomid.com.br/:856)
at e (a85ed.js:3)
at t (a85ed.js:3)
this happened when i updated the plugin, my theme and wp to the latest versions, can anyone help?
]]>WP 5.6, PHP 7.4
Console: <empty string>
Hallo, i cannot export one of the sliders, i have two , so i can export one of them, but not the second one. I get the message: Error while exporting the slider. In the console: <empty string> admin.js:1778:14 .
Thanks.
]]>