• Resolved luciana26

    (@luciana26)


    Hi!
    I’m having a compatibility issue with Bootstrap. I developed a very simple theme with underscores and I’m using your plugin for the image galleries. What I’m noticing is that on the pages that I’m using a gallery, the dropdown feature on navigation menu on header doesn’t toggle but if I visit other pages that are not using an image gallery shortcode it works just fine.
    I have no idea how to solve this. Could you please give me a clue?

    Here’s a link for the test website with an example:
    https://kaizen.thewhiteroomdesign.com/quienes-somos/

    Thank you very much. Luciana

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi luciana26,

    We have checked your site, and we did not find our “new image gallery” plugin on your site.

    please share the correct link.

    Have a great day

    Thanks

    Thread Starter luciana26

    (@luciana26)

    Thank you for the quick answer and sorry. Now the plugin is activated.
    https://kaizen.thewhiteroomdesign.com/proyectos-de-viviendas/

    This is how the enqueued styles and scripts looks in my functions.php :

    /**
    * Enqueue scripts and styles.
    */
    function luciana_araya_scripts() {
    wp_enqueue_script( ‘luciana-araya-navigation’, get_template_directory_uri() . ‘/js/navigation.js’, array(), ‘20151215’, true );

    wp_enqueue_script( ‘luciana-araya-bootstap-min-js’, get_template_directory_uri() . ‘/js/bootstrap.min.js’, array(‘jquery’), ‘null’, true );

    wp_enqueue_style( ‘luciana-araya-bootstrap-min’, get_template_directory_uri() . ‘/css/bootstrap.min.css’, array(), null, ‘all’ );

    wp_enqueue_style( ‘luciana-araya-font-awesome’, get_template_directory_uri() . ‘/css/font-awesome.min.css’, array(), null, ‘all’ );

    wp_enqueue_style( ‘luciana-araya-style’, get_stylesheet_uri() );

    wp_enqueue_style(‘lucina-araya-google-font-open-sans’,’href=”https://fonts.googleapis.com/css?family=Raleway:300|Roboto”‘);

    wp_enqueue_script( ‘luciana-araya-skip-link-focus-fix’, get_template_directory_uri() . ‘/js/-skip-link-focus-fix.js’, array(), ‘20151215’, true );

    if ( is_singular() && comments_open() && get_option( ‘thread_comments’ ) ) {
    wp_enqueue_script( ‘comment-reply’ );
    }
    }
    add_action( ‘wp_enqueue_scripts’, ‘luciana_araya_scripts’ );

    • This reply was modified 8 years, 1 month ago by luciana26.
    Thread Starter luciana26

    (@luciana26)

    When the plugin is activated it also changes the color of the navigation bar/header from white to silver.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bootstrap drop-down toogle wouldn’t work’ is closed to new replies.