Not appearing on IE and no caption on G. Chrome

  • SusanP
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 week ago #4643 by SusanP
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
  • Moderator
More
14 years 1 week ago #4644 by milos
When I look source code of your site, I can see it loads jQuery 3 times, in 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>
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:
Code:
<script type="text/javascript"> jQuery.noConflict(); </script>
You have two such lines.

Please Log in to join the conversation.

  • SusanP
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 week ago - 14 years 1 week ago #4659 by SusanP
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.
Last edit: 14 years 1 week ago by SusanP.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 week ago #4661 by milos
In source code you still have two lines:

jQuery.noConflict();

Maybe this makes conflict in IE.

Please Log in to join the conversation.

  • SusanP
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 week ago #4663 by SusanP
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!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 week ago #4674 by milos
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
Code:
<script type="text/javascript"> jQuery.noConflict(); </script>

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum