olimate
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Google recaptcha adds an extra DIVI’m talking about the parent tag DIV without any class or ID… The plugin generates this:
<div><div class="grecaptcha-badge"
As you can see in the plugin page: https://contactform7.com/contact/
Thanks for your support Benjamin!
I think it works now. I just updated the plugin and add this function to my functions.php file:
add_filter( 'aioseo_disable_title_rewrites', 'change_wordpress_seo_title' ); function change_wordpress_seo_title(){ return true; }
So now, all the AIOSEO titles defined in the plugin are not displayed. But, do you know how can apply it only in single.php posts?
Thanks in advance!
- This reply was modified 4 years, 3 months ago by olimate.
Hi, thanks for your reply.
I’m using a custom template where the single posts display as a title, the post title + the custom post title (a relationship ACF Advanced Custom Field).
So, in the AIOSEO setup, the field for title posts was blank because I used in my header.php this:
<?php if (is_single() ) : ?><title><?php the_title(); ?> ? <?php $post_object = get_field('author'); if( $post_object ): $post = $post_object; setup_postdata( $post ); ?><?php the_title(); ?><?php wp_reset_postdata(); ?><?php endif; ?></title><?php else : ?><title><?php wp_title(''); ?></title><?php endif; ?>
And it was worked fine, since the last update to version 4 (so I downgrade to 3 again).
Any idea how to solve it?
You should register to https://www.thenewsletterplugin.com/ and then click on ACOUNT. You will fins it. Just download and upload it to your plugin folder.
I use version 1.1.7… So, with 1.1.6 works and now with 1.1.8 it works too. Thanks!
- This reply was modified 5 years, 6 months ago by olimate.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Media Queries are goneOK I see now what it happens…
In version 5.X the custom templates located in /wp-content/extensions (theme.php) they included the HEAD elements such as media queries, so when I create a new email using the custom template I just type the content between BODY tags.
Now I need to paste the whole HTML, from <!DOCTYPE to </html>.
I’m right? Can I delete the folder extensions?
Thanks
Forum: Plugins
In reply to: [GD bbPress Attachments] Error upload message not displayedHi! It was a bad configuration in my webserver where PHP display_error option was OFF.
Thanks so much!
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Subscription folderI removed myself before and with the last update the folder is not present again.
Forum: Plugins
In reply to: [Contact Form 7] Reply-to field being ignoredIt doesn’t work for me. In my case the domain is a Google App domain (G-Suite). So if I use From [email protected] and To [email protected], the Reply-To: [your-email] still doesn’t work. When I click reply, appears the from email and not the one from the contact form (your-email).