- Posts: 12
- Thank you received: 0
Problem with jQuery and jQuery UI
-
justy
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago - 13 years 4 months ago #9984
by justy
Problem with jQuery and jQuery UI was created by justy
Hi,
I am installing plugin DM AskInfo PopUp. Plugin does not work because template loading 3 times jQuery with different versions and 2 times jQuery UI.
Link:http://innovating.si/aktivnepocitnice/index.php?option=com_k2&view=item&id=6:hrva%C5%A1ka-kor%C4%8Dula-hotel-posejdon&Itemid=53#
I have disabled jQuery and jQuery on plugin DM AskInfo PopUp.
You will find Popup - (Click to Ask more info)
Please help me.
Thanks
I am installing plugin DM AskInfo PopUp. Plugin does not work because template loading 3 times jQuery with different versions and 2 times jQuery UI.
Link:http://innovating.si/aktivnepocitnice/index.php?option=com_k2&view=item&id=6:hrva%C5%A1ka-kor%C4%8Dula-hotel-posejdon&Itemid=53#
I have disabled jQuery and jQuery on plugin DM AskInfo PopUp.
You will find Popup - (Click to Ask more info)
Please help me.
Thanks
Last edit: 13 years 4 months ago by justy.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #9991
by ivan.milic
Replied by ivan.milic on topic Re: Problem with jQuery and jQuery UI
plugins and modules often have option to turn off jquery and some even ui if they use it.
References embedded in template are new (defined in index.php of template) so you can leave them.
For other references you need to go to each module ,plugin and component and disable it .
Is option does not exist you will need to remove it from .php code manually.
For module most likely that is in default.php of module , for plugin in .php file with similar name like plugin.
References embedded in template are new (defined in index.php of template) so you can leave them.
For other references you need to go to each module ,plugin and component and disable it .
Is option does not exist you will need to remove it from .php code manually.
For module most likely that is in default.php of module , for plugin in .php file with similar name like plugin.
Please Log in to join the conversation.
-
justy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 4 months ago #9996
by justy
Replied by justy on topic Re: Problem with jQuery and jQuery UI
Hi Ivan,
the problem appears to me only in the template Hot Destinations. When I use a different Joomla template, I have no problems with plugin DM AskInfo PopUp.
All modules and plugins are jQuery disabled.
the problem appears to me only in the template Hot Destinations. When I use a different Joomla template, I have no problems with plugin DM AskInfo PopUp.
All modules and plugins are jQuery disabled.
Please Log in to join the conversation.
-
justy
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
13 years 4 months ago #9997
by justy
Replied by justy on topic Re: Problem with jQuery and jQuery UI
I managed to. In index.php I delete the line <script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script> and works.
Please Log in to join the conversation.
Time to create page: 0.150 seconds