solved Admin Hover menu

nate
@nate
10 years ago
917 posts
I have a custom skin and the admin hover menu doesn't show. Is there something I need to do to the skin?
updated by @nate: 05/29/15 08:18:36AM
Strumelia
Strumelia
@strumelia
10 years ago
3,603 posts
Did you go to the module's "Info" TAB and make sure the "module active" checkbox is checked? then SAVE changes, 'reset cache', and refresh page.




--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 05/14/15 10:39:52AM
nate
@nate
10 years ago
917 posts
I appreciate that. This is a developer's forum. The basics are assumed covered. Thanks tho, I do appreciate it.
updated by @nate: 05/14/15 10:57:12AM
paul
@paul
10 years ago
4,335 posts
Do you have a div with id="header" as a location for the menu?

<div id="header">

or

<div id="header"{if jrUser_is_master() || jrUser_is_admin()}{if jrCore_module_is_active(jrAdminMenu)}style="margin-top:24px;"{/if}{/if}>



--
Paul Asher - JR Developer and System Import Specialist
nate
@nate
10 years ago
917 posts
I had none of that. Thanks.
nate
@nate
10 years ago
917 posts
paul:
Do you have a div with id="header" as a location for the menu?


This did nothing.
updated by @nate: 05/14/15 03:46:39PM
brian
@brian
10 years ago
10,149 posts
It looks for the opening body tag - make sure your body tag looks like:

<body>

i.e. no "id" or other params.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
nate
@nate
10 years ago
917 posts
I see. Well that's more work than it sounds lol.
Strumelia
Strumelia
@strumelia
10 years ago
3,603 posts
Sorry, I will pay more attention to the post categories! :)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
nate
@nate
10 years ago
917 posts
Strumelia:
Sorry, I will pay more attention to the post categories! :)

You're OK. I've been a jamroom forum poster for about 9 years now. lol You were kind to help. Thanks.

Tags