Page 1 of 1
Re: Problem with gallery display in IE
Posted: 25 Nov 2009, 17:27
by Jan
Hi, try to use it with some standard template, e.g. with rhuk_milkyway.
I think (not 100%), this is the problem of this code on your site:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Because IE6 and IE7 follows no standards in centering, there are used conditional commets for them. IE8 follows these standards so no special code is displayed for this browsers. So maybe there will be the problem. Emulating IE7 which is in fact not IE7
Re: Problem with gallery display in IE
Posted: 29 Nov 2009, 03:29
by teknobudd
Thank you for your extremely quick reply, Jan! I will try to remove that line, but I have to point out that the gallery was working at some point, and it just quit working yesterday. What I did was add two images to one category, I then selected all categories and clicked on the CoolIris button to generate the RSS files. That is what I did to make the gallery break in IE.
Re: Problem with gallery display in IE
Posted: 29 Nov 2009, 03:49
by teknobudd
Jan, I was just looking into commenting out the line you pointed out and noticed that Joomla has created an error log with many of these errors:
[28-Nov-2009 19:20:44] PHP Notice: Undefined property: stdClass::$buttonother in /<path_to_joomla>/components/com_phocagallery/views/category/tmpl/default.php on line 250
[28-Nov-2009 19:20:44] PHP Notice: Trying to get property of non-object in /<path_to_joomla>/components/com_phocagallery/views/category/tmpl/default.php on line 250
The above errors repeats over and over many times. I am not sure about what the error means or if it could be related to this issue.
Re: Problem with gallery display in IE - RESOLVED
Posted: 29 Nov 2009, 05:45
by teknobudd
I fixed the issue by disabling JCE Utilities plugin. As soon as I disabled the plugin, Phoca Gallery works beautifully as expected! Thank you.
Re: Problem with gallery display in IE
Posted: 29 Nov 2009, 22:39
by Jan
Ok