footer menu
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Tue Aug 23, 2016 3:34 pm
- Reply with quote
- Report this post
Hi,
I would like to have a footer menu. At joomla backend it exists, but at frontend it isn't visible. How can I change that?
Thank you for your help!
I would like to have a footer menu. At joomla backend it exists, but at frontend it isn't visible. How can I change that?
Thank you for your help!
-
- Expert Boarder
- teitbite
- Thu Aug 25, 2016 4:30 pm
- Reply with quote
- Report this post
Hi
"footer" is static element in template, not a module position. Here You will find a list of available module positions: https://demo.gavick.com/joomla25/musics ... -positions try using "bottom5" which is closest to footer.
"footer" is static element in template, not a module position. Here You will find a list of available module positions: https://demo.gavick.com/joomla25/musics ... -positions try using "bottom5" which is closest to footer.
-
- Moderator
- GK User
- Sun Aug 28, 2016 2:43 pm
- Reply with quote
- Report this post
I have sent you a private message.
-
- Expert Boarder
- teitbite
- Wed Aug 31, 2016 10:48 am
- Reply with quote
- Report this post
Hi
Och, You mean to create a position for it. Sorry I misunderstood You.
Please edit file: /layout/blocks/footer.php and add this line:
after:
Than publish Your menu in "footer_nav" module position. May need some extra styling.
Och, You mean to create a position for it. Sorry I misunderstood You.
Please edit file: /layout/blocks/footer.php and add this line:
- Code: Select all
<jdoc:include type="modules" name="footer_nav" />
after:
- Code: Select all
<div class="gkPage">
Than publish Your menu in "footer_nav" module position. May need some extra styling.
-
- Moderator
4 posts
• Page 1 of 1