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.

off-canvas disappearance

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

I'll say from the outset, this may be a result of the crazy way this site is built. I took it over after the previous guy built a front page the client loves.... but the designer couldn;t extend the site. I've put Lifestyle2 behind the rest of the site.

I'm having a hard time - ok, an impossible time - trying to get the off canvas to show on mobile. logowrap is zindex of 1000 and off-canvas (if I've targeted the class properly, #t3-off-canvas- is set to 1010). So i figured i would give up in exasperation. :whistle:

--> dev link <--
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Yeah as you feared if I delete the custom.css file in the browser the off canvas option is then available
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You have a display none;

on

#navwrap {
display: none;
}

Which is making the z-index moot

perhaps wrap that in a media query and change the z-index of logowrap and change the background of the nav

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yeah. Hmm. Too early to open an IPA....
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
What's an IPA?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
India Pale Ale!

;)
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
IPA for the win :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Wondered if you could remind me of the module you suggested for scrolling down to a module? :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I use a $5 plugin called smooth scroll anchors for this. You just need to have an anchor tag anywhere on the page and you can hit it from a menu button, or from a button or link embedded in other content.

EDIT: here's the JED link
extensions.joomla.org/profile/extension/structure-a-navigation/site-navigation/smooth-scroll-anchors
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 8 years 9 months ago by blueshift.
The administrator has disabled public write access.
Ah yes thanks for jogging my memory :)
  • 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