- Posts: 8
- Thank you received: 0
Not appearing on IE and no caption on G. Chrome
-
SusanP
Inactive member - Topic Author
- New Member
Less
More
14 years 1 week ago #4643
by SusanP
Replied by SusanP on topic Re: Not appearing on IE and no caption on G. Chrome
Ok, I just switched back to your model on the frontpage. I also send you the admin password in a private message.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
14 years 1 week ago #4644
by milos
Replied by milos on topic Re: Not appearing on IE and no caption on G. Chrome
When I look source code of your site, I can see it loads jQuery 3 times, in lines:
There should be only one such line. You can disable jQuery in our module, check that in other components too. Also, there's should be only one line:
You have two such lines.
Code:
<script type="text/javascript" src="http://www.susan-proctor.com/joomlaworks/plugins/system/jbLibrary/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://www.susan-proctor.com/joomlaworks/components/com_vipportfolio/assets/jquery.js"></script>
<script type="text/javascript" src="http://www.susan-proctor.com/joomlaworks/modules/mod_hot_effects_rotator/js/jquery.min.js"></script>
Code:
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
-
SusanP
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
14 years 1 week ago - 14 years 1 week ago #4659
by SusanP
Replied by SusanP on topic Re: Not appearing on IE and no caption on G. Chrome
I have make modifications so that now only in one place jquery gets loaded in the script:
<script type="text/javascript" src=" www.susan-proctor.com/joomlaworks/compon...lio/assets/jquery.js ">
<script type="text/javascript">
jQuery.noConflict();
</script>
Unfortunately this has made no difference on IE.
<script type="text/javascript" src=" www.susan-proctor.com/joomlaworks/compon...lio/assets/jquery.js ">
<script type="text/javascript">
jQuery.noConflict();
</script>
Unfortunately this has made no difference on IE.
Last edit: 14 years 1 week ago by SusanP.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
14 years 1 week ago #4661
by milos
Replied by milos on topic Re: Not appearing on IE and no caption on G. Chrome
In source code you still have two lines:
jQuery.noConflict();
Maybe this makes conflict in IE.
jQuery.noConflict();
Maybe this makes conflict in IE.
Please Log in to join the conversation.
-
SusanP
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
14 years 1 week ago #4663
by SusanP
Replied by SusanP on topic Re: Not appearing on IE and no caption on G. Chrome
Hi,
Yes, I have looked inside other .js files and it seems that this statement gets created dynamically as I can not find it in other .js files. Like in Superfish menu and in com-vipportfolio js files, etc.! What to do!
Yes, I have looked inside other .js files and it seems that this statement gets created dynamically as I can not find it in other .js files. Like in Superfish menu and in com-vipportfolio js files, etc.! What to do!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
14 years 1 week ago #4674
by milos
Replied by milos on topic Re: Not appearing on IE and no caption on G. Chrome
I have not been working in the backend of your site.
You can disable above line in our module by disabling loading of jQuery in module parameters, or manually, by editing file /modules/mod_hot_effects_rotator/tmpl/default.php and removing lines
You can disable above line in our module by disabling loading of jQuery in module parameters, or manually, by editing file /modules/mod_hot_effects_rotator/tmpl/default.php and removing lines
Code:
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
Time to create page: 0.094 seconds