FeliceAntonio
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: wp_get_attachment_image_src returns falseForum: Plugins
In reply to: [Rank Math - SEO Plugin for WordPress] Manually add UA code?/* Describe what the code snippet does so you can remember later on */ add_action('wp_head', 'your_function_name'); function your_function_name(){ ?> PASTE HEADER CODE HERE <?php };
Forum: Themes and Templates
In reply to: [GeneratePress] Post title instead main titleThanks!
Forum: Themes and Templates
In reply to: [GeneratePress] Post title instead main titleHi David, that’s right, I would try this option for mobile (
wp_is_mobile()
).
Thanks.Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Adding AdSense not workingHi there,
if you use thefunctions.php
file in the child theme, this works:if ( function_exists('cn_cookies_accepted') && cn_cookies_accepted() ) { // Your third-party non functional code here }
as present in the homepage plugin.
Or perhaps do you use[COOKIE]your codex[/COOKIE]
?Forum: Plugins
In reply to: [Yoast SEO] Remove Producten from the Yoast BroadcrumbsHi there,
I don’t know if your necessity is just this:
How do I change the breadcrumb title?Forum: Themes and Templates
In reply to: [GeneratePress] Typography works just in previewI found the issue in Autoptimize plugin, I changed settings and checked
Also aggregate inline CSS?
Thanks.Forum: Themes and Templates
In reply to: [GeneratePress] Typography works just in previewDone!
Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Cookie notice doesn’t work on mobileWell, I have a 4 1/2 years old age 5″ and the notice is comprehensive even with the vertical display.
Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Cookie notice doesn’t work on mobileI see the plugin works.
You can use<br />
to create a new line when need to.
Did you yet try?- This reply was modified 3 months, 1 week ago by FeliceAntonio.
- This reply was modified 3 months, 1 week ago by FeliceAntonio.
Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Remove from url ?cn-reloaded=1Even if I go ahead to find a solution to remove the suffix in the URL after reload when using the cache plugin.
Any suggestions will be appreciated.
Thanks.Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Indexable Table – DatabaseHi @exweiv,
I had problem with tables, and I resolved in this way.
Could you try?Forum: Themes and Templates
In reply to: [GeneratePress] Installing the auto ads codeHi there.
If you use a child theme into the filefunctions.php
you can add this:function ads() { if ( your_function_cookie_is_accepted() ) { echo 'your ads code'; }} add_action('wp_head', 'ads');
Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Remove from url ?cn-reloaded=1Recently, I was thinking about a cache plugin, and when the page was reloaded after accepted cookie, there was the problem above or the suffix in the URL.
But: I made a clean up of the database, there were traces of uninstalled plugin, into the tableswp_termmeta wp_optionmeta wp_options
.
I’m using GeneratePress theme with Autoptimize.
This is the first time that happens this: Pagespeed.- This reply was modified 3 months, 2 weeks ago by FeliceAntonio.
Forum: Plugins
In reply to: [Cookie Notice for GDPR & CCPA] Cookie notice doesn’t work on mobileHi there.
Did you remove the plugin?