Hi, purchased serpent theme and very happy with it, but have a question/request :
Is there a way to either move, or delete, or change the visibility of the 'embedded' login menu from the front page ? The 'configure' button does not have an option for this. I would prefer to provide a link that says "sign-up for news and updates" which would link to the login menu, or, at a minimum, have an option to locate the embedded menu to a different area (right now there is only "Area 1").
Also, why is there another "login menu" listed in the menu list that can have it's visibility configured ? If this 'visibility' option was available for the "embedded" login, it would also accomplish what I am looking for.
The current location of the 'embedded' login is taking up valuable real estate on the front page that I would like to use for other purposes.
Hi, you have several options: Option 1 - Remove the 'embedded' login menu 1. Open 'theme.php' and search for (near line 303)
<div style="height: 10px"><!-- --></div>
{SETSTYLE=login}
{PLUGIN=login_menu}
2. Remove all 3 lines of code 3. Done
In this case you can enable the login menu in Area 1 but this will render the menu in blue background.
Option 2 - Remove the 'embedded' login menu but keep the gray background 1. Open 'theme.php' and search for (near line 303)
{PLUGIN=login_menu}
2. Replace with
{MENU=2}
3. Done
Now you can enable your login menu in Area 2 and can play with all visibility and config options. We have created this 'embedded' login menu to be sure that the menu will go on the first place. If you still have any questions contact us again.