- Posts: 21
- Thank you received: 0
Bottom1-4 not displaying
-
kennedyronald
Inactive member - Topic Author
- Member
Less
More
13 years 11 months ago #5110
by kennedyronald
Bottom1-4 not displaying was created by kennedyronald
Dear Milos,
First of all thanks for releasing this beautiful template. I have recently installed it to my existing site, so just the standard install.
However I have placed modules (standard article mods) in Bottom 1,2,3,4 and they don't show at all (the modules don't show). Advert 1-4 does work. Do you have any ideas what could be causing this?
Also the drop down menu doesn't work properly (only drops down once that menu item is selected) but can live with that as I am using another menu component anyway.
But I really have to get the bottom1-4 to show. Hope you can help!
The site is not online, so attached a screendump.
Cheers,
Ronald
First of all thanks for releasing this beautiful template. I have recently installed it to my existing site, so just the standard install.
However I have placed modules (standard article mods) in Bottom 1,2,3,4 and they don't show at all (the modules don't show). Advert 1-4 does work. Do you have any ideas what could be causing this?
Also the drop down menu doesn't work properly (only drops down once that menu item is selected) but can live with that as I am using another menu component anyway.
But I really have to get the bottom1-4 to show. Hope you can help!
The site is not online, so attached a screendump.
Cheers,
Ronald
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #5115
by ivan.milic
Replied by ivan.milic on topic Re: Bottom1-4 not displaying
Hi,
Thats odd. Try this:
Open Extensions->Template Manager->Furniture Store->Edit HTML
Locate following code:
$bottommodules = 0;
for ($loop = 5; $loop <= 8; $loop += 1) {
if($showuser[$loop]) { $bottommodules++; }
}
$footermodules = 0;
for ($loop = 1; $loop <= 4; $loop += 1) {
if($showfooter[$loop]) { $footermodules++; }
}
if by bottom module positions you are referring to user5-8 then
change $bottommodules = 0; to $bottommodules = 1;
if you referring to footer1-4 change $footermodules = 0; to $footermodules = 1;
Save , view you page and report to us what happen.
Thats odd. Try this:
Open Extensions->Template Manager->Furniture Store->Edit HTML
Locate following code:
$bottommodules = 0;
for ($loop = 5; $loop <= 8; $loop += 1) {
if($showuser[$loop]) { $bottommodules++; }
}
$footermodules = 0;
for ($loop = 1; $loop <= 4; $loop += 1) {
if($showfooter[$loop]) { $footermodules++; }
}
if by bottom module positions you are referring to user5-8 then
change $bottommodules = 0; to $bottommodules = 1;
if you referring to footer1-4 change $footermodules = 0; to $footermodules = 1;
Save , view you page and report to us what happen.
The following user(s) said Thank You: kennedyronald
Please Log in to join the conversation.
-
kennedyronald
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
13 years 11 months ago #5138
by kennedyronald
Replied by kennedyronald on topic Re: Bottom1-4 not displaying
Thanks so much for the reply and ooops... I realize the "error" wasn't an error and simply result of my stupid mistake. Loaded the modules in bottom1-4 instead of footer1-4!!! That explains why they don't show Was so busy looking at why not, I overlooked this stupid mistake on my side My sincere apologies and thanks.
Cheers,
Ronald
Cheers,
Ronald
Please Log in to join the conversation.
-
envisionmarketing
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 5 months ago #9823
by envisionmarketing
Replied by envisionmarketing on topic Re: Bottom1-4 not displaying
Hello,
I am having the same issue. I have followed the instructions above, but it still does not work. Please help, I am up against a deadline. The web page is [url=http://] fajitastogo.us/ftg/index.php?option=com_...icle&id=65&Itemid=58 [/url]
Thank you!
Derek
I am having the same issue. I have followed the instructions above, but it still does not work. Please help, I am up against a deadline. The web page is [url=http://] fajitastogo.us/ftg/index.php?option=com_...icle&id=65&Itemid=58 [/url]
Thank you!
Derek
Please Log in to join the conversation.
Time to create page: 0.163 seconds