RuyR
Forum Replies Created
-
Hi Joachim
No, nothing there in the Policy Center.
They only say this:
“We’ve detected some policy violations on your site, which means it’s not yet ready to serve ads. Ads published by Google on screens without publisher content We do not allow ads published by Google on screens: without content or with low value content, under construction, used for alerts, navigation or other behavioral purposes.”
I don’t have posts or pages without content. It was better that google point to the posts or pages that are not good.
Thanks for the answer
Ruy
“You report that you already had AdSense on this website about two years ago. Did you already provide content about crypto and bitcoins at this time, or did you publish this content afterward?”
Yep, it was published months ago but google does not mention that bitcoins is a no no! Is against TOS?
Thanks
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Doesn't work on commentsThanks podpirate
By the way, this plugin is the best recaptcha plugin and I use it on every website. ??
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Error after inserting keysIt works now. Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Facebook Insights and Admins not workingStill the same error
Forum: Plugins
In reply to: [Yoast SEO] 403 error when adding facebook adminYes
Yoast is very busy making something else and don’t pay attention on some problems that we the users have.
It goes now for months that that error exist.
We understand that it’s a free plugin but please give us some feedback.
Thanks
Pages with numbers still doesn’t show . . .
Facebook Fan pages with numbers still don’t show as option.
Using the last version. When is this fixed?
Thanks
Yes, it shows “Email to:”
I placed
<?php if ( isset($si_contact_form) ) { echo $si_contact_form->si_contact_form_short_code( array( 'form' => '2', 'email_to' => "user,$email_to", ) ); } ?>
inside my template on file single.php
it shows the post and the contact form at the end, but when I send an email through contact form, the custon field with the email that I create inside the post doesn’t receive an email.
My custom field is mail_to [email protected]
Am I doing something wrong?
Thanks Mike
I will try it
Many thanks Mike
If you could add a email_to capability to the shortcode that is nice.
I ad the code to the template:
<?php if ( isset($si_contact_form) ) { echo $si_contact_form->si_contact_form_short_code( array( 'form' => '1', 'email_to' => "$email_to", ) ); } ?>
Thanks