Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Xero Beta - Impressions

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

Anthony,

I only have two pages set to Xero: joomla.jlnarducci.com/about-jln/aboutjln.html for the disappearing sub menus and joomla.jlnarducci.com/ for the stickynav/zenttools-stacked issue.

I haven't set up other pages as of yet.

I think I'm going to uninstall Xero and re-install with the copy you sent me and see what happens. I am mixing templates with this site: Lifestyle2 and Xero. Could be a problem?

Jonathan
  • Jonathanne's Avatar
  • Jonathanne
  • 12 Month basic
  • 439 posts
  • 7 Thanks
  • Karma: 6
The administrator has disabled public write access.
Hey Jonathan,
I found the fix today. Well it was a fix that had already been fixed but was overwritten.

At any rate the latest version is fine. Will upload shortly.
Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Anthony,

The two menu problems I pointed out are fixed and stickynav and drop downs are working fine.

Minor issue that can be dealt with custom code is noted in the enclosed image. The off canvas button is sized larger than the height of the navbar.

Thanks for the fixes. Gonna like ZGF4.

Jonathan
Offcanvassize.jpg
  • Jonathanne's Avatar
  • Jonathanne
  • 12 Month basic
  • 439 posts
  • 7 Thanks
  • Karma: 6
The administrator has disabled public write access.
Changed the following:

#menu .off-canvas-trigger {
position: absolute;
z-index: 90;
right: 0;
border: 0;
padding: 8px 20px 8px 25px;
background: #2574a8;
}

padding rule to:

#menu .off-canvas-trigger {
padding: 8px 20px 8px 25px;
}

Fits fine now for "Flat" theme.

Actually, it seems for all themes.

OR...

the following code needs the min-height rule that exists with the live preview version (which I like better - the higher height):

#menu {
background: #96ca2d;
padding: 0 20px;
border: 0;
float: left;
width: 100%;
}

(change "custom code" to :

#menu {
background: #96ca2d;
padding: 0 20px;
border: 0;
float: left;
width: 100%;
min-height: 65px;
}

or add this to custom code:

#menu {
min-height: 65px;
})

Jonathan
  • Jonathanne's Avatar
  • Jonathanne
  • 12 Month basic
  • 439 posts
  • 7 Thanks
  • Karma: 6
Last Edit: 9 years 4 months ago by Jonathanne.
The administrator has disabled public write access.
Thanks Jonathon - I added a minimum height to the navbar in 1.0.3 which should fix that.

Glad you like it :)
  • 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