IE 8 popup images appear right at bottom of screen

  • Posts: 29
  • Thank you received: 2
12 years 6 months ago #27160

Using Joomla 1.5.23 and Hikashop 1.5.4 on Internet Explorer 8

When you click on a product image, the popup appears right down at the bottom of the screen instead of centered in the current view (like usual). See example at www.wirthconsulting.com.au/products/prod.../category_pathway-12 . Same issue occurs with the add to cart popup confirmation message.

To the website visitor it simply looks like the popups aren't working until you realise and scroll right to the bottom of the page.

It isn't a problem in Firefox or Chrome.

Any ideas?

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 6 months ago #27179

Hi,

That problem does not occur on other websites. For instance, it works fine on our demo website with IE 7 8 and 9.

Looking at the HTML/CSS of your page (not that page as it's not working anymore but another product page ), it seems that IE has problems parsing it correctly. Unfortunately, I couldn't find where the problem was coming from.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 1
11 years 9 months ago #56576

I know this is a bit late but I had the same problem, but it is a style issue in the view.

Go to and edit the following:

1.In admin choose 'Display/View'.
2.Then choose under the 'View' tab 'product' and under tab 'File' choose 'show'.
3.The next line of code after:

if (!$this->config->get('thumbnail')) {

You should find
echo '<img src="' . $this->image->uploadFolder_url . $image->file_path . '" alt="' . $image->file_name . '" id="hikashop_main_image_' . $variant_name . '" style="margin-top:10px;margin-bottom:10px;display:inline-block;vertical-align:middle" />';

... and change the 'vertical-align:middle' at the end to 'vertical-align:top'.

Worked for me to get around the issue with ie8.

Last edit: 11 years 9 months ago by grafx.
The following user(s) said Thank You: nicolas

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum