Karan
Forum Replies Created
-
Hi, I have the same issue.
After investigation I have found that there is a code issue in the latest update 1.5.2
And the solution is to revert Plugin to the previous version.
You can download the previous version 1.5.1 from this page, upload it to the website and then delete the plugin.Forum: Fixing WordPress
In reply to: Uncaught Error: Call to undefined function wp_is_block_theme()Hey, I had the same problem (no access to WordPress Dashboard) after WordPress 5.9 update. I have fixed it by doing a manual update. WP was not updated successfully (Some files were missing in the wp-admin directory). Please try to upload/replace latest WP core files via cPanel or FTP And can check If you problem solved.
Latest update (version 15.9.1) of Yoast Plugin fixed this issue for me. Make sure to clear cache after update (if you have a caching plugin installed).
Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formHi there,
May be there any server side cache or browser cache or issue in the code of CSS file.
Try to check in Private window or write CSS code at the top in the CSS file.
Or you can paste the site link here, So I can check there.Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formOK, I have checked the CSS file, and its updated last week. it means there is no issue with siteorigin plugin, actually your current changes are not updated to the CSS (cache) file. looks like you are using WP-Optimize plugin.
– try to clear cache from all cache related plugins.
– try to deactivate/activate cache plugins.
– try to delete everything from /wp-content/cache/ folder.please follow one/all of the above steps and your problem will be fixed.
Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formIt’s only possible whenever, There is a wrong CSS written in the siteorigin css panel. which is blocking the other CSS. try to add the asked CSS line at the top of the other CSS.
Also, I can see that, there is a strong cache enabled. please try to clear cache.Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formEverything looks good, but i can’t see the CSS i have asked in the previous messages.
Try to add CSS here: Dashboard: Appearance > Customize > Additional CSS
and then clear cache and check..wpcf7-form .wpcf7-response-output:empty {display: none;}Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath form@charliemariephoto
may be some conflict within your theme/plugins CSS code or may be any cache issue.
you can use the below updated code (added !important) or paste your site link, so i can check there..wpcf7-form .wpcf7-response-output:empty {display: none !important;}Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formHello @presant1934
Please add the below CSS line in Dashboard: Appearance > Customize > Additional CSS.wpcf7-form .wpcf7-response-output:empty {display: none;}Forum: Plugins
In reply to: [Contact Form 7] New update causes red border underneath formSame issue here with the update 5.2, It’s because of the changes in the CSS classes by plugin developer. You can use the below CSS code to fix this. It’s a quick fix for version 5.2, Hope it will be resolved in the future updates.
.wpcf7-form .wpcf7-response-output:empty {display: none;}