dbconception
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Google doesn’t read my product descriptionHi,
I developed a script who remove all shortcodes from my description. But the message are still here. How can say to google to reimport/recheck the products?
Do you accept html on description ? Because there is still html ?
If you don’t accept it, can you add a fitler hook during your fetching of description to allow developer to strip html on description ?
Forum: Plugins
In reply to: [Google for WooCommerce] Google doesn’t read my product descriptionHi, is there a hook of your plugin that I can call to execute this function on the description ?
// Fonction pour nettoyer les shortcodes et les balises spécifiques.
function dbc_strip_all_shortcodes($text) {
// Supprimer les shortcodes WordPress standard.
$cleaned_text = strip_shortcodes($text);
// Supprimer les balises [vc_row], [vc_column], [vc_column_text] avec une expression régulière.
$final_text = preg_replace('/\[vc_row\]\[vc_column width="1\/2"\]\[vc_column_text\]|\[\/vc_column_text\]\[\/vc_column\]\[vc_column width="1\/2"\]\[vc_column_text\]|\[\/vc_column_text\]\[\/vc_column\]\[\/vc_row\]/', '', $cleaned_text);
return $final_text;
}I want to keep shortcode in my description
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Get blank page ‘0’ on adding to wishlistHello,
Sorry for my late answer. I didn’t receive Email when you write your replies.
I searched in the my parent and child theme but no files named add-to-wishlist.php or add-to-wishlist-button.php
Regards,
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Get blank page ‘0’ on adding to wishlistI do not replicate too.
But when I click on the hearth to see the list, the page refresh without showing me the list.
Is it because of my theme or of your plugin ?
Thank’s for your help ?
Regards
It is done, my ticket number is 7026.
I forget to say to you that I remove ID column to fix Id conflict
Need I to enable the checkbox “Export children SKU of grouped products” ?
Hi,
But I will lost all my variations ? Didn’t it ?
It is very strange because, few variation was well imported but few other no…
David
Thank’s
Forum: Plugins
In reply to: [Autoptimize] Infinite loader on out of stock product with Elessi themeHi,
It’s works ! Thank’s for your help.
Have a good day 🙂
Forum: Plugins
In reply to: [10WebSocial] Css problem – white line appearsIt works ! Thank you !