Pagination conflict with PostX plugin use of wp_enqueue_scripts
-
Hey folks, I’ve been getting some broken ajax pagination when I use Litespeed with Post Grid Gutenberg Blocks and WordPress Blog Plugin – PostX plugin. I like to have the pagination on post grids. But with the caching, the pagination will eventually break. Sometimes it takes a day or so.
I have sent you a Toolbox report: #TNROZMEO
I asked the PostX folks about it, and they did a little digging and said the following.
Upon thorough investigation, we’ve determined that the problem lies in the utilization of the “wp_enqueue_scripts” hooks for pagination. Unfortunately, LiteSpeed is inhibiting the execution of this hook, causing logged-out users to encounter pagination errors… To find a comprehensive solution, it’s essential to contact LiteSpeed and inquire about the reason for blocking the “wp_enqueue_scripts” hooks.
PostX tech supportAs a short term solution I had added wp_enqueue_scripts to CACHE > PURGE > PURGE ALL HOOKS, but then I realized this was causing the page cache to be rebuilt every time anyway. So I’ve removed this.
Here’s what the pagination can look like on the URL I’ve provided for you.
Does this all make sense? Have I missed something? Let me know know what you think.
The page I need help with: [log in to see the link]
- The topic ‘Pagination conflict with PostX plugin use of wp_enqueue_scripts’ is closed to new replies.