On PHP 8.2.15 — I get “PHP Errors (3 Deprecated)” on QueryMonitor.
I also tested on “PHP 8.1.27” and it was fine. I have around 35 plugins on my WordPress stack, all performing good on PHP 8.2.15.
I only get “Deprecated” message with this one plugin alone. Please do the needful.
Thanks.
P.S. Thanks for this beautiful add-on to import SEO settings into – Rank Math plugin.
=====================================
ERROR 1of3:
Deprecated Creation of dynamic property Soflyy\WpAllImportRapidAddon\RapidAddon::$active_post_types is deprecated
wp-content/plugins/import-xml-csv-settings-to-rank-math-seo/rapid-addon.php:143
Plugin: import-xml-csv-settings-to-rank-math-seo
ERROR 2of3:
Deprecated Creation of dynamic property Soflyy\WpAllImportRapidAddon\RapidAddon::$active_themes is deprecated
wp-content/plugins/import-xml-csv-settings-to-rank-math-seo/rapid-addon.php:144
Plugin: import-xml-csv-settings-to-rank-math-seo
ERROR 3of3:
Deprecated Creation of dynamic property Soflyy\WpAllImportRapidAddon\RapidAddon::$active_plugins is deprecated
wp-content/plugins/import-xml-csv-settings-to-rank-math-seo/rapid-addon.php:145
Plugin: import-xml-csv-settings-to-rank-math-seo
First warning is:
PHP Warning: Undefined array key "downfload_image"in /sites/sitename.com.au/files/web/app/plugins/import-xml-csv-settings-to-rank-math-seo/rapid-addon.php on line 351
The line is this:
if ( ! array_key_exists( $field_slug, $import_options['download_image'] ) ) {
But the $import_options
array is set on line 29. The first key/value is this:
'download_images' => 'yes',
it should be 'download_image'
or line 351 should be download_images
.
This is causing a fatal error in [email protected].
]]>Hi,
I’ve been using WP All Import for quite a while now and after searching to find an answer on how to add GTINs I came accross this plugin but there is no field to enter GTINs. My supplier puts GTINs in a column named ‘barcode’ so in the Custom Fields, I added:
{barcode[1]} in the first box and the following in the second box _rank_math_gtin_code
Nothing seems to work, any ideas please?
Thanks
]]>After to have exported and imported woocommerce products i’ve seen that products’s medias has lost their title and alt title.
Someone can help me to understand how to recover them?
Hi,
Can you add in the plugin function, in which can I set the primary category by name, like is in the Yoast plugin for WP All Import?
Best regards
]]>Hello,
I am using MyListing theme:
https://themeforest.net/item/mylisting-directory-listing-wordpress-theme/20593226
Using RankMath we came up to set custom meta data like Listing type, region and so on. The snipped we placed in the child theme function.php
add_action( 'mylisting/submission/save-listing-data','add_listing_type_names', 99, 2 );
add_action( 'mylisting/admin/save-listing-data','add_listing_type_names', 99, 1 );
function add_listing_type_names( $listing_id, $fields = [] ){
$listing = \MyListing\Src\Listing::force_get( $listing_id );
update_post_meta( $listing->get_id(), '_' . 'listing_type_plural_name', $listing->type->get_plural_name() );
update_post_meta( $listing->get_id(), '_' . 'listing_type_singular_name', $listing->type->get_singular_name() );
}
Now you may use these variables for singular and plural
%customfield(_listing_type_singular_name)% //singluar
%customfield(_listing_type_plural_name)%. //plural
So we can set these custom meta tags in the RankMath settings:
https://ibb.co/TbRTT7G
___
The problem is that after importing a listing using your plugin and your addon for RankMath it didn’t add the custom meta tag. It’s just empty on the RankMath preview and also in the source code: https://ibb.co/RYTp478
To fix this I have to resave any new listing which has been added to my website.
But when importing like 4,000 listings I can’t simple resave any of them by hand.
So how to fix this?
]]>Hi,
Is there any way to import the values for the Product Rich Snippets?
In the schema generator for Woocommerce products, I need to import the SKU, Brand, Price and Currency.
I don’t see any option to do this or any custom fields available.
Thanks
]]>Hi, the Schema function for Rank Math is not working. Even though import the products the schema is set as off. Furthermore, can I get only the product schema and no choice for example books, products, software etc.
]]>