fakowp
Forum Replies Created
-
I found two possible solutions to my problem.
The first, temporary one, is to replace line 241 in the /wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php filefrom $sanitized = array_map( [ ‘WPSEO_Utils’, ‘sanitize_text_field’ ], $input );
to $sanitized = is_array( $input )
? array_map( [ ‘WPSEO_Utils’, ‘sanitize_text_field’ ], $input )
: [];And the second option is to edit the site’s database through phpMyAdmin and create a new row in wp_options:
option_name: wpseo_taxonomy_meta
option_value: a:0:{}
autoload: yesMy website had been running for several years, and recently I decided to update all components to the latest versions, such as WordPress, the site theme, and all plugins that required it. After that, I started encountering an error when working with product categories and attributes.
Thank you! Now everything works fine
Hello! Thanks for the tip, it really improved things a lot) Now the address transfers to the form in its entirety.
But I have another question unrelated to this topic, and I don’t want to start a new thread to ask it. I want to buy the full version of this plugin.
- Is it possible to try out its capabilities before buying?
- If the license is not renewed after a year, will the plugin retain its premium functionality? Will features like delivery zones still work?
Thanks in advance for your answer!
Maybe we need to use CSS to shift the phone number block to the right, and leave the flag in place?
Unfortunately, the code did not work 🙁