-
Author
-
May 10, 2018 at 18:48 #197374masc0122Participant
Scrolling on my site doesn’t work anymore since I last updated the theme. Since then there is a overflow: hidden command for the body-tag. When I deactivate it via Firebug, scrolling works again. Can you help me to fix that problem?
Thanks in advance and kind regards,
MatthiasMay 10, 2018 at 19:14 #197378RaduModeratorHi,
Not sure why like that,
Add this to quick css area it will solve the issue
COPY CODEbody { overflow-y: scroll !important; }
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 10, 2018 at 23:11 #197393masc0122ParticipantThanks for the help. This quickhack works on standard sites. But if I visit a page with a news-stream in buddypress, for example, only the first three activities will be loaded. The same thing on the members page. Only the members that are visible in the first view are loaded.
May 11, 2018 at 16:13 #197425RaduModeratorHi,
There it’s other issue, there are generated some js error maybe because you load some resources from https://robotmakers.de/ ?
Did you had somehow a plugin that force https ? or similar ? if yes set off or recheck settings.
Anyway you can have the content visible also with those errors, just de-activate the animations from wp-admin -> theme options -> miscellaneous -> Site-Wide Animations
Having js error in the console will stop js animations
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionMay 12, 2018 at 10:44 #197484masc0122ParticipantThe deactivation of the animations works for me in the first place. I’ve fixed the errors with robotmakers.de, but the animations still don’t work. I’ve also identified the plugin that causes the issues with scrolling and animation. It’s a custom plugin (Geo My Wp custom form) that was written for me to fulfill my requirements. It hasn’t any issues with other themes. Maybe this helps you to identify the issues with KLEO.
Thanks for your support!
May 15, 2018 at 18:26 #197794RaduModeratorHi,
If you had followed this wp-admin -> theme options -> miscellaneous -> Site-Wide Animations -> Disable all animations it’s normal animations to not work.
I see, i think a quick workaroud for that it’s to ask the plugin dev just to add a condition to the plugin init to be only in pages with the form, from example the “Geo My Wp custom form” plugin should not run in the members directory.. and in homepage if isn;t placed there.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.