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.

Zen tools accordion

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

Hi - I'm struggling with Zentools accordion settings.
Joomla 3.3.0
Responsive template
The up and down arrows are different on different pages, although as far as I can see the settings are the same. There must be something I'm not seeing.
The up arrow here www.leadbetters.co.uk/newsite/index.php/2014-04-25-14-34-17
is different to the up arrow here www.leadbetters.co.uk/newsite/index.php/removals
Has anyone any ideas?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Ah! Found it. One is set to h4, the other to h2.
Sorry to have bothered you.
But…
In Firefox each item is numbered. In Safari the numbers don't appear.
Any idea why?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
This is the problem

#mainWrap .zen-container li {
list-style-type: decimal;
}

its custom.css code

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul - hope you're well, and thanks for getting back to me.
And thanks for pointing out the custom css.
Interesting that we put that line in for the ts & cs, where it seems to work fine across all browsers (I haven't tried IE).
www.leadbetters.co.uk/newsite/index.php/ts-cs
But the decimal lis in the other sections show up only in Firefox.
Any ideas?
And is it possible to make this command apply only to ts & cs?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi

#mainWrap .zen-container li {
list-style-type: decimal;
}

Add the zentools ID ater mainwrap and use none as the list-style-type and add that as a new css snippet

or using the existing styling add the page itemid class to the snippet for the t & c page

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
hmm you don't seem to have any page classes

What version number is this template?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It's 1.2.5...
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
ah right - had a bit of a brain malfunction there

its on the body class with your site

so you need to target

.itemid-167
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
For future reference if you view the page source you can see the classes I'm talking about for each page - the itemid is unique for each page

<body id="sidemainside" class="mm-hover com_content view-article itemid-167 j33">
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorry for the slow reply - stopped for a cup of tea in the garden :-) Got to make the most of this sunshine!

So the snippet should read:
#mainWrap .zen-container .itemid-167 li
{list-style-type: decimal;}

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Yeah totally understand - my dog is sun bathing as I type
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Its

.itemid-167 #mainWrap .zen-container li {list-style-type: decimal;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And that replaces your existing style
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah. The other way round… I'll do it now…

Lucky dog :-)
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Yeah he has a better quality of life than me :) - he certainly gets better food than me now he's a pensioner

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Perfect! Thanks for that Paul.
Still don't understand why it showed up only in Firefox…

Have you time for another question?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Some browsers do things differently with stuff like this I just roll my eyes and move on

If its a new issue can you post to a new thread

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Will do.
Thanks again for your help on this one..
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
No problem :)
  • 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