Page 2 of 2

Re: [SOLVED] Random Image Module and position of the photo.

Posted: 03 Feb 2009, 17:09
by naperrin
I wonder if there is any link with the phoca gallery module itself.
It seems my parameters are overlapped by some others.
As if the random image module is affected by the gallery.
In the sources I see :

Code: Select all

<center><div class="phocagallery-box-file" style="height:138px; width:120px;float:left">
<center>
<div class="phocagallery-box-file-first" style="height:118px;width:118px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
but in my css I have :

Code: Select all

#phocagallery-module-ri .phocagallery-box-file {
	position:relative;
	width:50px;
	height:50px;
	border:1px solid #E8E8E8;
	padding:5px;
	background:#fcfcfc;
	margin:5px;
	text-align:center;
	overflow:visible;
Where does the height:138px; width:120px come from ??

Re: [SOLVED] Random Image Module and position of the photo.

Posted: 03 Feb 2009, 19:49
by NeroInferno
The module has got its own css file.

Try to see /components/assets/file.css (sorry but i can't remember well).

Use any additional developer plugin on Firefox to understand the css where some attributes was taken.

Random Image Module and position of the photo.

Posted: 04 Feb 2009, 02:43
by naperrin
I've checked already. I don't see where these values were taken from

Re: Random Image Module and position of the photo.

Posted: 04 Feb 2009, 10:57
by NeroInferno
naperrin wrote:I've checked already. I don't see where these values were taken from
Perhaps they're taken dinamically, from the size of the thumbnails?

Re: [SOLVED] Random Image Module and position of the photo.

Posted: 05 Mar 2009, 15:19
by caro84g
Hi,

does this problem also appear when you use rhuk_milkyway or beez - the Joomla standard templates?

If you want to inspect css and the html, you can use firebug.
naperrin wrote:I wonder if there is any link with the phoca gallery module itself.
It seems my parameters are overlapped by some others.
As if the random image module is affected by the gallery.
In the sources I see :

Code: Select all

<center><div class="phocagallery-box-file" style="height:138px; width:120px;float:left">
<center>
<div class="phocagallery-box-file-first" style="height:118px;width:118px;">
<div class="phocagallery-box-file-second">
<div class="phocagallery-box-file-third">
---cut---
The sizes mentioned here come from the size parameters of the component in combination with the possible display of name and icons.

Could you post the website?

Regards, Carolien

Re: [SOLVED] Random Image Module and position of the photo.

Posted: 12 Mar 2009, 13:11
by NeroInferno
caro84g wrote:The sizes mentioned here come from the size parameters of the component in combination with the possible display of name and icons.

Could you post the website?

Regards, Carolien
http://www.stampsucommissione.com

Re: [SOLVED] Random Image Module and position of the photo.

Posted: 12 Mar 2009, 16:00
by Jan
The site cannot be reached :-(