peterhoejlund
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Uncaught TypeError in admin view@infinityseeker! Thank you!
This could also be a code in your functions.php removing query strings.
i had:function _remove_script_version( $src ){ $parts = explode( '?ver', $src ); return $parts[0]; } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );And when i removed that – it all worked again.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Can’t translate “Bill to” in Loco TranslateIs there anything i can do?
Forum: Fixing WordPress
In reply to: Suddenly extremely slow loading time – failed to load resourceThank you so much.
When i woke up this morning the page was at a normal speed,
but i will look into the documentation you linked to.And i have disabled Yoast SEO.
I’ve deleted the
<?php echo get_search_query(); ?>from the fifth line in value=””
I read some other support questions and tried that.Forum: Plugins
In reply to: [WooCommerce] Suddenly cart, my profile and checkout not workingI deleted my cache and it worked, so.
Forum: Plugins
In reply to: Hide product for Wholesale BuyersI figured it out.
Viewing 7 replies - 1 through 7 (of 7 total)