rafluca
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] Remove price in google snippetsOops.. you’re right! The price is still visible in the code. Look here: https://ibb.co/S7tpFR8w
I just looked to see if the price was visible under the product.
How can I remove that code from the site?
Forum: Plugins
In reply to: [SEOPress - AI SEO Plugin & On-site SEO] Remove price in google snippetsThe price is not displayed in the source code unless you log in.
I also tried to insert this code in the functions.php .. but nothing, Google continues to re-index the price:
function remove_price_from_schema($data) {
if (isset($data[‘offers’])) {
unset($data[‘offers’][‘price’]);
unset($data[‘offers’][‘priceCurrency’]);
}
return $data;
}
add_filter(‘woocommerce_structured_data_product’, ‘remove_price_from_schema’, 10, 1);Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] I can’t place cards in the right columnYes thanks I solved it
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] PayPal buttons not loadingI have the same problem, I even uninstalled the cookie plugin, cleared the browser cache, changed browsers… the buttons no longer load, only the default theme button appears.
How can I solve it?
Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] I can’t place cards in the right columnThanks, I managed to do it by leaving the field empty.
I take this opportunity to ask another question: is it possible to have all the tabs closed by default? Currently the first one is open …
Forum: Plugins
In reply to: [Simple SEO] [canonical url] ?Hi David, it’s true!! I just discovered today that it’s in the Advanced tab! 😍
Forum: Plugins
In reply to: [Simple SEO] [canonical url] ?This plugin: https://it.ww.wp.xz.cn/plugins/custom-canonical-url-and-meta-keywords-modifier/ does 2 things: it adds the meta keyword (but not the description) and the canonical tag (which is the thing your plugin is missing). See the second screenshot of the plugin
- This reply was modified 1 year, 6 months ago by rafluca.
Forum: Plugins
In reply to: [Simple SEO] [canonical url] ?here all the information: https://yoast.com/rel-canonical/
Forum: Plugins
In reply to: [Quiz Maker by AYS] User data registered in the Admin emailSorry, actually the question isn’t clear. I’ll try to explain myself better:
Currently the plugin allows you to receive the quiz answers and the data filled in the form (if this option is enabled in the settings) on the adimn’s email with a summary of everything. And this is ok.
My question is:
Is it possible to send the summary of responses + the data used by the user during registration to access the site (woocommerce/wordpress) to the admin’s email?Look at my screenshot here, maybe this way you can understand everything better: https://ibb.co/GP2t1rc
Thank you