problem thumbnails only ie 7

Phoca Gallery plugins - plugins for Phoca Gallery extension
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

problem thumbnails only ie 7

Post by pize »

Hi all,
I've got a little problem with my gallery, i'm using it to display it with the plugin in switch mode but on ie6 and firefox it's working properly but in ie 7 the thumbs that show the images of the categories are not displayed in the good place, ie 7 put them "where he wants" .

The site is visible at this address http://www.multimedia-concept.org/gofor ... nos-locaux

How can i solve this problem ?

thx
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: problem thumbnails only ie 7

Post by caro84g »

Hi,

do you have the same problem with a standard template like rhuk_milkyway?

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

Re: problem thumbnails only ie 7

Post by pize »

i've try on the other template and i've got the same problem on ie7, other browers are working great, do you have any idea on how to solve this problem ?

thx
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

Re: problem thumbnails only ie 7

Post by pize »

i think the problem is in the loading of the page the thumbnails are not getting the good position on the screen, they get the good position only when i get hover them ( i don't know if you understand me ).
I've try to do some change in the css by changing the position from relative to inherit (in

Code: Select all

.phocagallery-box-file {  and .phocagallery-box-file-d 
and it moves the background of he thumbs to the good position but not the images, so now i don't know want to change to get the good result

help me please ...

thx
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

Re: problem thumbnails only ie 7

Post by pize »

I've make new test with other template and it's working well , i'm using jsn_epic pro template.
Do you have solution to this problem, i've test the RTL - displaying thumbnails solution but it didn't have any effect in it .

THX
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

Re: problem thumbnails only ie 7

Post by pize »

Still no response to my problem ? Or any idea to solve this problem on ie 7 ?
After some research i've found that the problem can be from this part

Code: Select all

$output .= '<div class="phocagallery-box-file pgplugin'.$iCss.'" style="height:'. $boxImageHeight .'px; width:'. $boxImageWidth.'px;'.$float_code.'">' . "\n"

						.'<center>'  . "\n"

						.'<div class="phocagallery-box-file-first" style="background: '.$image_background_color.';height:'.$imageHeight.'px;width:'.$imageWidth.'px;">' . "\n"

						.'<div class="phocagallery-box-file-second">' . "\n"

						.'<div class="phocagallery-box-file-third">' . "\n"

						.'<center>' . "\n"

						.'<a class="'.$button->methodname.'" title="'.$image->title.'" href="'. JRoute::_($image->link).'"'; 
and with the corresponding css ? maybe a problem with the code " display " which is not supported by ie 7, or maybe not well interpreted.
I've no clue on the way to solve this and i really need it ?

Another thing that could be important is that i rezise the web site to always have the footer visible on the page, so that could be a problem between the rezise function of the website and the gallery .

thx
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: problem thumbnails only ie 7

Post by Jan »

Hi, please enable some standard template on your site (e.g rhuk_milkyway) so I can see it in IE7

Jan
If you find Phoca extensions useful, please support the project
pize
Phoca Newbie
Phoca Newbie
Posts: 9
Joined: 06 Jul 2009, 10:12

Re: problem thumbnails only ie 7

Post by pize »

Thanks but i've found the solution i've to make some change in the .php file of the plugin and some in the css, it's working now.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: problem thumbnails only ie 7

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply