-
Author
Tagged: No Scroll
-
July 27, 2015 at 06:42 #70126
80sFlashbacks
ParticipantI had to deactivate all plugins, upon reactivation I noticed that my homepage will no long scroll. All other pages are fine. Homepage will scroll in wp dashboard preview but once you go to the live site… it does nothing. The scroll bar shows up and you can manually move it but the page doesn’t budge! I tried a different theme and it scrolls but once I go back to Kleo Theme it stops again. Can someone please help me before I lose my mind trying to figure it out! Thanks in advance!
Attachments:
You must be logged in to view attached files.July 27, 2015 at 14:37 #70202sharmstr
ModeratorYour dynamic content gallery plugin is probably causing the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.July 27, 2015 at 21:14 #7031080sFlashbacks
ParticipantI deactivated it, still no scrolling. Do I need to delete the plugin all together?
July 27, 2015 at 22:16 #70314sharmstr
ModeratorFor whatever reason your page is setting overflow:hidden on the main content. In VC, click on the gear icon and add this css
COPY CODE.main { overflow: auto !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 27, 2015 at 22:45 #7031680sFlashbacks
ParticipantI made a clone of the front page and redirected it to http://www.80sflashbacks.com/welcome-back-to-the-80s/ and it works great now! Now I just need to know if it is safe to delete the original homepage
July 27, 2015 at 23:28 #70319sharmstr
ModeratorRedirects arent the best way to solve this. Add the css I gave you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
July 28, 2015 at 09:21 #7034980sFlashbacks
Participantis there an update for Kleo? Most of the issues Im having started around the time wordpress updated this past thursday/friday? Our memory is through the roof and it seems its caused by the theme.
August 9, 2015 at 04:28 #72316TeraGood
ParticipantI’m having the same problem at http://teragood.com but none of the pages will scroll. Can you give us a step by step guide to the fix you suggested Sharmstr? I’m not seeing a gear icon anywhere in Visual Composor and I’ve tried putting that code in the theme options main CSS as well as directly in the editor area files.
None of that has worked. Thanks for any help!
J
August 9, 2015 at 14:10 #72323sharmstr
ModeratorPut this in quick css
body {
overflow: auto !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.