Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Internet Explorer crushing product images


jcannaveno

Recommended Posts

Posted

Hello,

I am running OSCommerce 2.3.3 and in FireFox and Chrome my website looks fantastic..however when i open my website in Internet Explorer (ie 10) it looks great until you get to the product info page..my image on the product info page should show up as a 100x100 pixel thumbnail..but in IE it shows up as a line which seems to be 100x1 pixels..please help!

Posted

www.newarkmusical.com is my website..any help would be appreciated

 

Solved on oSCommerce chat session.

 

Problem: typo

 

Solution:

Find this -> SMALL_IMAGE_HIGHT

Change to this -> SMALL_IMAGE_HEIGHT

 

Done. Case closed. ;)

Posted

Hi,

No not solved using the latest version of jquery combined with fancy box will give an error which can only be solved to the best of my knowledge by upgrading fancy box which now seems to be commercial.

The images do not appear in fancy box they appear on a new page????

 

So the only solution would be to downgrade the jquery as far as I can see

 

regards

Joli

To improve is to change; to be perfect is to change often.

 

Posted

I believe that we have a problem it is is fancy box not bxgallery ??

 

http://fancybox.net/

 

Using the latest version of jquery combined with fancy box will throw an error on a on a 2 .3.. with an updated jquery

 

The solution is to pay for the updated version of fancybox

 

so this is not correct

 

The problem is surely with the code in with the code in fancy box so lets get a proper code instead of some people trying now to make money from oscommece and not respecting what it is all about.

 

Regards

 

Joli

 

Big Brother is watching ha ha :thumbsup:

To improve is to change; to be perfect is to change often.

 

Posted

Bxgallery creates the thumbs. Fancybox creates the popups.

If there is no thumb, it's more likely an issue in bxgallery.

 

There is nothing wrong with the fancybox people wanting to charge for usage.

Business owners need to look at this as a viable business expense.

Posted

the first issue is solved..and yes it was a typo..however i'm now having a problem when i put up multiple images for a product..they don't seem to constrain at all..they appear at their full size which for my products happens to be 400x400..they should be constraining to one image at 200x200 with smaller thumbnails underneath..any ideas?

Posted

My error console is complaining about an incomplete Javascript call. It's not clear where this is, but it looks like jQuery or BXgallery. You might try replacing all of the files in the /ext directory and see if that helps.

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Posted

Hi,

 

You seem to be calling the jquery files twice so guess a bit of old code left in which is going to confuse the browser as Jim sees

 

<link rel="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.10.3.css" />

<script type="ext/jquery/jquery-1.10.1.min.js"></script>

<script type="ext/jquery/ui/jquery-ui-1.10.3.min.js"></script>

 

+++++++++++++++++

 

<script type="ext/jquery/jquery-1.9.1.min.js"></script>

<script type="ext/jquery/ui/jquery-ui-1.10.3.min.js"></script>

<link rel="text/css" href="ext/jquery/ui/custom-theme/jquery-ui-1.10.3.css" />

 

so first thing to do is to get rid of the extra files and verify the existing ones by using page source and clicking on the link.

 

pretty sure if you revert back to the original files with 2.33 it will work then you can upgrade and see where your problem reappears

 

I believe my problem was with the

 

<script type="ext/jquery/jquery-1.10.1.min.js"></script>

 

you could also try adding below this jquery

 

<script src="ext/jquery/jquery-migrate-1.2.1.min.js"></script>

 

jquery-migrate-1.2.1.min.js

which helps to resolve conflicts with different versions of jquery just google for it download and add the file to the ext/ and the code above to template top

 

but simplest I think would maybe to roll back the

 

ext/jquery/jquery-1.10.1.min.js

 

to an earlier version or do the upgrade Burt suggested

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Posted

fixed it..disabled an old jquery file and it seemed to do the trick without breaking anything else..@@kymation this also fixed my problem with no arrows showing in my superfish categories

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...