Design Agency Pro JavaScript Issues

Home Forums All Other Themes Design Agency Pro JavaScript Issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42831
    AndreasAndreas
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: July 29, 2016

    testimonialsrotator/js/bootstrap.js introduces a 404 error. Besides, there the site seems to have other JavaScript issues. You might want to look at:

    your demo site and open the inspector.

    The following code in a child theme fixed the former issue for me.

    
    function fix_scripts() {
        wp_dequeue_script('skt_design_agency-testimonials-bootstrap');}
    }
    
    add_action( 'wp_enqueue_scripts', 'fix_scripts', 20 );
    
    #42866
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Hi,

    Alright thanks for sending the fix.

    Will update in next theme version.

    Regards,
    Shri

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.