- Posts: 20
- Thank you received: 0
joomla 1.6 invisible text
-
leonlegrand
Inactive member -
- Member
-
Less
More
13 years 10 months ago #8163
by leonlegrand
Replied by leonlegrand on topic Re: joomla 1.6 invisible text
The website is in localhost. I did not host it already.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8167
by ivan.milic
Replied by ivan.milic on topic Re: joomla 1.6 invisible text
Hi,
open the index.php of template
find this:
$bottommodules = 0;
for ($loop = 5; $loop <= 8; $loop += 1) {
if($showuser[$loop]) { $bottommodules++; }
}
add after if
$bottommodules = true;
report resuts of this to us.
open the index.php of template
find this:
$bottommodules = 0;
for ($loop = 5; $loop <= 8; $loop += 1) {
if($showuser[$loop]) { $bottommodules++; }
}
add after if
$bottommodules = true;
report resuts of this to us.
Please Log in to join the conversation.
-
leonlegrand
Inactive member -
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #8170
by leonlegrand
Replied by leonlegrand on topic Re: joomla 1.6 invisible text
images in User5 to 7 are aligned verticaly. See attach
Last edit: 13 years 10 months ago by leonlegrand.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8180
by ivan.milic
Replied by ivan.milic on topic Re: joomla 1.6 invisible text
Hi,
add this in template_css.css at the bottom:
.bottom > div
{
float:left;
width:25%;
}
add this in template_css.css at the bottom:
.bottom > div
{
float:left;
width:25%;
}
Please Log in to join the conversation.
-
leonlegrand
Inactive member -
- Member
-
Less
More
- Posts: 20
- Thank you received: 0
13 years 10 months ago #8227
by leonlegrand
Replied by leonlegrand on topic Re: joomla 1.6 invisible text
Good! text in user5-7 is now visible. But it has enlarge the height of footer1-4.
See attached!
See attached!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8261
by ivan.milic
Replied by ivan.milic on topic Re: joomla 1.6 invisible text
Hi,
maybe changing 25% to 33% cold help (I see you have 3 modules in line), if no I relay can not help you without having site online.
maybe changing 25% to 33% cold help (I see you have 3 modules in line), if no I relay can not help you without having site online.
Please Log in to join the conversation.
Time to create page: 0.093 seconds