georg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Björk] Problems with WordPress 6.2@anlino @macmanx I had time to debug now. Seems to be the following snippet for removing version parameters, that is making problems with WP 6.2 and Bjork theme in functions.php
// Remove wp version param | css and js function remove_wp_ver_css_js_code_paste( $src ) { if ( strpos( $src, 'ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; } // for css style file urls add_filter( 'style_loader_src', 'remove_wp_ver_css_js_code_paste', 9999 ); // for js script file urls add_filter( 'script_loader_src', 'remove_wp_ver_css_js_code_paste', 9999 );Forum: Themes and Templates
In reply to: [Björk] Problems with WordPress 6.2@anlino thanks, problem lies in the functions.php from my child theme.
Forum: Themes and Templates
In reply to: [Björk] Problems with WordPress 6.2@anlino It seems to be no plugin problem, but a problem with my functions.php’s individual actions and filters. As a workaround I rename the functions.php and then edit in the site editor.
Forum: Reviews
In reply to: [Disable Topics API] do it without a pluginWell, I put it in my nginx conf 🙂 Thank you for providing this plugin for everybody.
Forum: Reviews
In reply to: [Disable Topics API] do it without a pluginRight, thanks for the remarks.
However, many WordPress Websites do not have a Permission-Policy header at all (and even no Security header), so overwrite might not apply.Forum: Plugins
In reply to: [Simple Basic Contact Form] Position after successresolved
Forum: Plugins
In reply to: [Simple Basic Contact Form] Position after success@wpkube Thanks for the Update. Works perfect in new Version: 20210409.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Position after successGreat you made the challenge, @wpkube 🚀
Thank you for taking care of the issue.
Have a nice evening.
GeorgForum: Networking WordPress
In reply to: Will AMP work with multisite?Yes, works. Just use one of the available plugins for the network.