-
AuthorPosts
-
January 12, 2025 at 7:40 pm #1475037
Hi there,
After much debugging it seems that there is a conflict between woocommerce and Enfold. On checkout, the terms and conditions button is not clickable or is clickable after a very long delay. The same thing does not happen if I have the Storefront theme active. We are running PHP version 8.4 (but same thing was happening with PHP versions 7.4-8.4), and all plugins, themes and wordpress version are up-to-date.With debug turned on I get the following errors on the checkout page:
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the avia_framework domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Creation of dynamic property avia_sidebar::$title is deprecated in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-content/themes/enfold/framework/php/class-sidebar-generator.php on line 34
Deprecated: Function wp_targeted_link_rel is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel_callback is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
Deprecated: Function wp_targeted_link_rel_callback is deprecated since version 6.7.0 with no alternative available. in /home/fegnionc2/domains/fegnion.xyz/public_html/wp-includes/functions.php on line 6114
January 12, 2025 at 9:09 pm #1475038Hey xfilegirl,
In my research I believe that your “terms and conditions” is created with the ALB and not a simple Classic Editor page, if this is the case try creating it with the Classic Editor or try this function.
Note that a another possibility is a caching plugin, or theme option forcing scripts into the footer or delaying the scripts until page interaction, since it will work after a “long delay”
Also note that your theme version is very old: v4.8.6.5 and not compatible with PHP v8+ or the latest WP version, you should update to v6.0.8Best regards,
MikeJanuary 12, 2025 at 9:34 pm #1475039Hi Mike,
Thank you for your help. I suppose before I check those first things you mentioned I should update Enfold and see if that helps. I was under the impression that I was up-to-date because that is what the Enfold>Theme Update section is telling me in the WordPress dashboard. See screenshot. It is not giving me the option to upgrade through the dashboard like it normally does.
Any idea why that would be the case? -
AuthorPosts
- You must be logged in to reply to this topic.