Wrapper material not visible in Opera and IE9

More
13 years 7 months ago #8352 by ivan.milic
Ok,

that is due multiple loading of jquery. When I inspect page source in first 20 lines of page I see at least 3 references.
Disable jQuery in all of your plugins/modules/templates and put just one before everything manually (you add it by changing index.php of template by following instructions for referencing jQuery which you can find on internet by goggling ). Best if you can reference latest version of jQuery you can downlaod from jquery.com

Please Log in to join the conversation.

  • rkmani
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 5 months ago #9398 by rkmani
How do I disable JQuery in other modules and where do I upload the latest version of JQuery.

Also the Panel Module (OPEN on top) does not slide freely in FF, but it does in other browsers

Please Log in to join the conversation.

More
13 years 5 months ago #9441 by ivan.milic
FF problem will probably be solved with fixing jQuery references also.

Latest version of jQuery you can download from jquery.com , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/

There are 2 script and one css reference:

<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />

<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>

Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form

case to case ) property disable it.
Then also go to plugin manager and do that also.

Then open index.php of template and check if there is already reference there. If yes you can just modify

it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much

close to begining of <head> section as it can be.


To chack you have one and only exactly one reference use "View source" option of your browser when you go

to your site. js. References can sometimes be in place where module is rendered so you need to check all

source. Easiest way is to text-serach "jquery" in page's source.

Please Log in to join the conversation.

Time to create page: 0.961 seconds
Powered by Kunena Forum