Germont
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] How Can I Remove "HOME > " from Breadcrumbs?This is the edited code that worked for me ! I think it’s an additional space between two brackets “_url())” that render the last code unusable.
Thanks @cr8ivmedia !function remove_home_from_breadcrumb($links) { if ($links[0]['url'] == get_home_url()) { array_shift($links); } return $links; } add_filter('wpseo_breadcrumb_links', 'remove_home_from_breadcrumb');
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache: can't diasble "Use late init"I just changed the setting for Page Cache, from Disk Enhanced to Opcode: xcache.
There are people here that says this is not the recommended setting for
‘Shared Servers’, but now I finally can disable ‘Use late init’.
Need more tests on Google Page Speed, to check for delayed server response (like it was until now). And of course, the stats in cPanel, maybe I will notice some decrease of performance due to Opcode:xCache.Forum: Plugins
In reply to: Google Analytics for WordPress By Yoast NOT tracking blog postsIt would be a good idea to post some screenshots. You better blur any sensible data-fields. Just check if the values are the same (on your site and GA )
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Emails not sendingI bet there are people curious about how this was solved. At least I am ??
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache: can't diasble "Use late init"Still can’t disable it ! anyone, a reply ?
[No bumping, thank you.]
Forum: Plugins
In reply to: W3 Total Cache: can't diasble "Use late init:"Thank you !
Forum: Plugins
In reply to: W3 Total Cache: can't diasble "Use late init:"Anyone who could give some help ?
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Emails not sendingI just wanted to say that I use WP-Mail SMTP. I couldn’t make Subscribe2 working until I installed something like that. Or maybe it could be working without it ? Sorry if I am wrong !
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Emails not sendingWhat plugin do you use for sending mails ?
Forum: Themes and Templates
In reply to: Weaver Theme and random image headers with custom linkFinally it worked https://www.ads-software.com/plugins/dynamic-headers/
Forum: Themes and Templates
In reply to: Weaver Theme and random image headers with custom linkWell, I will register and ask there for help too. Thx.
Forum: Themes and Templates
In reply to: Weaver Theme and random image headers with custom linkI tried Dynamic Headers, but it shows two headers instead of one !
Forum: Plugins
In reply to: Bulletproof active and the blog is seen 'DOWN" by few serversLOL, I have a picture hosted on some image host.
Anything else ?
Momentarily I do not allow guest acces, as I don’t need being seen by Google.
Thank you !