Shape 5

Joomla Templates => Amazed Photography - Club => : zshaw February 10, 2017, 09:16:57 AM



: Remove Client Login, Replace with Top Menu
: zshaw February 10, 2017, 09:16:57 AM
There is a Client Login in a second menu at the top right of the page. How do I remove it?

This is where we'd like the top menu to show, not the login.


: Re: Remove Client Login, Replace with Top Menu
: jonahh February 10, 2017, 12:13:43 PM
Hello,

To remove just go to the Vertex admin area and then under the General tab remove the text for "client login" and then save.


: Re: Remove Client Login, Replace with Top Menu
: zshaw February 10, 2017, 02:19:34 PM
Great. I got the Client Login removed but now I need to replace it with a secondary menu. It looks like there isn't a position up that high on the page. How do I add a position to the template so I can add a second menu in the upper right hand corner?


: Re: Remove Client Login, Replace with Top Menu
: jonahh February 13, 2017, 02:07:22 PM
Correct this would require some custom coding to add in a new module position. The CSS you would need to do but as for how to add a position, you just need the following php code:

:
<?php s5_module_call('search','round_box'); ?>

Just change the "search" to whatever module position name you desire.