This topic has 12 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi
I am trying to update The Revolution Slider plugin to v 5.0.6 from 4.6.5 – but the sliders does not display after update?
What to do?
best regards
Tonny
Hello,
Please provide us with FTP and WP Dashboard credentials in private content.
Best regards,
Jack Richardson.
ok here you go – its our test server – so I need to know what to do with our live server?
Hello,
After plugin update navigate to Dashboard->Revolution Slider->Slider Settings->select “Slidershow-auto” and click save settings.
Please see screenshot: http://prntscr.com/8g9j08
Regards,
Robert Hall.
Hi Robert,
Something is really wrong here, after the update the slider is smaller and some of the button style is gone?
Page images, background images are not showing right when you scroll down the page? Only if I update the page twice, the second time the images shows on the page?
What to do?
Hello,
I’ve changed slider height to 900px:
http://storage8.static.itmages.com/i/15/0915/h_1442305648_8584108_5e0a89a24d.png
and commented this code in parent style.css to fix the issue with arrows:
.rev_slider_wrapper .tparrows {
background-image: none;
width: 45px;
height: 45px;
background-color: transparent;
border-radius: 100%;
border: 2px solid #fff;
text-align: center;
font-size: 0;
font-style: normal;
text-indent: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.rev_slider_wrapper .tparrows:before {
font-family: FontAwesome;
font-size: 30px;
position: absolute;
color: #fff;
line-height: 41px;
display: block;
width: 100%;
height: 100%;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.rev_slider_wrapper .tparrows:hover {
background-color: #fff !important;
opacity: 1;
}
.rev_slider_wrapper .tparrows:hover:before {
color: #252525 !important;
}
.rev_slider_wrapper .tparrows.tp-leftarrow.default {
left: -40px !important;
top: 50% !important;
}
.rev_slider_wrapper .tparrows.tp-leftarrow.default:before {
content: "\f104";
left: -1px;
}
.rev_slider_wrapper .tparrows.tp-rightarrow.default {
right: -40px !important;
top: 50% !important;
}
.rev_slider_wrapper .tparrows.tp-rightarrow.default:before {
content: "\f105";
right: -1px;
}
.rev_slider_wrapper:hover .tparrows {
opacity: 1;
}
.rev_slider_wrapper:hover .tp-leftarrow.default {
left: 40px !important;
}
.rev_slider_wrapper:hover .tp-rightarrow.default {
right: 40px !important;
}
We’ll fix it in the next theme update too.
Please check slider now.
Best regards,
Jack Richardson.
Hi,
Yes the slider looks good, but the page dont!! There is still no background images…
See: https://www.dropbox.com/s/vurz9xt5udc34hn/no%20background%20image.png?dl=0
I think something is wrong with javascript or CSS… ?
I am using Chrome on mac.
Hello,
Please clean cache and check this. Also see screenshot: http://prntscr.com/8gjmke
Regards,
Robert Hall.
Ok it looks like it works now!! thanks 🙂
Still the button style is gone? see our live site her: http://www.smooff.net/ and the popup video player too? its all on the live site, but gone after update: http://dev-smooff.serv10.powerhosting.dk/
I would love to fine a solution where I can update the live site with the new version of the Revolution slider which works without problems 🙂
Best regards
Tonny
Hello,
The reason was you disabled the plugin Easy Lightbox WordPress. I’ve enabled it and now video popup is working. Clear browser cache and check.
Regards,
Eva Kemp.
Super Eva – and sorry!! what about the missing button style?
Hello,
Revolution Slider authors changed some styles in the plugin latest version and removed images that were used in old version. That’s why now you have different buttons style than before.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up