Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Woocommerce Variante zeigen Fehler Meldung #619906

    As you guys are much too slow for us, we developed our own workaround:

    function modify_jquery() {
    if (!is_admin()) {
     wp_deregister_script('jquery');
     wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js');
     wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    Next time please convince us that you care about support and solutions!

    in reply to: Woocommerce Variante zeigen Fehler Meldung #619088

    Hi,

    I have the same problem. Updated everything and added the lines to the functions.php of the theme and child theme, got a 500. Added the line just to one theme (1 try for each) didn’t solve the problem: Example. What shall we do now?

    Best,
    Severin

    • This reply was modified 8 years, 7 months ago by deLucks.
Viewing 2 posts - 1 through 2 (of 2 total)