tico87
Forum Replies Created
-
@usestrict
Where to put this line?I found a solution: add_filter( 'wp_mail_smtp_custom_options', function( $phpmailer ) { $phpmailer->AuthType = 'LOGIN'; return $phpmailer; } );Where to put this line?
- This reply was modified 4 years, 8 months ago by tico87.
Forum: Everything else WordPress
In reply to: Logo disappears and appears randomly@kevin940726 I resolved it accidentally when I tried loading the jquery library from google instead of my server using a php code in my functions.php file; not sure what the relation is, but that fixed it
- This reply was modified 5 years, 5 months ago by tico87.
Forum: Everything else WordPress
In reply to: Logo disappears and appears randomly@laddi Did that, the issue still persists
Forum: Everything else WordPress
In reply to: Logo disappears and appears randomly@priethor Sure, here it is https://ibb.co/Tr0rKBG
Forum: Everything else WordPress
In reply to: Logo disappears and appears randomly- This reply was modified 5 years, 5 months ago by tico87.
Forum: Everything else WordPress
In reply to: Logo disappears and appears randomly@kevin940726
Here’s a link to a screen recorded footage:
https://we.tl/t-xHEeCHbaFIForum: Everything else WordPress
In reply to: Logo disappears and appears randomly@kevin940726
It does not happen on mobile, but I can replicate the issue on chrome, safari, brave browsers after deleting the cache from all of them, not sure why
I am uploading a short footage for recorded screen for you to watch- This reply was modified 5 years, 5 months ago by tico87.
Forum: Plugins
In reply to: [Autoptimize] Google lighthouse reports 6 times bigger css fileThanks for being so quick
what I mean is: until yesterday both lighthouse and gtmetrix was serving the same file at the same size; what changed with google to show the file with that size?Moreover, with that current condition, is my website doing fine?