Hi!
I've the problem with my web page. I'm using Phoca Gallery component 2.7.5 and Phoca Gallery plugin 2.7.2. One of the articles is very long and when I add to many {phocagallery} tags - page layout become broken in IE6, IE7 and IE8. It looks like some of the template images (mostly backgrounds) disappears. I've also the feeling that some of the CSS styles do not apply. There is no problem with other browsers. I've tested it using Mozilla, Chrome and Opera. This is the URL of the article:
http://kml-ab.pl/o-nas/nasimodelarze.html
I've observed that when I exceed some magic number of the tags by only one, the page load takes drastically more time than before and layout is broken. The document is verified as XHTML 1.0 Transitional with no errors but there are many CSS errors. You can check them with the buttons at the bottom of the page.
Is there any IE limitation with the document size or something similar?
To many phoca gallery plugin instances in IE
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Oct 2010, 14:47
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: To many phoca gallery plugin instances in IE
Hi, regarding CSS - it is not possible to make valid CSS - because there are different styles for different brosers, like:
of course not valid but working in browsers and saves a lot of images and html code. CSS validity does not maky any sense.
IE - yes, this is known issue - if some specific view is displayed in Joomla! and more articles are displayed there (so the plugin gets everytime other id, then (because it is systematic), every instance get own css
Do you get such problem in IE9? Which php version you are running? e.g. php5 can save instance info and can save some parts of duplicated instances.
Jan
Code: Select all
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
IE - yes, this is known issue - if some specific view is displayed in Joomla! and more articles are displayed there (so the plugin gets everytime other id, then (because it is systematic), every instance get own css
Do you get such problem in IE9? Which php version you are running? e.g. php5 can save instance info and can save some parts of duplicated instances.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 05 Oct 2010, 14:47
Re: To many phoca gallery plugin instances in IE
I use PHP 5.2.14.
I've installed and tested this page in IE9 (Vista x64). Page is still broken. The only improvement to the IE8 is that the page loads noticeable faster.
Best regards.
I've installed and tested this page in IE9 (Vista x64). Page is still broken. The only improvement to the IE8 is that the page loads noticeable faster.
Best regards.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: To many phoca gallery plugin instances in IE
Hmmm then really no idea how to solve it
If you find Phoca extensions useful, please support the project