- Posts: 6745
- Thank you received: 716
Trying to add 2 new mod positions to the template
-
treybraid
Inactive member - Topic Author
- Visitor
14 years 4 months ago - 14 years 4 months ago #2214
by treybraid
Trying to add 2 new mod positions to the template was created by treybraid
www.beyondsportsllc.com/IFL2/
ive already updated the template details with: sponsors and teams mod positions...
i havent added any styling.... added the mods to the index.php file...
i added this above this line: <?php if ($bottommodules) { ?>
<jdoc:include type="modules" name="user1" style="xhtml" />
i then added the sponsors mod position here ( havent added the mod yet)
<jdoc:include type="modules" name="sponsors" style="xhtml" />
<div class="footer_wrap">
any help would be appeciated... both mods will span the length of the page which in my case is 980px
thanks
trey
ive already updated the template details with: sponsors and teams mod positions...
i havent added any styling.... added the mods to the index.php file...
i added this above this line: <?php if ($bottommodules) { ?>
<jdoc:include type="modules" name="user1" style="xhtml" />
i then added the sponsors mod position here ( havent added the mod yet)
<jdoc:include type="modules" name="sponsors" style="xhtml" />
<div class="footer_wrap">
any help would be appeciated... both mods will span the length of the page which in my case is 980px
thanks
trey
Last edit: 14 years 4 months ago by treybraid.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
14 years 4 months ago #2217
by milos
Replied by milos on topic Re: Trying to add 2 new mod positions to the template
I can't see the problem on your site. Perhaps both modules are spanning the length of the page. Did you already find a solution?
Please Log in to join the conversation.
-
treybraid
Inactive member - Topic Author
- Visitor
14 years 4 months ago #2219
by treybraid
Replied by treybraid on topic Re: Trying to add 2 new mod positions to the template
the new module i added is being covered up at the bottom by user 5,6,7 and 8.... i am assuming this is due to styling... in my case i havent styled the new mod at all ( called : teams )
thanks for the quick reply
trey
thanks for the quick reply
trey
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 4 months ago #2220
by milos
Replied by milos on topic Re: Trying to add 2 new mod positions to the template
Top fix this, please add this styling to your module's DIV:
Code:
position:relative; top:-35px;
Please Log in to join the conversation.
-
treybraid
Inactive member - Topic Author
- Visitor
14 years 4 months ago #2221
by treybraid
Replied by treybraid on topic Re: Trying to add 2 new mod positions to the template
to the module: teams
and in the template.css file? forgive my stupidity but how should i lay this in the css file?
thanks again
trey
and in the template.css file? forgive my stupidity but how should i lay this in the css file?
thanks again
trey
Please Log in to join the conversation.
Time to create page: 0.090 seconds