Re: Plugin not showing full image in ie8

More
13 years 7 months ago - 13 years 7 months ago #7516 by michaeltheone
hello,

i have purchased the hot photo gallery plugin, in beginning it worked perfectly.
but since i have changed the url to the next/previous images the gallery aint showing the full image in ie8 other browsers it still does.

how come?

Regards,
Michael.
Last edit: 13 years 7 months ago by michaeltheone.

Please Log in to join the conversation.

More
13 years 7 months ago #7542 by michaeltheone
No any solutions???? :dry:

Please Log in to join the conversation.

More
13 years 7 months ago #7543 by ivan.milic
Hi,

it looks good in ie9 compatibility mode (works like ie8). From you snapshot it look's to me as graphic artifact. Maybe jQuery update may help.

Try to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.

there are 2 script and one css reference:

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

<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>

Please Log in to join the conversation.

More
13 years 7 months ago #7709 by michaeltheone

ivan.milic wrote: Hi,

it looks good in ie9 compatibility mode (works like ie8). From you snapshot it look's to me as graphic artifact. Maybe jQuery update may help.


Try to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.

there are 2 script and one css reference:

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

<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>


Hello,

thanks for your reply, could you assist me with updating jQuery? as i haven't done that before.

Thanks.

Please Log in to join the conversation.

More
13 years 7 months ago - 2 years 7 months ago #7718 by ivan.milic
1. Disable "Load jQuery" in all modules where you find it
2. If template has parameter "Load jQuery" disable it to.
3. Check index.php of template is thetre is raw reference to jQuery an remove it if exists
4. Copy js and css folder form this attachment to some folder on your site, best in template folder.
5. Add this references in <head> of index.php of template , but place them as near to begging of <head> you can.
Code:
<link href="<???path???>/css/jquery-ui.css" rel="stylesheet" type="text/css" /> <script src="<???path???>/js/jquery.min.js" type="text/javascript" /> <script src="<???path???>/js/jquery-ui.min.js" type="text/javascript"/>


replace <???path???> with the path of folder where you put this files.

Check that paths are ok , by going to this link:
Code:
www.yoursite.com/<???path???>/js/jquery.min.js

if you get page showing .js source then it's ok.
Last edit: 2 years 7 months ago by milos.

Please Log in to join the conversation.

More
13 years 7 months ago #7719 by michaeltheone

ivan.milic wrote: 1. Disable "Load jQuery" in all modules where you find it
2. If template has parameter "Load jQuery" disable it to.
3. Check index.php of template is thetre is raw reference to jQuery an remove it if exists
4. Copy js and css folder form this attachment to some folder on your site, best in template folder.
5. Add this references in <head> of index.php of template , but place them as near to begging of <head> you can.

<link href="<???path???>/css/jquery-ui.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/js/jquery.min.js" type="text/javascript" />
<script src="<???path???>/js/jquery-ui.min.js" type="text/javascript"/>


replace <???path???> with the path of folder where you put this files.

Check that paths are ok , by going to this link:
www.yoursite.com/ /js/jquery.min.js

if you get page showing .js source then it's ok.


Hello,

i have checked the index.php off the template but not possible to add... as the page shows then errors.

Please Log in to join the conversation.

Time to create page: 0.082 seconds
Powered by Kunena Forum