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.

Main menu irresponsive

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

Hello,

Cant figure out why menu items are all irrespective, has been a problem for over a week now, any ideas?

here is website link www.independenttravelservices.com
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

The menu runs out of width - the menu width limit is pretty much inline with text width - its is behaving responsively it just doesn't have the width to work in

So you need to either reduce the logo space used or tweak the menu either by css or reduce the number of menu items

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Cool thanks you :)

I resized the logo and didn't help, so i removed logo to see if it would fix the problem and that didn't help either, will do on to tweaking menu, hopefully this works.
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
The administrator has disabled public write access.
Open up \templates\nebula\tpls\blocks\nav.php

and change span4 to perhaps span2 or span3

<?php if($logotype !=="none") {?>
<!-- LOGO -->
<div class="span4">
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Then change

// logic for widths of logo / menu / social nav
if($logotype =="none") {
$navwidth = "12";
}

else {
$navwidth = "8";
}

this bit $navwidth = "8"; change it to the number that combined with the logo span adds up to 12

I'd suggest making a copy of the file first

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
Last Edit: 9 years 8 months ago by manh.
The administrator has disabled public write access.
The following user(s) said Thank You: AHuman
Thankyou, Thankyou, Thankyou.

that worked, Is this a change that we would need to be concerned about if templates upgrade etc??

Also given this is the coding side, there is not mimic for this through Template manager?

Thanks again :)

*** Hold the horses, I really thought it had fixed it, and it has fixed the width of the menu, it has not stopped that dropped down effect where it will not hover long enough - Checking to see how menu hover etc is set.. for now half good:)

****Update - changed the module - Menu Style to Zendefault and got it going

So all good now, not sure why the inherited mode did not work.

*** I give up.. something ain't right here, it stopped working literally seconds after I filed the last edit

So still no go

*** Have left the setting at Popover so we can continue to work the site however it is not how we would like it to look

*** It only appears to affect the menu when it has a menuitem
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
Last Edit: 9 years 7 months ago by AHuman. Reason: Just adding more info - Contact works fine, no drop down so it
The administrator has disabled public write access.
The initial issue - is that a user can't hover over the menu as it disappears?

What framework and template version number do you have installed?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Regarding the width you would need to make the width changes again at this stage when you update the template I'm afraid

With this template its not possible to do this via the template admin settings

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Template Information

Name:Nebula
Version:1.3.0
Released Date:01 July 2013
Author:Joomlabamboo

Framework Information

Name:T3 FrameworkVersion:2.3.1
Please note that this template is not compatible with versions of T3 prior to v1.2.3.

Released Date:July 31, 2014Author:JoomlArt.com
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Can you try updating the template to the latest version

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Still no luck, upgraded Template and did that change to the nav.php
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
Last Edit: 9 years 7 months ago by AHuman. Reason: Spelkling mistake
The administrator has disabled public write access.
Could you do a backup and compile less to css

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi

Can see you just opened a ticket

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The Deep Blue Theme did compile with no affect

Trying to do the full </> Less to CSS and I get an error message,

Tried again and I think it has now hung, with no error message

**Sometimes you think its fixed and then next menuitem, not

** The main less to CSS does seem to just time out if I am to watch the orange bar across the top - In other words unable to recreate the Error Message
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
Last Edit: 9 years 7 months ago by AHuman. Reason: Further info
The administrator has disabled public write access.
Can we skype??
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I've just added some css to the ticket

Can you try adding that

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
See ticket for result - no luck,
  • AHuman's Avatar
  • AHuman
  • LIfetime Developer - Big Bamboo
  • 66 posts
  • Karma: 0
The administrator has disabled public write access.
Best just to work in the ticket - I've replied there
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

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

Happy Campers