Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Slider not working (jQuery Conflict?) #89952
    [email protected]
    Participant

    That’s unfortunately not really a possibility. Is there any other way?

    in reply to: Slider not working (jQuery Conflict?) #89846
    [email protected]
    Participant

    If its set to false by default, then what could the issue be?

    in reply to: Slider not working (jQuery Conflict?) #89646
    [email protected]
    Participant

    Here is the functions file in my child theme.

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/editor-style-rtl.css' );
    	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/editor-style.css' );
    	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/rtl.css' );
    	wp_enqueue_script( 'badge-script', 'http://panthernet.net/wp-content/uploads/2015/11/budgetBadge.js' );
    }

    Do I need the false declaration?

    in reply to: Slider not working (jQuery Conflict?) #88902
    [email protected]
    Participant

    How would I modify the order that these are loaded?

    in reply to: Slider not working (jQuery Conflict?) #87567
    [email protected]
    Participant

    There is also a custom script on the site to may the flyout in the top right. I have already tried disabling all plugins to no avail.

    Have you looked at the site and been able to replicate it?

Viewing 5 posts - 1 through 5 (of 5 total)