Support Forum

  • Page:
  • 1

JB Lifestyle - How to manage Hidden Panel

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Unlike other Zen Framework templates, it seems the hidden panel settings page for Lifestyle is missing several settings that are referenced in the instructions at the top of the page. Is this a rendering issue on my server or are these removed by design?

Is there a way to indicate placement? Is it hard-wired to a position called fixed-right? I would rather place the feature it in header 4 so it appears and operates similar to the hidden panel in JBResponsive. Or, is the answer to do a workaround and place nothing in the panel1 position and add a different "hidden panel" extension?
  • Duke3D's Avatar
  • Duke3D
  • 12 Month basic
  • 26 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
In this case you can move the trigger via some css:
a#zenpanelopen
{
background-position: 0 -412px;
	margin-top:15px;
	right:-30px;
	height:36px;
	width:70px;
	display:block;
	position:fixed;
	top:0px;
	text-indent:-9999em
}

in the css/theme.css file.

If you needed to move it more extensively you would need to edit or create some layout overrides depending where you wanted it.

But in this case that will work fine.

Thanks Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Yep - with CSS we can shove anything anywhere.
(what's that - my foot shoved up my ...)

Glad to know I hadn't misplaced some settings - thanks!

Thanks for the suggested code and the hint about where to shove it! <warm smile>

Pardon the humor or lack thereof - loooong day.
  • Duke3D's Avatar
  • Duke3D
  • 12 Month basic
  • 26 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Thanks Duke :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers