- This topic has 6 replies, 3 voices, and was last updated 14 years, 4 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Images Shifting Up in Internet Explorer 7
Tagged: css issue, image shift, internet explorer shift
Hello,
I recently started playing with the WP_eStore plugin and everything was looking ok but that was in Firefox.
I’m using [wp_eStore_fancy2:product_id:1:end] and I have 3 products on one page but in Internet Explorer, the thumbnails (after the page loads) shift up by about 80 pixels. My products are one on top of the other so as the images shift up, they cover the “buy now” button.
Can Amin or someone please help?
Here’s my url: http://www.hgv-trucktables.co.uk/daf-95-105-xf-truck-tables.php
Many thanks
Scott
I don’t have IE7 so can’t really see the issue from my end… can you please try the “Fancy1” option and tell me if that gives you the same issue too?
Hi amin, I tried Fancy1 and it did the same thing. It works fine in IE8 and all other current/modern browsers. I only keep IE7 to test layouts and can’t figure this one out.
On another note, I noticed that the plugin as well as my theme are both using lightbox. So, when I click the thumbnail in the shopping cart the image is being pulled twice if that makes sense.
I’m using the thumbnail url as the same image that’s within the post, ie in the media library.
Was wondering if I could disable rel=”lightbox” within the plugin’s code without messing anything up? If so, can you please tell me which php file in the plugin uses the lightbox when using Fancy2?
Cheers
Scott
OK, sorted the floating image situation. It was a position:relative; in the CSS that wasn’t really needed and the got rid of the lightbox div so all is OK now.
Thanks
Glad to hear that you got it sorted out… you should be able to turn of lightbox effect for the etore plugin from the settings menu.
Also can you please explain the exact CSS change you made so maybe I can add it to the code plugin CSS?
You need to change in the ‘wp_eStore_style.css’ than look for ‘thumb-image’ on line number 57. It was not fixed yet, so i thought why not add a comment for you guys.