Slideshow CK Not showing up
9 years 3 weeks ago #34438
by king77
Replied by king77 on topic Slideshow CK Not showing up
as vera no form with function datepicker, slider ck is published but not displayed because of a conflict with jquery slider have tried others that have worked but honestly I wish I could use yours.
barraquetes.com/nueva
barraquetes.com/nueva
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #34439
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow CK Not showing up
yes the problem is your datepicker because it loads jquery from another source
<link rel="stylesheet" href=" code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css " />
<script src=" code.jquery.com/jquery-1.9.1.js ">
<script src=" code.jquery.com/ui/1.10.1/jquery-ui.js ">
this is bad. Try to see if you have an option to disable the jquery load in this module, or ask the developper to fix it and use the Joomla! API for jquery
<link rel="stylesheet" href=" code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css " />
<script src=" code.jquery.com/jquery-1.9.1.js ">
<script src=" code.jquery.com/ui/1.10.1/jquery-ui.js ">
this is bad. Try to see if you have an option to disable the jquery load in this module, or ask the developper to fix it and use the Joomla! API for jquery
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #34440
by king77
Replied by king77 on topic Slideshow CK Not showing up
JQUERY API joomla could not guide me what is
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #34441
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow CK Not showing up
this is something to be done by the developper !
you can check my cheatsheet here
www.joomlack.fr/en/joomla-documentations...templates-cheatsheet
and see this
this is the way to load jQuery in respect with the standards and respect with other extensions (also respect the website owner and don't load multiple times the same thing in the page)
you can check my cheatsheet here
www.joomlack.fr/en/joomla-documentations...templates-cheatsheet
and see this
Code:
JHtml::_('jquery.framework', true);
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #34442
by king77
Replied by king77 on topic Slideshow CK Not showing up
could not be added jQuery.noConflict (); within the slider ck ??
Please Log in or Create an account to join the conversation.
9 years 3 weeks ago #34443
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow CK Not showing up
this is not the problem.
The problem here, is that the other module loads jQuery anywhere in the page. But the fact is that jQuery has already been loaded and some functions have been registered to the jQuery object.
of course yes you could do many things to make it work even if someone is doing blooddy things.
My question is why this developper would not just code correctly and respect others ?
The problem here, is that the other module loads jQuery anywhere in the page. But the fact is that jQuery has already been loaded and some functions have been registered to the jQuery object.
of course yes you could do many things to make it work even if someone is doing blooddy things.
My question is why this developper would not just code correctly and respect others ?
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds