The plugin stopped working
-
Hi,
I’m running YITH Infinite Scrolling 2.6.0 on WordPress 6.9.4 with Divi 4.x,
without WooCommerce.The plugin stopped working recently on the blog (I don’t know exactly when). After thorough investigation, here is Claude’s diagnostic:
Symptoms
- Infinite scroll does not trigger
- The pagination is hidden (display: none injected by the plugin),
but not replaced by scroll - The plugin appears to partially initialize, then stops
Investigation steps (Claude’s analyse)
- In browser console (with SCRIPT_DEBUG enabled), no JavaScript errors.
- jQuery can find the next selector correctly:
jQuery(‘.cj-my-blog .pagination .alignleft a’).attr(‘href’)
→ returns the correct URL - However, yith_infs_params is undefined in the console.
- Confirmed absent from page HTML source (no block anywhere on the page).
- SQL query on the database returns zero rows:
SELECT option_name, option_value FROM wp_options
WHERE option_name LIKE ‘%yith_infs%’
OR option_name LIKE ‘%yith-infs%’;
→ Empty result set.
Conclusion (Claude’s)
The plugin settings are never written to the database, so wp_localize_script()
has nothing to inject. The script loads but cannot initialize.
Re-saving settings from the admin panel has no effect.I notice the v2.5.0 changelog mentions:
“Fix: issue while saving settings without WooCommerce installed” (Nov 4, 2025).
Despite being on v2.6.0, this issue appears to persist on my setup.Environment
- Plugin version: 2.6.0
- YITH Plugin Framework: 4.7.8
- WordPress: 6.9.4
- PHP: 8.2.29
- Theme: Divi 4.x
- WooCommerce: not installed
Could you confirm whether saving settings without WooCommerce is fully
supported in v2.6.0 ? And why I have this issue ?Thank you.
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.