slobich
Forum Replies Created
-
@threadi thank you for your suggestion but as I said those standard functions like
wp_dequeue_style()don’t have any effect also the handle of the script “global-styles” is not correct for the scripts in question since there are more of them. The scripts depend on the blocks used in the content so some sites I work on had different scripts since their content used different blocks, for example if you have a heading block you’ll getwp-block-quote-inline-cssand so on. Eventually figured it out from this post on Stack overflow.For anyone else that has this issue you need to add
add_filter( 'should_load_separate_core_block_assets', '__return_false' );in your functions.It seems like with every new WordPress update I get CSS which I don’t need and then have to figure out a new way to remove it.
Forum: Plugins
In reply to: [BadgeOS] Issue with WPML Translation managementThe issue is resolved with WPML update:
WPML Multilingual CMS to 3.6.2
WPML Translation Management to 2.2.6Updating to the version of the plugin on GitHub solved the issue for me. Just posting it here if someone else has the same problem.
Do you mind sharing your code or adding a little bit more info how to fix the error. Got the same problem but don’t know how to fix it. Never used
$wpdb->prepareso i don’t quite understand what to do. And there is a ton of places where the plugin uses$wpdb->prepare. Thnx.Forum: Plugins
In reply to: [WooCommerce Direct Variation Link] Behaviortried this but it didn’t work. just to be sure i did it right the “pa_” should go before the attribute name? ie. if my attribute is named “Color” than i should name it “Pa_Color”?