carlsednaoui / ouibounce

Increase your landing page conversion rates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working with bootstrap

codingat4am opened this issue · comments

When we added

<link media="all" type="text/css" rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

It would not work at all.

@chppatel you're saying that when you added a CSS stylesheet (bootstrap), a JavaScript library (Ouibouce) stopped working? I don't think that's really possible.

Was this working before you added the Bootstrap styles AND are you using the same css selectors as I did in the examples? If so, you probably need to change the css classes for the Ouibounce modal (both Bootstrap and the Ouibounce example use .modal as a css class).

Hope this helps,

Carl

Closing this issue — let me know if the problem persists and I can re-open.