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.

module in a menu background colour

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

Hi

Are you still using the same php version? as this should cause issues with the layout tab in the template settings

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
You need to target

.item-243.deeper.parent.zen-group ul {background-color:red;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I don't think you need

.item-245.deeper.parent.zen-group ul {background-color:red;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I updated php to 7.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
That should be fine as long as you have anything updated - however I'd check if you use any other extension that they support it
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Any idea how to target that last menu item and change to grey?
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Do you mean the resources drop down and the about drop down

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
In the screenshot below you can see that the Resources -> Get Involved submenu has gone red. I actually want the module in the resources submenu to become coloured (it's on the left hand side of the menu, in the same style as the modules in the New Here and Connect menus.)


Screenshot2016-08-2220.24.47.png


(And it's grey rather than red that I'm aiming for)
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
Last Edit: 7 years 8 months ago by jonburdon.
The administrator has disabled public write access.
As I mentioned above you are targeting the wrong drop down parent item

Try targeting

.item-243.deeper.parent.zen-group ul {background-color:red;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Colour wise it could be any hexidecimal colour value e.g. #fff or #000 or #afaeae etc

I use red in testing so it's obvious a change is being applied

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
#afaeae is a grey value for example the others I suggested are white and black respectively
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
My css looks like this (I've used your hex code as an example) but the result doesn't seem to be refreshing for some reason.

/* Add your custom styles here */
.item-219.deeper.parent.zen-group ul {background-color:#afaeae;}
.item-195.deeper.parent.zen-group ul {background-color:#afaeae;}
.item-243.deeper.parent.zen-group ul {background-color:#afaeae;}
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Odd.. I cleared the cache and the changes still haven't appeared - I'm seeing red (no pun intended) and the 245 position still.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Any server caching? e.g. siteground have caching enabled by default unless turned off
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The caching has sorted itself out and it looks great - thanks.
  • jonburdon's Avatar
  • jonburdon
  • LIfetime Developer - Big Bamboo
  • 860 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks - is the caching disabled as caching can effect masonry in zentools2

Cheers
  • 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