gap on revolution slider when I open and close the side slide menu
When I open and then close the responsive menu "side slide" then on the left of the revolution slider remains an gap. On first load is all ok. The problem occurs only when I open and close the side slide menu. Please see this screenshot: http://i66.tinypic.com/10dsjtz.jpg
(My site is in development on a localhost, therefore I can not give you an URL). I use the last Betheme Version 20.8.2 and Wordpress 4.9.2)
Comments
try to first disable all plugins and check again. This is most likely caused by JS.
thanks
Now I have turned off all plugins (except revolution
slider) and even I disabled my child theme, so that only Betheme (Version:
1.6.1) original functions and the Revolution Slider (version 5.4.6.3.1) are
active.
The problem is still there. It must be an Betheme
incompatibility with the Revolution slider. I noticed this:
When I set the slider under settings > 4 Slide Layout
to “Auto” then the problem disappears. But when I set the slider to
"Full-Width" or "full-Screen" then I have the
problem.
So, I think It must be an incompatibility Revolution Slider (version 5.4.6.3.1) “full with” or “full screen” setting with Betheme (Version: 1.6.1) side slide setting.
Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.
Notice!
Please attach a link to this forum discussion.
Thanks
but with Auto the problem disappears (see my replay from January 28). Now I set
in your 'oculist' slider the slide layout "Full Screen".
also with your 'oculist' slider, the problem is there...
we added custom JS into your theme to fix the issue. This is the plugin acting weird about resizing. For now there is no other sollution.
thanks
Ok, I see the code:
jQuery(function($){
$(
'#body_overlay, #Side_slide .close-wrapper a.close' ).click(function(){
setTimeout(function(){
$(window).trigger('resize');
},
300);
});
});
Not ideal, but for now I can accept it. Thank you.
But, please consider to fix it in an future update, so
that works also without this fix.
Thanks for your help