Quote Originally Posted by fweb View Post
Hi I love the template but i am having the same problem, product details do not show in IE or chrome on the PC, all is good on IPad, 3 different android devices and android Galaxy Note2

I have made an absolute clean install of ZC v1.5.1, new database, no adons at all only your template, followed as far as i can see you instruction other than turn siderboxes off in mini view.

I tried this on my active site and found the same problem hence trying a clean install to see if there was something wrong with my database and installation.

please have a look www.mprealesatate.eu

Thanks

great work!
I don't recall which template has the fix in it. But this will show it in desktop full mode:

responsive.css file at the way bottom in the min-width 1200px media query, look for:
Code:
.content{display:block !important;}
change to below which all you are doing is adding the "1" after content. I was able to get it to show on ALL browsers which was not appearing in any browsers I used before this fix.

Code:
.content1{display:block !important;}
However with this said, I don't know which version of the template you downloaded or are using, but I can only assume that this was fixed in the latest updates after the bug was known. So to make sure you get ALL bugs fixed, just download the latest copy of the template and do a compare if you modified any of the older files. This would ensure you have other things working properly as well.