- Posts: 4
- Thank you received: 0
Sparky - Stacking a module above [content]
-
Duke3D
Inactive member - Topic Author
- New Member
Less
More
11 years 5 months ago #31249
by Duke3D
Sparky - Stacking a module above [content] was created by Duke3D
I've tried to do this a few ways. For a classic 3-column layout in a row that includes [content] is there a way to place a module in the stack with [content] since that isn't a defined position?
Desired result:
Desired result:
Code:
ROW 2 MENU --------------------------------------------------
Row 3 --LEFT--- ------ BREADCRUMB ----- --- RIGHT ----
| ------ [content] ------ |
| | |
| | |
| BELOW-CONTENT |
Row 4 FOOTER -------------------------------------------------
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 5 months ago #31261
by ivan.milic
Replied by ivan.milic on topic Sparky - Stacking a module above [content]
As I see your problem is breadcrumbs postion.
Open index.php of template and above this:
<div class="abovecontent">
<jdoc:include type="modules" name="abovecontent" style="xhtml" />
</div>
inser this:
<jdoc:include type="modules" name="breadcrumbs" style="xhtml" />
also if name if postion name is not important you can just use abovecontent insted of breadcrumbs because its already there
Open index.php of template and above this:
<div class="abovecontent">
<jdoc:include type="modules" name="abovecontent" style="xhtml" />
</div>
inser this:
<jdoc:include type="modules" name="breadcrumbs" style="xhtml" />
also if name if postion name is not important you can just use abovecontent insted of breadcrumbs because its already there
Please Log in to join the conversation.
Time to create page: 0.143 seconds