By David Montoya on Friday, 05 June 2015
Posted in General Issues
Likes 0
Views 764
Votes 0
I've confirmed this with the ES demo on this site that somewhere in the code it's injecting overflow: visible into the body tag. It's breaking functionality of my mobile menu in my RocketTheme template. Where is it originating from so that I may delete it?



Navigating away from the demo (or going to my frontpage that doesn't have any ES content besides URLs) remedies the problem, so I know it's isolated to ES.
I just couldn't walk away from it without figuring it out. If anyone's using a RocketTheme template, simply set in /templates/rt_template/css/rt_template-custom.css the following:

body.gf-sidemenu-size-marginleft {
overflow: hidden !important;
}


Super simple fix; can't believe I didn't think of it before.
·
Sunday, 07 June 2015 05:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi David Montoya,

Sorry for late reply to this,

The reason why we injecting the overflow: visible in Easysocial is because in narrow view apply overflow: hidden <body> to ensure the content won't be scroll on pop up when you view photo, you can take a look of my attachment screenshot below.
So you will understand what I'm trying to explain.
·
Friday, 05 June 2015 15:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmm... What a conflict! If can show me where it's originating, maybe I can hack together something that lets both functions work.
·
Friday, 05 June 2015 18:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Scratch that. JoomForest's Mobile Menu Module looks to be a fine alternative so far; more customization and looks to be completely free. The submenus are a bit quirky, but I'll get it working.
·
Sunday, 07 June 2015 04:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi David Montoya,

I am really sorry for the delay of this reply as it is a weekend for us here and I couldn't help much you here.

By the way, thanks for sharing for the solution and getting back to us your issues resolved.
·
Sunday, 07 June 2015 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post