Insect Trojan
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] lazy loadok when i disable optimize html from autoptimize is all ok .
Forum: Plugins
In reply to: [W3 Total Cache] lazy loadhow it possible i dont understand https://gtmetrix.com/reports/www.insect.gr/ik7F58i0/screenshot.jpg
Forum: Plugins
In reply to: [W3 Total Cache] lazy loadthe photo is from chrome
Forum: Plugins
In reply to: [W3 Total Cache] lazy loadhow it is possible it now shows up to me https://imgur.com/iLkedAn
Forum: Plugins
In reply to: [W3 Total Cache] lazy loadok is enable you can check it now thanks .
Forum: Plugins
In reply to: [Autoptimize] Inline and Defer CSSok i paste the css on the jonassebastianohlsson i create a CRITICAL PATH CSS and past it in autoptimize thats right ?
Forum: Plugins
In reply to: [Autoptimize] Inline and Defer CSSi have enable the Inline “above the fold CSS” option of autoptimize but when my sites load it shows up whithout css for 1 second and later loads the css so i want to show it up with some basic css and later to load fully css.
Forum: Plugins
In reply to: [Autoptimize] Inline and Defer CSSso it have Prioritize of css ? thats why i have the delay i dont understand i have enable the Inline “above the fold CSS” of the autoptimize thats i have the delay .
Forum: Fixing WordPress
In reply to: [id] attributes on the page are not uniqueanona pest control
// P R I M A R Y M E N U
//——————————————————–
function atp_primary_menu() {
if (has_nav_menu( ‘primary-menu’ ) ) {
wp_nav_menu(array(
‘container’ => false,
‘theme_location’=> ‘primary-menu’,
‘menu_class’ => ‘sf-menu’,
‘menu_id’ => ‘atp_menu’,
‘echo’ => true,
‘before’ => ”,
‘after’ => ”,
‘link_before’ => ”,
‘link_after’ => ”,
‘depth’ => 0,
‘walker’ => new description_walker()
));
}
else {
echo ‘WordPress Menu is not assigned or created.‘;
}
}function atp_mobile_menu() {
if (has_nav_menu( ‘primary-menu’ ) ) {
wp_nav_menu(array(
‘container’ => ‘div’,
‘container_class’=> ‘iva-mobile-menu’,
‘theme_location’=> ‘primary-menu’,
‘menu_class’ => ‘iva_mmenu’,
‘echo’ => true,
‘before’ => ”,
‘after’ => ”,
‘link_before’ => ”,
‘link_after’ => ”,
‘depth’ => 0,
‘walker’ => new mobile_walker()
));
}
}Forum: Plugins
In reply to: [WP Google Review Slider] Lists do not contain onlyok look at this https://prnt.sc/qbmfht
Forum: Plugins
In reply to: [WP Accessibility] WP Accessibility skip linkawesome thanks a lot Joe .
Forum: Plugins
In reply to: [WP Accessibility] WP Accessibility skip linkbut varvy.com is says again No skip to main content link.
Forum: Plugins
In reply to: [WP Accessibility] WP Accessibility skip linkok i delete the site map i added only the #main
Forum: Plugins
In reply to: [OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] preloadhey Daan i really trying the plugin now is not grenate the fonts.css and cant download the fonts and save them when i click save it clean everything any thoughts ?
Forum: Plugins
In reply to: [W3 Total Cache] Content Security Policyand what is the default setting of the Referrer Policy ? thanks again