Forum Replies Created
-
in reply to: RE: Rev Slider Issues
Also if I open the hamburger menu in mobile sizing, all of the content containers go to like 80% exposing the background.
in reply to: RE: Rev Slider IssuesIs 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
in reply to: RE: Rev Slider IssuesThis reply has been marked as private.in reply to: RE: Rev Slider IssuesOk – 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.
in reply to: RE: Rev Slider IssuesIt’s only scaling in front the right side, so anchored top left, and not resizing the image to fit.
in reply to: RE: Rev Slider IssuesStock slider downloaded and installed, same problem. It’s something with the theme settings.
in reply to: RE: Rev Slider IssuesThanks 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.
in reply to: RE: Rev Slider IssuesStill waiting on some response for this. The previous thread is at the top of this one.
in reply to: RE: Rev Slider IssuesThis reply has been marked as private.in reply to: RE: Rev Slider IssuesThis reply has been marked as private.in reply to: Incompatibility encountered with Revolution SliderOk will do thanks.
in reply to: Incompatibility encountered with Revolution SliderAlso this: https://snag.gy/p7lny.jpg
in reply to: Incompatibility encountered with Revolution SliderI don’t get it, that’s rev slider. I changed my menu to the link underline – I still have issues with it not filling. Something is going on with that container.
in reply to: Incompatibility encountered with Revolution SliderThat fix didn’t seem to do anything. Just so you know, the codeless slider works fine in the container. Seems to be an issue with rev slider. Also, it’s not limited to the navigation with underline, I tried a few other navigation styles and they all had weird issues.
What slider are you using on the demo here – https://codeless.co/specular/business3/ because it works fine, I’ll just use that.