• I wrote a custom jQuery function in the functions.php file and added it to the footer with this command:
    add_action(‘wp_footer’, ‘wpb_hook_javascript’, 100);

    When I have the Breeze plugin enabled, Breeze overwrites the change the jQuery function is doing (essentially swapping out the image source of a specific CSS selector). When I disable the Breeze plugin, the jQuery function works correctly. Is there a way for Breeze to not cache a specific function or a way for a footer hook to be executive after Breeze does its thing?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Breeze overwrites custom JS’ is closed to new replies.