ciromattia
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Same here, this is breaking all our link popups, it’s very critical for our websites.
Rollbacking to 1.0.60 fixes the issue.
- This reply was modified 3 years, 7 months ago by ciromattia.
Sure, here you are:
OIC1000MAN, the page on the shop is https://www.outwet.it/prodotto/jacket-g/
@johnbillion this is the stack trace, maybe it can help
- app/plugins/query-monitor/classes/Collector.php:225 apply_filters('override_load_textdomain') load_textdomain() WPML\S\M\H\PreloadThemeMoFile->WPML\S\M\H\{closure}() Posizione sconosciuta array_map() WPML\C\S\Collection->map() WPML\S\M\H\PreloadThemeMoFile->WPML\S\M\H\{closure}() WPML\C\S\Collection->each() WPML\S\M\H\PreloadThemeMoFile->add_hooks() WPML_Action_Filter_Loader->run_factory() WPML_Action_Filter_Loader->load_factory() WPML_Action_Filter_Loader->load_factory_or_action() WPML_Action_Filter_Loader->load() WPML\S\T\Hooks->install() WPML_ST_Initialize->loadEarlyHooks() WPML_ST_Initialize->run() do_action('plugins_loaded')
Happens to me as well.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] No posts are loadedI have the same issue and in my case
ajax-load-more.min-js
isn’t enqueued at all.
I tried to debug a little and noticed that in my case thealm_render_shortcode
function is being called before thewp_enqueue_scripts
, so thewp_enqueue_script('ajax-load-more')
comes before registering the script itself.
If I manually addif (is_home() || is_category()) { // Enqueue core Ajax Load More JS wp_enqueue_script('ajax-load-more'); wp_enqueue_script('ajax-load-more-seo'); }
in my own enqueue function, ALM works again.
Any hint?I’m using Sage 9 (https://roots.io/sage/) as starter/framework.
Viewing 5 replies - 1 through 5 (of 5 total)