- Posts: 12
- Thank you received: 0
Expand Module Menus in Footer from 4 to 6
-
rachi_1977
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #18982
by rachi_1977
Expand Module Menus in Footer from 4 to 6 was created by rachi_1977
Hi I want to have 6 module rows instead of 4? You will see from my below screenshot that I have 4 items loaded but I wanted 6 to fit with clients requirements.
I have added the extra module positions in templateDetails.xml
<position>bottom5</position>
<position>bottom6</position>
And I have added to the index.php file in templates/ folder:
<?php } if($showuser[5]) { ?>
<div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="bottom5" style="rounded" /></div>
<?php } if($showuser[6]) { ?>
<div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="bottom6" style="rounded" /></div>
And I also added a new CSS element to layout.css
.modulerow6 {
width:16.6%;
float:left;
}
But the template is only still showing 4 modules not 6?
Can you please advise how I can get this to work?
Regards Rachael
I have added the extra module positions in templateDetails.xml
<position>bottom5</position>
<position>bottom6</position>
And I have added to the index.php file in templates/ folder:
<?php } if($showuser[5]) { ?>
<div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="bottom5" style="rounded" /></div>
<?php } if($showuser[6]) { ?>
<div class="modulerow<?php echo $bottommodules; ?>"><jdoc:include type="modules" name="bottom6" style="rounded" /></div>
And I also added a new CSS element to layout.css
.modulerow6 {
width:16.6%;
float:left;
}
But the template is only still showing 4 modules not 6?
Can you please advise how I can get this to work?
Regards Rachael
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #18997
by ivan.milic
Replied by ivan.milic on topic Re: Expand Module Menus in Footer from 4 to 6
send link
Please Log in to join the conversation.
-
rachi_1977
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 6 months ago #19003
by rachi_1977
Replied by rachi_1977 on topic Re: Expand Module Menus in Footer from 4 to 6
I don't have a link. I am building the site on my local computer.
Is there another setting I need to change to enable this feature of 6 modules?
Is there another setting I need to change to enable this feature of 6 modules?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19004
by ivan.milic
Replied by ivan.milic on topic Re: Expand Module Menus in Footer from 4 to 6
Well i guess you will have to learn how to you browser source inspector. Chrome has the best. Right click element then "Inspect Element" and you will see debug area in bottom half of browser. In left part you can see rendered html in right you can see style property values for each element.
Please Log in to join the conversation.
-
rachi_1977
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
12 years 6 months ago #19005
by rachi_1977
Replied by rachi_1977 on topic Re: Expand Module Menus in Footer from 4 to 6
Hi,
Your response is hardly helpful. I understand code, CSS Elements and trust me I scanned through the code with a fine tooth comb to try to resolve this issue - I know what I am doing.
There is definately another element preventing this from working.
For anyone else who is trying to do this I have a workaround using Custom HTML
1. go into the first module using the "bottom1" position
2. create a table and set of columns in my case I created 6 columns and 2 rows
3. Insert your contents as required
Save and it is done.
Your response is hardly helpful. I understand code, CSS Elements and trust me I scanned through the code with a fine tooth comb to try to resolve this issue - I know what I am doing.
There is definately another element preventing this from working.
For anyone else who is trying to do this I have a workaround using Custom HTML
1. go into the first module using the "bottom1" position
2. create a table and set of columns in my case I created 6 columns and 2 rows
3. Insert your contents as required
Save and it is done.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19015
by ivan.milic
Replied by ivan.milic on topic Re: Expand Module Menus in Footer from 4 to 6
What you what me to do is simply too much. Thing you want is customization of original template and it's against forum rules.If you want my time you can pay for custom job, if you can publish it on some temporary location i will help you because it would not require me to lose like 1h of my time to help you for free.
Please Log in to join the conversation.
Time to create page: 0.148 seconds