dantasimport
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Php WarningThanks for your reply
If i search this comes up :
add_action(‘wp_head’, ‘inject_flatsomeiefallback’, 5);
function inject_flatsomeiefallback() {
ob_start();
include ‘wp-content/themes/flatsome/assets/css/ie-fallback.css’;
$atf_css = ob_get_clean();
if ($atf_css != “” ) {
echo ”;
}
}add_action(‘wp_enqueue_scripts’, ‘remove_flatsomeiefallback’, 101);
function remove_flatsomeiefallback() {
wp_dequeue_style( ‘ie-fallback’ );
wp_deregister_style( ‘ie-fallback’ );
}Could this be it where the error comes from
Danny
Thanks for that i changed my adres to www. but now it says bypass and miss instead of hit
https://freeimage.host/i/d0gDUv4
https://freeimage.host/i/d0gDgyl
https://freeimage.host/i/d0gDLGe
https://freeimage.host/i/d0gDsn9
https://freeimage.host/i/d0gDQ6u
https://freeimage.host/i/d0gDt3b
https://freeimage.host/i/d0gDDajHere my image from the rules
Danny
Just installed the plugin and the message is there even when you click the X
After reload or going to another page its there again.Danny