-
AuthorPosts
-
November 3, 2007 at 3:08 pm #123570
I would like to have an menu at the footer (bottom of page) with links like privacy, terms and conditions, sitemap etc.
How can this be done with JA Wistery Artistic ?
Best regards,
MarcelMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 6, 2007 at 12:06 am #232303Left or right side?
November 6, 2007 at 7:30 am #232324Centered, if not possible, left would do.
Best regards,
MarcelNovember 7, 2007 at 9:08 pm #232449Hi Menalto,
can you give some tips about the menu.
Best regards,
MarcelJanuary 25, 2008 at 10:48 pm #237227Did you ever get an answer? I too would like to create a footer line of links
Thanks
Raycssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 26, 2008 at 5:19 am #237251Hi MarcelC,
You do some steps:
Step1: Create new menu.
880881
882
Step 2: Create new module position. Thename of new position is “botmenu”
883
Step 3: Config parameter of module botmenu.
885
Step 3: Copy this PHP code section into the index.php file.
<div id="ja-footer">
<?php if ( mosCountModules('botmenu') ) { ?>
<div id="ja-botnavwrap">
<div id="ja-botnav" class="clearfix">
<?php echo mosLoadModules('botmenu', -1); ?>
</div>
</div>
<?php } ?>
...
Step 4: Add new this CSS code section into the template_css.css file.
/* Bot Menu in Footer */
#ja-botnav {
padding-left: 5px;
position: absolute;
top: 0px;
right: 0px;
height: 26px;
}#ja-botnav ul {
margin: 0;
padding: 0;
float: left;
height: 26px;
}#ja-botnav li {
margin: 0;
padding: 0;
display: inline;
background: none;
}#ja-botnav li a {
padding: 0 20px 0 0;
text-decoration: none;
line-height: 24px;
}#ja-botnav li a:hover,
#ja-botnav li a:active,
#ja-botnav li a:focus {
background: none;
color: #59B2C4;
}/* FOOTER
--------------------------------------------------------- */
Step 5: Modify margin property of #ja-cert.
#ja-cert {
float: right;
margin-top: 25px;
font-size: 11px;
}
- AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)
This topic contains 7 replies, has 4 voices, and was last updated by cssyeah 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Footer menu.
Viewing 7 posts - 1 through 7 (of 7 total)