Topic-icon Scrollbars now missing on my site

Active Subscriptions:

None
14 years 5 months ago #17722 by JWolkove
I'm not sure when or how this happened but I no longer have a scrollbar on my page when I connect directly to my site. After I login, I get a scrollbar. When I log out, it goes away again. Please take a look at cloudresourcegroup.com. I checked it with 3 different browsers.

Jeff
The topic has been locked.
Support Specialist
14 years 5 months ago #17727 by alzander
Jeff,
That's a new one! Definitely not us, but I did a little investigation, and the problem is caused by the following file:
/templates/jsn_epic_pro/css/jsn_fixie6.css

In there, is the following block:
body {
	font-size: 12px;
	overflow: hidden;
	position: relative;
}
The overflow:hidden on the body content is making it so that the browser doesn't show any content that goes beyond it's borders.. or show the scrollbars to let the user move.

No clue why your template is doing that, or loading a file obviously designed for IE6.. not a JFBConnect issue, but glad to help :)

Alex
The topic has been locked.
Active Subscriptions:

None
14 years 5 months ago #17735 by JWolkove
Thanks Alex. Sorry for the trouble. This is weird - it was not happening before JFBconnect was installed. I'll check with the template folks.
The topic has been locked.
Support Specialist
14 years 5 months ago #17740 by alzander
No problem for the trouble. If you even suspect our extensions are part of a problem, feel free to come to us first :)

As for this being caused by JFBConnect, if you disable the JFBCLogin (or SCLogin module) and the JFBCSystem plugin, you can easily test. Those 2 extensions do the brunt work of JFBConnect, and disabling them is similar to uninstalling the extension. If things start working when you do that, definitely let us know.

One oddity I did notice at the time was that the Business Directory menu did have scrollbars. Not sure of other pages, but it may have just been the home page. I just checked again (Chrome on Mac), and did see scrollbars.. it's a different computer than I tested earlier with, so not sure if you changed something, or it's the different comp.. but looks like it's working now for me.

Best of luck,
Alex
The topic has been locked.