Questions tagged [revolution-slider]

Used for wordpress and jquery based slider by themepunch.com called slider-revolution (also called revolution slider)

336 questions
2
votes
0 answers

Why do I get this JS error in console when switching out Revolution Slider in WordPress?

Thank you for taking a look at my question. I'm using the WordPress Divi theme and I have 2 code modules that with the help of Revolution Slider shortcode displays a carousel of screenshots for Android and iOs respectively: What I want to do is…
David Mendienta
  • 393
  • 2
  • 5
  • 11
2
votes
1 answer

create simple carousel slidler with slider revolution

I'm trying to create a simple carousel slider like the one on the page below which shows rooms in a hostel. Three rooms are displayed at a time in the slider. It's a very common slider setup especially for products etc. enter link description here I…
Antony Castle
  • 173
  • 1
  • 10
2
votes
0 answers

Slider Images Loop not Working

Can you please help me on how to make the images from the slider, images 1.jpg and 2.jpg load once and 2a,2b,3.jpg will continue loading. So the loop should look like 1,2,2a,2b,3.jpg when it loops again it's 2a,2b,3.jpg. Hope you help me thanks in…
jezz
  • 99
  • 1
  • 12
2
votes
1 answer

Revolution slider is inserting a back-ground image url as undefinded causing me an issue

This occurs when it renders the bullets - This is the HTML it is inserting the class="tp-bullet-image" with a style="background-image: url("undefined") I searched through the .js files and the .css files and can't find the style or where it is…
2
votes
2 answers

Change mouse-pointer in revolution slider

I am currently working on this WordPres-Template. Do you see the button under "Make an appointment"? I somehow need to change the mouse-pointer onmouseover to the default values. But the template uses Revolution Slider, so I have no idea where to…
Empr
  • 31
  • 1
  • 6
2
votes
1 answer

make shape in slider revolution unclickable

My slides have a shape on the right side where title and excerpt of the post is shown. The featured image is displayed in the rest of the slide. I don't want this shape to be clickable. My try was this: var left; var right; var totalSlides; var…
Sadik
  • 3,773
  • 6
  • 47
  • 84
2
votes
4 answers

How to hide YouTube controls and play/pause button in revslider?

I currently have a YouTube video embedded in the rev slider, but all YT controls and the play/pause button are visible along with the two black bars on the both sides of the screen. I set ratio to 16:9, all settings are correct, unchecked controls…
user5877459
2
votes
2 answers

Revolution slider not sliding on mobile - mobile touch swipe not working

I'm using revolution slider 5 and it's working perfectly on desktop but on mobile it just won't swipe slides by mobile touch. Slides are turning automatically but they won't slide on manual swipe. Do you have idea what is causing that? Thank you!
xmen404
  • 23
  • 1
  • 1
  • 3
2
votes
1 answer

locating where wordpress stores plugin information - for purpose of a git repo

I have installed Revolution Slider plugin for Wordpress and it works just fine. However, I'm also working in a collaborative environment using GIT, and would like to just push my code to production vs. install the plugin again on the target…
Oliver Williams
  • 4,165
  • 3
  • 25
  • 59
2
votes
3 answers

Unable to disable layer animation - Revolution Slider

Could you please let me know how to disable layer animation? I have selected "Fade" for the "Start Transition", and enter the number "0" for the "Start Duration". These settings are working fine in Firefox but isn't working for Chrome browser.…
Steffi
  • 245
  • 1
  • 3
  • 13
2
votes
2 answers

Revolution slider creates p tag before

I've added a revolution slider to my Wordpress theme. There seems to be an issue where it creates a

tag before the slider which creates a white space, which does not look good. When I look at the css and html code in the browser it looks like…

Peter Pik
  • 10,263
  • 17
  • 73
  • 131
1
vote
1 answer

ERROR TypeError: jquery__WEBPACK_IMPORTED_MODULE_0__(...).show().revolution is not a function

I am learning Angular. I am trying to integrate Revolution Slider in Angular 11 WebSite. Script section of my angular.json file is like below. "scripts": [ "node_modules/jquery/dist/jquery.min.js", "src/assets/js/bootstrap.min.js", …
abu abu
  • 4,662
  • 6
  • 48
  • 93
1
vote
0 answers

Am I passing a variable to a method correctly?

I have a chunk of jQuery that isn't quite behaving the way I expect. I'm taking the selected value from an HTML dropdown and storing it in a variable. The variable is then used to select an HTML element ID. Here's the