question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflict with another plugin

See original GitHub issue

Hi,

I’m including “eternicode/bootstrap-datepicker” plugin in the same page as this one and the select doesn’t work anymore. It shows the button with the first option as the text, but no options inside. Also, datepicker stops showing any hover or selected effects.

As soon as I remove one of the plugin’s css file from the page, the other plugin becomes fully working again.

select:

<select name="categoria" class="selectpicker" data-live-search="true" data-width="100%">
$('.selectpicker').selectpicker();

datepicker:

<div class="input-group date" id="test">
    <input type="text" class="form-control" id="test" />
$('#test').datepicker();

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
caseyjholcommented, May 11, 2015

The problem is you were using the “Bootstrap 3.2.0” option built into JSFiddle. I unchecked that option and loaded bootstrap separately and it works. http://jsfiddle.net/5g2vebhm/2/

0reactions
hurbinalcommented, Sep 22, 2016

I found the problem, i was using jQuery 3.X, i have to use 2.1.0 instead 😛

Read more comments on GitHub >

github_iconTop Results From Across the Web

Conflict with another plugin which overwrites jQuery
Hi everyone, as per the topic title, suddenly, maybe after an update to some newest version, I often have this message “Conflict with...
Read more >
How to check for plugin conflicts
1. When you're logged in, you will be in your 'Dashboard'. 2. Make sure you are up to date with the latest versions...
Read more >
Best Practices to Manage WordPress Plugin Conflicts
Best practices to handle major plugin conflicts on your WordPress website, tips to prevent potential conflicts and ways to correct them.
Read more >
WordPress Plugin Conflict: How to Trace and Solve It
How to Fix Plugin Conflicts · Step 1: Clear Your Browser Cache · Step 2: Consider Creating a Staging Site · Step 3:...
Read more >
How to Manage WordPress Theme and Plugin Conflicts ...
Theme and plugin conflicts are problems that occur when particular software doesn't work well with another part of your website.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found