Elxis CMS Forum

Extensions => Components => Topic started by: wbread on June 06, 2014, 11:39:05

Title: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 06, 2014, 11:39:05
does not work noobslider  :-\
and i finde this one error
Error: TypeError: $.element is not a function
source: http://runsite.ru/components/com_downloads/js/mootools.js
line: 119
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: datahell on June 06, 2014, 17:57:31
You have both mootools and jquery on the same page. You must either remove jquery or load it with the "no conflict"  option.
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 06, 2014, 18:05:34
load it with the "no conflict"  option.
how?
i use http://code.jquery.com/jquery-latest.min.js
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: datahell on June 06, 2014, 18:20:25
You should start like that:
jQuery.noConflict();

Check this for more details. (http://api.jquery.com/jquery.noconflict/)
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 06, 2014, 18:48:19
then I rewrite plugins like lightbox? ???
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: datahell on June 06, 2014, 19:20:02
You did it correctly on Downloads page and it works fine, I don't see any problem. In which other page you have similar problem?

Note: If you use the latest jquery version (2.x+) you might need also to load the migration plugin in order old scripts to work and to have support for IE 8 browser and older.
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 06, 2014, 20:52:49
Downloads & Gallery work but lightbox no, I changed every $ on jquery, but the window with the image does not appear, only black bg
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 16, 2014, 11:59:20
help correct rewrite plugin Lightbox  :'(

Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: Amigamerlin on June 16, 2014, 22:34:41
help correct rewrite plugin Lightbox  :'(

For me is working
http://www.elxis-porting.com/downloads/ (http://www.elxis-porting.com/downloads/)
Try to use the attached file and let me know.
Bye
Title: Re: IOS Downloads for elxis 2009 slider not work
Post by: wbread on June 17, 2014, 00:03:33
Try to use the attached file and let me know.
IOS Downloads & IOS Gallery work fine, but Lightbox for article not work (http://runsite.ru/publikatsii/informer/na-saitie-novyi-dizain.html)
I wanted  to rewrite the plugin lightbox for jQuery.noConflict()