Forum Replies Created
-
AuthorPosts
-
January 10, 2025 at 5:10 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #12957sockodSupport Expired
The below fixes the elementorModules.frontend is undefined and then the autoparts works as expected..
function force_elementor_frontend_js_early()
{
if (defined(‘ELEMENTOR_VERSION’)) {
// Check if the user agent is Firefox
if (strpos($_SERVER[‘HTTP_USER_AGENT’], ‘Firefox’) !== false) {
wp_deregister_script(‘elementor-frontend’);wp_register_script(
‘elementor-frontend’,
ELEMENTOR_ASSETS_URL . ‘js/frontend.min.js’,
[‘jquery’],
ELEMENTOR_VERSION,
true
);wp_enqueue_script(‘elementor-frontend’);
}
}
}
add_action(‘wp_enqueue_scripts’, ‘force_elementor_frontend_js_early’, 1);January 10, 2025 at 4:49 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #12956sockodSupport ExpiredThis reply has been marked as private.February 22, 2024 at 12:23 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11495sockodSupport ExpiredI finally came up with a solution, ty for supporting me
February 21, 2024 at 11:36 pm in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11492sockodSupport ExpiredThis reply has been marked as private.February 21, 2024 at 9:21 pm in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11483sockodSupport ExpiredThis reply has been marked as private.February 17, 2024 at 4:33 am in reply to: Price filter is being dissapeared after model attribute filter selected #11457sockodSupport ExpiredThis reply has been marked as private.February 17, 2024 at 2:37 am in reply to: Some translations does not work ( in woocommerce? ) #11456sockodSupport ExpiredNo, plz change status to resolved. TY
sockodSupport ExpiredOk TY
February 15, 2024 at 4:02 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11446sockodSupport ExpiredThis reply has been marked as private.February 15, 2024 at 3:58 am in reply to: Some translations does not work ( in woocommerce? ) #11445sockodSupport ExpiredI confirm
TYsockodSupport ExpiredYes, i confirm the bug fixed. If is smth i could have done plz refer or else just close it.
TY againFebruary 15, 2024 at 3:54 am in reply to: Price filter is being dissapeared after model attribute filter selected #11443sockodSupport ExpiredThis reply has been marked as private.sockodSupport ExpiredThis reply has been marked as private.sockodSupport ExpiredThis reply has been marked as private.February 13, 2024 at 5:45 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11415sockodSupport ExpiredTY
-
AuthorPosts