- Posts: 12
- Thank you received: 0
Re: Plugin not showing full image in ie8
-
michaeltheone
Inactive member - Topic Author
- New Member
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.
Please Log in to join the conversation.
-
michaeltheone
Inactive member - Topic Author
- New Member
- Posts: 12
- Thank you received: 0
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
- Posts: 14116
- Thank you received: 1639
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.
-
michaeltheone
Inactive member - Topic Author
- New Member
- Posts: 12
- Thank you received: 0
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.
-
ivan.milic
Support Staff - Moderator
- Posts: 14116
- Thank you received: 1639
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.
replace <???path???> with the path of folder where you put this files.
Check that paths are ok , by going to this link:
if you get page showing .js source then it's ok.
Please Log in to join the conversation.
-
michaeltheone
Inactive member - Topic Author
- New Member
- Posts: 12
- Thank you received: 0
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/ ??path???>/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.