ltrihan
Forum Replies Created
-
Issue fixed !
In fact, during production, I added a noindex in my header.php which I removed when it was finally uploaded.
The problem is that Yoast took over the noindex that I had placed in the header.php, so I had to add this code in the functions.php
// Remove meta tag for pages except waiting page which is homepage function yoast_seo_robots_remove_index( $robots ) { if ( !is_front_page() ) { return false; } else { return $robots; } } add_filter( 'wpseo_robots', 'yoast_seo_robots_remove_index' );Once deleted, the pages are indexed again.
Sorry for the inconvenience caused.Have a good day !
At the moment, the Yoast SEO plugin is not active on your site. Can you activate it so I can troubleshoot what you reported?
@maybellyne so can you access to informations now ? I’m still having the issue of noindex on all pages except homepage.
One ultimate solution could be to delete Yoast and erase all about informations related to Yoast in my database, but there were a few hours of work to optimize certain pages. Without knowing what option or configuration is causing the problem, I cannot make a backup.
I would really like to know where the problem comes from and how to fix it since I may have the same problem on another site 😕- This reply was modified 2 years, 7 months ago by ltrihan.
Hello @maybellyne ,
Thanks for your reply and your sidenote.
Is it ok for you now ?Forum: Plugins
In reply to: [Quotes for WooCommerce] How to overwrite emails templatesForum: Plugins
In reply to: [Quotes for WooCommerce] How to overwrite emails templatesHi @pinalshah,
I confirm that my changes are not taken into account while the path of my files at the root of my theme are: /quotes-for-wc/templates/emails- /quotes-for-wc/templates/emails/plain/new-quote-request-sent-customer.php
- /quotes-for-wc/templates/emails/plain/request-new-quote.php
- /quotes-for-wc/templates/emails/plain/send-quote.php
- /quotes-for-wc/templates/emails/new-quote-request-sent-customer.php
- /quotes-for-wc/templates/emails/request-new-quote.php
- /quotes-for-wc/templates/emails/send-quote.php
Do you have any idea of what could cause this issue ?
Forum: Plugins
In reply to: [Quotes for WooCommerce] How to overwrite emails templatesHi @pinalshah and thanks a lot for your help. 🙏
I thought I tried this (rename the folder as quotes-for-wc), I will retry it when I will have the time. So the path in my child theme is supposed to be /wp-content/themes/mychildtheme/quotes-for-wc/templates/emails ?
About the tip, I don’t know why but I haven’t this “Copy file to theme” button like the one mentionned here https://help.designmodo.com/article/postcards-woocommerce/#:~:text=In%20the%20WooCommerce%20setting’s%20page,file%20in%20your%20theme’s%20folder.
I won’t forget to post here when I’ve had time to fix my problem.
Have a nice day,
Loïc