apexdivision
Forum Replies Created
-
Hello Everyone.
Not sure if this will be helpful to anyone.
After checking thoroughly, we found, child theme css was not loading.Earlier code:
wp_enqueue_style(‘child-theme-css’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘astra-theme-css’, ‘elementor-pro’), CHILD_THEME_VERSION, ‘all’);
New code:
wp_enqueue_style(‘child-theme-css’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘astra-theme-css’), CHILD_THEME_VERSION, ‘all’);
Basically the mention of ‘elementor-pro’ in the dependency array was not enqueuing the css.
This saved my day!@elementoraddonswpr Thank you for looking into it, much appreciated. We have already observed those errors. Those are primarily because we have other tracking codes, JS etc implemented on the site which will work only on live, it always but never interfered on the normal site operation. Those errors are not related to css at all. If you check console > network and filter on css, there is no error in loading any domain css. But still the site is broken. We have rolled back and re-did, and the steps which breaks the site are in exactly this order:
1. Elementor + Pro update, site breaks with fatal error.
2. Your plugin updated, site works, but UI breaks.
Kindly advise@wprduke Thanks, but that didn’t work. We have already flushed Elementor cache from wp-admin as well as using wp-cli. Also rebuilt the db. Flushed browser cache and still css issue.
Kindly advise.@elementoraddonswpr I am talking about our development site, which is not in public DNS.
You can access it by adding below line in hosts file and access https://dev.webengage.com/
3.210.192.196 dev.webengage.com
Please let me know if this worked. Working live site with un-updated plugins can be viewed at https://webengage.com/
Thank youI updated the plugin to latest version, but the site is still broken for css. css issues everywhere. I am using Elemetor, Elementor Pro and Royal Elementor Addons free version.
Kindly advise.Same problem. Waiting for a fix.
Forum: Plugins
In reply to: [Post My CF7 Form] ACF Select mapping always saves the first option valueThank you.
Forum: Plugins
In reply to: [Post My CF7 Form] ACF Select mapping always saves the first option valueIs this project in github?
Forum: Plugins
In reply to: [Post My CF7 Form] ACF Select mapping always saves the first option valueYes, it’s ACF issue it seems. Even directly editing post meta does not affect for select fields.
I will update here, if I find anything, which can be used for future version of this plugin.
Forum: Plugins
In reply to: [Post My CF7 Form] ACF Select mapping always saves the first option valueHi,
Yes, it worked fine, but we will have to use the ACF CPT because it is used from other API as well.
Worst case scenario we have to use wpcf7_before_send_mail hook.
Thank you,
Nir
Hello,
I am facing the same problem, In my case, I am using Astra Core 4.0.2 and Astra Pro 4.0.1 Elementor Pro 3.11.1, WP 6.1.1
Exact same error started appearing from last few days, maybe after I updated the plugins and brew update all packages. System running on MacOS 13.2 PHP 8.1.16 (shivammathur/php/[email protected])
Thank you
Nirjhareswar Banerjee