2996 comments found.
Hello, if the video gallery template design is used, is there a search feature possible to be enabled in this plugin, so that we can search videos by title/description ? Or maybe this is possible with another one of your plugins? If so can you please tell us where I must look ? Thanks.
Can a slider be installed on WordPress if it’s connected to Showit? Here’s my website: https://nadtochiy.com — it’s built on Showit, but the blog is made with WordPress.
Hello, have you abandoned the development of the plugin? There have been no updates since the beginning of 2024. I had to block the update query for the plugin because the URL you set for checking updates does not work, and the plugin page was getting stuck in a loop, taking almost 30 seconds to load. After disabling the RoyalSlider update via functions.php, the problem was resolved. Well, I just wanted to know if the plugin will continue to be developed, so I can look for alternatives in case it has been abandoned. Thank you!
Hi,
For now, no new updates are planned. Only security fixes will be applied if any issues found. I’ll look into update issue that you mentioned, thanks for letting me know.
hello how do you combine portrait and landscape images in a caroussel without the additional background on the portrait size ? thanks for your help
Hi,
All slides must have the same size, you may only control how an image is positioned within a slide https://rshelp.dimsemenov.com/royalslider-jquery-plugin-faq/how-to-change-image-scaling
Hi Semenov, We have been using your plugin on our website for some years. We use custom post type “Projets” with ACF field. One ACF field is a gallery, and we expect the slider to load the images from the gallery, but instead it loads all the images attached to the project page. I don’t know if I’m clear, please tell me if there’s something we do in the wrong way ?
Hello Semenov,
Im using Avada Theme, i create a popup “off_canvas” i add the shortcode and works perfect the plugin royalslider.
but… im using on my royalslider gallery a video vimeo, and when i close the popup “off_canvas” The video continues playing and the sound plays… is there a way that when the popup closes the royalslider video pauses?
thanks.
Hi,
If the off canvas popup doesn’t remove the element from the DOM, you’ll need to use JS API to remove the element or pause the video. You can stop the video like this if you’re adding it in a default way:
var sliderInstance = jQuery('.royalSlider').data('royalSlider');
if (sliderInstance) sliderInstance.stopVideo();
Hello I buy wrong version. I need wp plugin! Can I update from jquery version please !
Hi,
Sure, please request a refund on your incorrect purchase and I’ll approve it.
Hi there, I just purchased this plugins and I think it’s broken for some reason.
https://imgur.com/a/dn00Ngf What can I do?Hi,
Are you using any kinda of plugin that modifies admin area appearance? It’s hard to tell by the screenshot, but it looks like non-default WordPress admin button. Try to temporarily deactivate other plugins and switch to the default theme to find if any of them causes the issue. If you wont be able to resolve – please send a temporary access though contact for on my profile page or email.
Dmytro
Not working. I have sent you an email at diiiimaaaa@gmail.com
Kind regards!
Hi, don’t know if you are aware but the lastest versions of NextGen Gallery and NGG Plus are breaking your integration with it using this shortcode: [ngg_images gallery_ids=”1” display_type=”ds-nextgen_royalslider”]. Nothing is being displyed now and this has worked great for years. Maybe communicate with them? Thanks!
Thank you for the report, I’ll look into it.
Hello, slides change faster if i repeatedly click keyboard arrow comapared to situation when I keep the arrow pressed. Is there any way to speed up slide changing if arrow keyword is kept pressed? Thanx David
Hi,
There is no such option, but you can disable default keyboard navigation entirely and implement your own via slider JS API.
Dmytro
Creation of dynamic property NewRoyalSliderBackend::$slider_options is deprecated
please update compatibility to php 8.2.10
https://i.imgur.com/2ZIWws3.pngThanks for the report, I’ll look into it.
You can find knowledge base at https://rshelp.dimsemenov.com/ for common questions.
Hello, I just got back a site from a client on which your plugin is installed. The site uses elementor and site builder to display gallery slider on project pages. When I try to reorder images within the gallery, It doesn’t make any change. Is there any parameter to change ?
Hello @semenov, an idea for me ? Thanks for the help
On paper and in demos the plug-in for wordpress looked like a winner. But in reality it’s almost impossible to make anything that looks good without doing a lot of coding by hand. I’m disappointed.
Hi,
You can create any of the examples from demos by selecting a preset in the General section of options, and if you cant find a use of a plugin – you can always request a refund.
Dmytro
Is the slider compatible with WebAIM Accessibility (Keyboard TAB SHIFT+TAB support)?
Hi,
The plugin supports keyboard arrows navigation and you can tab through content, you can test it in demos.
Dmytro
Hi there,
You don’t have any screenshots of what different carousal sliders you have. Can you please end me at least 3-4 in total?
This is a pre-sales question.
Thanks
Hi,
You can find them here https://dimsemenov.com/plugins/royal-slider/templates/ , if you’re looking for a specific layout, let me know and I’ll let you know if it’s possible to make or not.
Dmytro
Hi. Saddly, I have a lot of trouble making responsive slider. The layout of the slider on the mobile keeps breaking and the image size keeps changing… Can’t I use a demo sample to refer to all the settings?
Hi,
You can select any of demo presets from the general section of options. If you’re having an issue – please link to the page with the problem.
I am looking to purchase this for a project but I cant figure out how to make a slider that shows the entire image in the slide – they are always cropped or often not showing at all. Do you have a guide for the Wordpress settings somewhere?
I just want a slideshow that is responsive for different screens (so not having to scroll for shorter screens) and that shows the full image (portrait or landscape) Is this possible? What combination of settings do I need?
Also would like to know how to keep it from stretching the images to be much bigger than the actual file. It seems to stretch them to be 100% width. I would like the images to not get larger than their actual dimensions. I cant find any settings combo that does this. Many of the settings make the images disappear completely
I seem to have it working mostly now, except now the captions are covered up by the thumbnails. Using the template that has an image with title and caption under and then thumbnails under that. Earlier today it showed the title and caption fine but was not resizing. Now it is resizing but shows the text cut off.
In case you may be able to help -
I have the size and scaling set to width 100% height 500, check by auto scale slider, base width 800 base height 400, slide spacing 8.
Then for Image settings it is image scale mode “fit into area” check next to image align center, image scale padding 4 check lazy loading.
HI,
If you want to place the caption below slider container, you may use this snippet https://gist.github.com/dimsemenov/276dbde19dd192e13d7e7251199a49ae
You may also move it to another element of your page, as shown here http://help.dimsemenov.com/discussions/royalslider-wordpress/49899-captions-below-images-not-container
I think perhaps I didnt explain well, sorry – I dont want the title and description under the entire slideshow. When I first tried the slider it was showing the slide as Image, text, thumbnails. NOW it is still in that order but the text is overlapped by the thumbnails
I did try adding the snippet but it did not change anything
When you click a slide with an image it has fields for Title, Description. This is the text that shows under the image but is being covered up by the thumbnails
Hm, I’m not sure what might be causing this. Can you please send a link to the page with the issue? You may use contact form on my profile page, or email me directly.
You can try to reset the template to one of the default ones from General Options section.
licence key does not work
how to create gallery of youtube playlists (already entered youtube api key)
Hi,
The plugin can display multiple individual videos, but not a playlist.
licence key does not work
Please email me license key that you’re trying to use and I’ll check what’s wrong (or use contact form on my profile page).
Hello, just a question before buying : Is it possible to automatically generate sliders of POST content ? define a slide that integrate the last 6 POST news of the website for exemple ?
Hi,
You may display any post data, this vid may help – http://help.dimsemenov.com/kb/wordpress-royalslider-tutorials/wp-creating-royalslider-from-your-posts