ANGE1K
Forum Replies Created
-
fenixbazaar2
For me personally, both of the options were not working until I did the following.
Go to the plugin’s Advance Settings.
Over there, you can find “Enter HTML in Header” and add the following line:<link rel=”shortcut icon” href=”https://www.yourwebsite.com/wp-content/uploads/someimage.png” title=”Favicon”>
That’s gonna do the job, Just make sure you change the URL correctly pointing to the image. Also, make sure the image is PNG for a better look. Take care!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Where is the favicon support for AMP?Jaber,
For me personally both of the options were not working until I did the following.Go to the plugin’s Advance Settings.
Over there, you can find “Enter HTML in Header” and add the following line:<link rel=”shortcut icon” href=”https://www.yourwebsite.com/wp-content/uploads/someimage.png” title=”Favicon”>
That’s gonna do the job, Just make sure you change the url correctly pointing to the image. Also, make sure the image is PNG for better look. Take care man!
Hello Tomas,
You’re the best, can’t wait for your update!!!
Thanks a lot! Guys, there’s your reason why you need to use this plugin! The support seems great!
Best Regards.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads per Author With PHP FunctionOh, another fact is that when I select only on selected pages and use the shortcode like this
if ($author_id==”1″) {
echo do_shortcode(‘[adinserter block=”1″]’);
echo do_shortcode(‘[adinserter name=”Block 2″]’);The settings on the add do not apply, which means they are one after another and doesn’t go after any paragrah…
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads per Author With PHP FunctionIgor, I finally managed to do it. If you allow me I can post the code on this forum.
Best Regards,
Angel.Forum: Plugins
In reply to: [W3 Total Cache] CSS/JS Minify Cache ErrorI’ve took the manual road, and it seemed like every java script from my theme could not be minified as it seems like it breks slider, widgets, etc etc… so i unchecked all my THEME scripts and now JS minify is active and working like a charm…
Still testing it out, but i think that everything is good now