revolution-slider

Error after updating Slider Revolution to latest version 6.0.6 :: ReferenceError: setREVStartSize is not defined

一笑奈何 提交于 2020-01-25 07:22:05
问题 I have updated "Slider Revolution" WordPress plugin version to 6.0.6 and now it gives me an error: ReferenceError: setREVStartSize is not defined I have tried solutions mentioned in previously asked questions, but it doesn't work for me. Environment :: WordPress:: 5.2.2 Slider Revolution::6.0.6 回答1: I am getting the same problem. I did find this fix - select "Globals" in Rev Slider settings and add the page ID or select Include Libraries Globally. However, this fix just seems to work for

Wordpress Plugin Slider Revolution Error

你离开我真会死。 提交于 2020-01-01 04:46:06
问题 I am unable to get rid of this following error. The error shows up after I activate the plugin. Slider Revolution error: could not unzip into the revslider/public/assets/ folder, please make sure that this folder is writable. I did chmod 777 to revslider/public/assets/ but with no use. I also got this error in browser.. Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include. This includes make eliminates the revolution slider

Slant/Skew only bottom of div

柔情痞子 提交于 2019-12-23 15:14:30
问题 I have been trying to add a Skew/Slant to the bottom of a div . I have had some success, as you can see on the example below, I have managed to apply the skew to a couple of the elements on the page. Currently the Skew is applied to both the top and bottom of the containers and it seems to stop half way through the bottom and top then go back to straight edge. What I am looking to achieve is for the top edge to be straight and the bottom edge to be skewed, for example: * { padding: 0; margin:

Revolution Slider - “Invalid left Tween Value: NaN”

旧巷老猫 提交于 2019-12-21 20:39:48
问题 I am using a theme from wrapbootstrap on a project and I am getting a Not a number value on the slider which is causing some minor performance issues with site speed. Here is a link to the theme: http://themes.iamabdus.com/bigbag/1.0/index.html Please see the chrome console error for: invalid left tween value: NaN Does anyone know how to get around this issue? Would be appreciated, even if a quick fix/workaround. 回答1: I saw this line in the debugger parseFloat(RegExp.$1) / 100 , which looks

place an image above revolution slider

我们两清 提交于 2019-12-13 07:30:04
问题 I am trying to place an image partially above revolution slider (a part of the upper side of slider should be covered by the image) I tried with image{position:relative; z-index:10; } slider{position:relative; z-index:1; } but it does not seem to work here is the link of the page: http://qebaalrabee.com/green-main/ here is how it should be: 回答1: It might seem illogical but the solution I found is placing the image under the slider and using margin-top:-20vw; it worked! seems like downside

Revolution Slider Thumbnail Arrows

醉酒当歌 提交于 2019-12-13 04:46:53
问题 I have been messing around with every single setting but I cannot seem to get the desired feature. What I want is to have the thumbnails include arrows so that the user can see a different set of slides from the thumbnail list. At the moment when the user hovers over the thumbnail list on the slider, it moves in the opposite direction as the mouse so the user can choose different thumbnails. That's nice, but I want the user to click on arrows attached to the left/right sides of the thumbnail

How to properly apply a css hack for IE11 transition misbehaviour

倖福魔咒の 提交于 2019-12-13 04:38:46
问题 I am experiencing elements transition misbehaviour into my page, IE(11) only; The fullscreen revolution slider, remain in place doesn't move with the wrapper when the left slider is opening (clicking on info+ button like we have in Chrome/Firefox). Thanks to @afelixj, I've tried to use this css hack for IE in order to apply the tansition effect to the fullscreen slider too, adding .fullscreen-container but without result. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none

Slider Revolution in WordPress: Previous slider image zooms in before next image

醉酒当歌 提交于 2019-12-12 04:19:25
问题 I inherited this site: http://www.thinkiam.com/ It's WordPress using Slider Revolution. The default full size of the slider & it's images is 1200p. When the screen is smaller than that, the prior slide zooms in just before the next slide loads. And the only reason the slides initial load at the right size is because I added background-size: cover to them. Without that style, the images are not responding even when they first appear. You can see that by inspecting and turning this off @media

How to change transition delay in a bootstrap carousel

狂风中的少年 提交于 2019-12-12 02:28:37
问题 Im trying to slow down the transition in the testimonial slider on main page. Where would I do that? I tried to change in the css file, bootstrap, but it wouldn't do it. The problem I keep having is that when I change the transition, it does not do it "between" each transition. Here is the url: www.urbandogex.com. Any help is appreciated. Im trying to finish this site. I also would like the testimonial quotes (text) to be centered. Thanks Sasa 回答1: The testimonials is not a revolution slider,

want to make the revolution slider's height dynamic based on jQuery(window).height()

冷暖自知 提交于 2019-12-11 05:13:18
问题 well am developing site called http://promomakerz.com/new i wanna change the revolution slider's height it depends on the jQuery(window).height -jQuery('.navbar').height(); so i used made my jquery hacks to do so with this code jQuery(window).on('load resize',function(){ var height_left = jQuery(window).height()-jQuery('.navbar').height(); jQuery('#rev_Slider').css({height:height_left+'px'}); jQuery('#rev_slider_1_1').css({height:height_left+'px'}); jQuery('#rev_slider_1_1_wrapper').css(