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 #12957
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 #12956This 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 #11495I 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 #11492This 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 #11483This 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 #11457This reply has been marked as private.February 17, 2024 at 2:37 am in reply to: Some translations does not work ( in woocommerce? ) #11456No, plz change status to resolved. TY
Ok TY
February 15, 2024 at 4:02 am in reply to: Autoparts filtering redirects to shop page without filtering based the selection #11446This reply has been marked as private.February 15, 2024 at 3:58 am in reply to: Some translations does not work ( in woocommerce? ) #11445I confirm
TYYes, 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 #11443This reply has been marked as private.This reply has been marked as private.This 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 #11415TY
-
AuthorPosts