Content disappear in IE7

  • Posts: 9
  • Thank you received: 0
12 years 3 months ago #36365

Hi forum

I've been developing a webshop in joomla 1,7 and everything is working really good in both IE9 and other browser, EXCEPT IE7... When you enter the product list the name of the product and the price disappears randomly and comes back randomly - and sometimes it just move down a bit so you're only able to see half of the price. Do you have any idea about what this could be?

INFO:
Joomla 1,7
Template: astemplates.com/itemdetails.php?id=109
All php and CHMOD is correct set as far as i can see.
safemod off

Regards
MCC

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 3 months ago #36368

Hi,

Could you give a link to that page so that we can directly see the problem ?

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

  • Posts: 9
  • Thank you received: 0
12 years 3 months ago #36371

ofc!

dantell.dk/

You have to login to see the shop, use this demo user:

User: data
Pass: data

Thank you :)!

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36432

Hi,

Could you try to add the CSS below in the front end CSS file of hikashop that you can edit via the Display tab of the configuration and then save the configuration and refresh your browser cache and try again :

.hikashop_products_listing .hikashop_product_price{ display: block; }

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36457

Hey, thanks for the advice. I'm pretty sure it didn't work though.

on my screen both the prices and name of the product seems to come and go. But mostly scrolling on the page makes it go weird. And when i mouseover them again they come back. So maybee some mouseover effect that IE7 can't handle?

Thanks
MC

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36461

I would say that it comes either from your template or from the scriptegrator plugin you have installed.

Could you try to deactivate one at a time to try to find the culprit ?

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36472

i tried to deactivate scriptegrator but no difference. So i guess that means it's the template. You sure i can't be anything else than these two things?

Regards
Mc

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36520

It could. I didn't see anything else which could cause the problem, but maybe I missed something. But if you don't try, we won't be able to know for sure.

You can easily switch your template if you didn't delete the ones by default via the template manager. Otherwise, adding temporararily a new template isn't difficult.

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36604

I tried it with a different theme - no problems... I contacted the theme provider - and they just told me that they didn't gave support for 3rd party software... So i'd be really grateful if you had any other advice.

regards
MC

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36631

After looking further into it, it seems to come from a margin top in the CSS of your template.

You should try that CSS to work around it:

.hikashop_product_price_full{ margin-top: 10px; }

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36647

Thank you for still trying :)! Unfortunately it didn't work either. I have a strong feeling about the mouseover effect or something like that. Because sometimes it shows the price and header just fine - and suddently disappears. So it is working - just not every time, and i think that maybee the mouseover effect can be written in another standard than IE7 uses. So maybee a IE7 work around is needed rather than rewritting general css?

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36732

I don't see the modification in your CSS.
Are you sure that you applied it correctly ?

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36741

I'll give it a nother try, but im pretty sure i put it in the main css for the template.

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36750

I tried to add it every single place i could think of - but no change... The funny thing is, the second the page is loaded it shows correct - and then first afterwards the text disappear. and i you minimize and open then window up again it works again until you hover it... I simply just don't get it :)

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36838

Now I see it, but the problem is that your template CSS overrides it, thus it's not taken into account.
Please do like that instead:
.hikashop_product_price_full{ margin-top: 10px !important; }

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

  • Posts: 9
  • Thank you received: 0
12 years 2 months ago #36849

The same i'm afraid :(

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

  • Posts: 81511
  • Thank you received: 13065
  • MODERATOR
12 years 2 months ago #36988

I can see that you changed your template and that you don't have the problem anymore on IE7.
So I suppose that we can declare the problem solved.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum