Solução:
Category Archives: Wordpress
A good reading about migratint WP to Cloudflare pages from Lucas Pardue
De-Press-ed: Migrating from WordPress to Cloudflare Pages
https://lucaspardue.com/2024/10/10/depressed-migrating-from-wordpress-to-cloudflare-pages
Warning: Undefined array key “color” in /wp-content/plugins/ wp-content/plugins/ elementor/core/editor/data/ globals/endpoints/colors.php on line 37
Warning: Undefined array key “color” in /wp-content/plugins/elementor/core/editor/data/globals/endpoints/colors.php on line 37
Edit the file and comment line 37 and add the following one
'value' => !empty($item['color']) ? $item['color'] : '#000000',
Publishing failed. You are probably offline.
I’v went to CloudFlare and switched HTTPS setting from Flexible
to Full
WP Fastest Cache WooCommerce
WP Fastest Cache with WooCommerce?
Don’t use it.
Ocorreu um erro crítico neste site.
DefendWP
Remove prices from WooCommerce
We can simple use a plugin for it. YITH WooCommerce Catalog Mode can do the work.
Although this might not be enough if you want to remove prices from Google results.
Add the following to your functions.php located at your theme page.
add_filter( 'woocommerce_structured_data_product_offer', '__return_empty_array' );
Test your page results according to Google at
https://search.google.com/test/rich-results?hl=pt-br
Google Support – About sale price annotations
https://support.google.com/merchants/answer/9017019?hl=en&sjid=11620160989609311719-EU
Google Merchant Center
https://www.google.com/retail/solutions/merchant-center/
Admin\WcPayWelcomePage’ not found
Warning: Class 'Automattic\WooCommerce\Internal\Admin\WcPayWelcomePage' not found in /home/group/public_html/domain.pt/wp-content/plugins/woocommerce/src/Admin/Features/Features.php on line 377
Parse error: syntax error, unexpected ')' in /home/group/public_html/domain.pt/wp-content/plugins/woocommerce/src/Internal/Admin/WcPayWelcomePage.php on line 322
Try to rename woocommerce folder.
Login to wp-admin and update woocommerce, then undo the rename and reactive woocommerce.
Verifique se a extensão mysqli do PHP está instalada e activada.
On CPANEL, on Select PHP Version, disable mysqli and enable nd_mysqli