Banner's jqury coinciding with boonx

Hello all,

I had installed "Full width columns" from http://www.boonex.com/m/full-width-columns and come up with an idea that there should be a 1140 X 300 slider on the member's account page.

so I made a html block after adding a full width column on the account page through "page builder" and put the banner.html (full file attached) in the recently made html block and bang .....  its work great.....

But now what ???

all the functions over the members page stop working , means the jquery of the animated banner slider blocked the functions of members page so It made / forced me to remove the same from the site.

Any suggestions??? 

banner.zip · 378.5K · 212 downloads
Quote · 29 May 2013

Any suggestions??? 

Quote · 29 May 2013

yes most likely there is a contridiction with jquery or js script.

if they are loaded twice some things stop working...

Check if js files are loaded already and if you use custom template check if it works in uni template.

Quote · 29 May 2013

 

yes most likely there is a contridiction with jquery or js script.

if they are loaded twice some things stop working...

Check if js files are loaded already and if you use custom template check if it works in uni template.

 already checked sir, even checked by putting the banner.html in the basic splash one , that too make most of the functions disabled like changing design etc

 

Quote · 29 May 2013

This line in banner.html.

<script type="text/javascript" src="engine1/jquery.js"></script>

That loads another copy of jquery. You need to edit banner.html to remove that line.

You cannot add any jquery script that dolphin already includes because they will conflict with each other. So you need to make sure any code your adding does not try to include it again. That's why things stop working properly.



https://www.deanbassett.com
Quote · 29 May 2013

 

This line in banner.html.

<script type="text/javascript" src="engine1/jquery.js"></script>

That loads another copy of jquery. You need to edit banner.html to remove that line.

You cannot add any jquery script that dolphin already includes because they will conflict with each other. So you need to make sure any code your adding does not try to include it again. That's why things stop working properly.



 It works..........

thank yooooooouuuu

You are a Hero

Quote · 30 May 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.