fizi / BS_Gaming_01

e107 theme for Game website
0 stars 1 forks source link

with 2.3.2+ is bootstrap loaded 2x #8

Open Jimmi08 opened 2 years ago

Jimmi08 commented 2 years ago

@fizi I have no idea why the theme is working for me without issues, but for @Dxvid64 is not and the reason is this:

Bootstrap is loaded 2x, from the theme and from core

image

image

But in my case dropdown is working... I really don't have any idea why.

Just noticed that jquery is loaded 2x too

<script type="text/javascript" src="***/e107_web/lib/jquery/3/jquery.min.js"></script>
<script type="text/javascript" src="***/e107_themes/BS_Gaming_01/js/jquery-3.1.1.js"></script>