slideshow doesn't appear
please give me your url to check this where the slideshow is published
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
If I knew when joomla!3 has been released that this problem will be, I would have started a list with all extensions and templates that write "joomla! 3 compatible" but that are really not coded for joomla! 3 ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
BTW the template is Gantry (latest 4.x version.....i still got this issue before i updated the template....)
Please Log in or Create an account to join the conversation.
ced1870 wrote: this is a typical jquery conflict, because (may be your template) loads an external library instead of using the Joomla! 3 API
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js" type="text/javascript"></script>
If I knew when joomla!3 has been released that this problem will be, I would have started a list with all extensions and templates that write "joomla! 3 compatible" but that are really not coded for joomla! 3 ...
Would using something like the rereplacer plugin or jquery easy possibly resolve this?
tnx
Please Log in or Create an account to join the conversation.
this is not an issue from joomla!, but from the developershow Joomla is not handling these jquery issues......
I can not tell you that this is from your template. I don't think that Grantry will do such things (I hope not !), but this can also be a system plugin. Do you have something installed in relation with "geo"
may be this is in cause, try to disable it<script src="/<meta name="DC.title" content="APEX Thermal Services - Solar Hot Water, Solar Pool Heating, Radiant Heating, Serving the Hudson Valley and Capital District - Home" />
<meta name="geo.region" content="US-NY" />
<meta name="geo.placename" content="Highland" />
<meta name="geo.position" content="41.6296;-74.043738" />
<meta name="ICBM" content="41.6296, -74.043738" />
" type="text/javascript"></script>
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.