-
-
Previous Thread:
https://support.codeless.co/forums/topic/incompatibility-encountered-with-revolution-slider/
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Hello,</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Please open up a new ticket and send us your wp credentials in a private reply. If you send them here, the original topic writer is able to see them as it is his post. So we can give a closer look to the revolution slider behavior.</p><p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>I’ll include my credentials in a private reply.</p>
-
-
-
-
Still waiting on some response for this. The previous thread is at the top of this one.
-
Hello,
Sorry for the late reply.
We have tested the revolution sliders and they are fully responsive. You can check it out in your site too, with the revolution slider in home page. Please upload another image to the slider with issues, with better resolution. Or just edit one of the pre-created sliders. You can find many samples to import in your sliders folder in theme package, you downloaded from Themeforest. Or just download free sliders here.Merry Christmas and Happy New Year!
-
Thanks I’ll try one of the working sliders. I fiddled with the settings on rev slider and the slider stays in the container fine if I turn on Overflow Hidden, but still isn’t scaling down properly.
-
Stock slider downloaded and installed, same problem. It’s something with the theme settings.
-
It’s only scaling in front the right side, so anchored top left, and not resizing the image to fit.
-
Ok – so this is super annoying and I need to get it figured out, I’ve been messing around with this for too long. I have another complete WP install that I was using for theme testing, and I have no issues with responsiveness on the header slider as long as I leave the theme in full width mode. If I change the theme to boxed and the slider to auto, the slider responsiveness gets all crazy. I can give you access to either installation or both if you need it.
-
Hello,
Ok, if you can send us the credentials of the other test site too. We’ll check this up and get back to you as soon as we can.
Merry Christmas and Happy New year!
-
-
Is this the problem:
$(window).resize(function(){
if($(‘.header_8’).length > 0){
var container_left = $(‘.full_nav_menu’).offset().left;
var nav = $(‘.full_nav_menu nav’).offset().left;
$(‘.codeless_custom_menu_mega_menu’).each(function(){
var minus = nav – container_left;
$(this).css(‘left’, ‘-‘+minus+’px’);
});
Uncaught TypeError: Cannot read property ‘left’ of undefined(anonymous function) @ main.js?ver=eddfa71298b917ffe8fda3009b15acae:460m.event.dispatch @ jquery.js?ver=eddfa71298b917ffe8fda3009b15acae:4r.handle @ jquery.js?ver=eddfa71298b917ffe8fda3009b15acae:4
-
Also if I open the hamburger menu in mobile sizing, all of the content containers go to like 80% exposing the background.
-
Anyone look at the sandbox site yet? I need to get this thing live in a few days. Both of my installations have issues with responsive in boxed layout., despite my playing with all the regular settings and trying to force some of the CSS on the page to 100% width.
-
The workaround for the mobile menu resizing the boxed layout is to set it up without borders below the max width setting. So 100% boxed layout with a max width of 1100 for example. I still haven’t figured out why the rev slider isn’t responsive…
-
Hello,
Sorry for the late response.
Revolution slider is responsive, also it’s responsive on window re-size.
Please can you show us a screenshot of the issue?Best regards!
-
-
-
Hello,
Sorry for the late reply.
Your site is not accessible. It says: “Error establishing a database connection”. If you can open, can you please show us a screenshot of the issue?Best regards!
-
Seems to be working fine to me:
Credentials have been changed, take a look and let me know if you need access. I’m turning this on in a couple days…
-
-
-
-
Hello,
Please edit the file ‘specular/js/main.js’.
Find the code:$(window).resize(function(){ if($('.header_8').length > 0){ var container_left = $('.full_nav_menu').offset().left; var nav = $('.full_nav_menu nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });
Replace it with this:
$(window).resize(function(){ if($('.header_8').length > 0){ var container_left = $('.nav_top').offset().left; var nav = $('.nav_top nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });
Let us know if you still need help.
Best regards!
-
Yep that’s it. Can you pin this somewhere for the header 8 people? Thanks.
-
Also, can I put js folder changes in the child theme, or do they have to stay in the main theme directory?
-
Hello,
Sorry but these changes can not be done from a child theme. You have to keep them in parent theme.
Best regards!
-
You must be logged in to reply to this topic.