Title: SOLUTION: &#8220;Enable Page Animation&#8221; blocks scroll functionality
Last modified: November 30, 2025

---

# SOLUTION: “Enable Page Animation” blocks scroll functionality

 *  [Javierpah](https://wordpress.org/support/users/javierpah/)
 * (@javierpah)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/solution-enable-page-animation-blocks-scroll-functionality/)
 * I found the root cause of scroll problems that many users are experiencing with
   Phlox theme.
 * PROBLEM:
   When “Enable Page Animation” is enabled (Customizer > General > Page
   Animation and Preloading Settings), the scroll functionality is completely blocked
   on all pages. Users cannot scroll through page content at all.
 * ROOT CAUSE:
   The page animation JavaScript intercepts scroll events to create 
   transitions between pages, but it incorrectly blocks normal scroll within a single
   page.
 * SOLUTION:
   Go to: Customizer > General > Page Animation and Preloading SettingsDisable:“
   Enable Page Animation”Publish the changes
 * After disabling this option, scroll will work normally again.
 * RELATED ISSUES:
   This appears to be the same problem reported in this thread: 
   [https://wordpress.org/support/topic/post-content-not-scrolling-or-fully-visible-on-front-end-with-phlox-theme/](https://wordpress.org/support/topic/post-content-not-scrolling-or-fully-visible-on-front-end-with-phlox-theme/)
 * SUGGESTED FIX FOR DEVELOPERS:
   The animation JavaScript should only handle page
   transitions during navigation between different pages, NOT intercept scroll events
   within a single page. Please update the animation code to allow normal scrolling
   while still providing page transition effects.
 * I hope this helps other users experiencing scroll issues with Phlox!

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsolution-enable-page-animation-blocks-scroll-functionality%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/phlox/2.17.12/screenshot.png)
 * Phlox
 * [Support Threads](https://wordpress.org/support/theme/phlox/)
 * [Active Topics](https://wordpress.org/support/theme/phlox/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/phlox/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/phlox/reviews/)

## Tags

 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 0 replies
 * 1 participant
 * Last reply from: [Javierpah](https://wordpress.org/support/users/javierpah/)
 * Last activity: [5 months, 1 week ago](https://wordpress.org/support/topic/solution-enable-page-animation-blocks-scroll-functionality/)
 * Status: not resolved