Hi,
I'm working on a modified default theme which uses the "album_menu".
I need to hide one or more ``'s with CSS.
Is it possible to assign different classes to each generated ``
with a non-active link????? (for instance: ``
I can probably work someting out but I will have to do it all over again with each update..... and I prefer using CSS over JavaScript.
Thanks
Comments
The only way to assign direct classes to each
` is to modify/hack the plugin.`
I'm using print_album_menu 1.4.5
It generates an unordered list from the populated albums, right ?
Like so:
`
- tanzania
- fliebedie
- archief
- home
`What I would very much like is that every `` has it's unique class-name.
Like:
`` or something like that.
That way I can style each `` separately with CSS.
(Ofcourse the `` with the active link in it already gets a class-name and can be styled)
Cheers
And I really rather use CSS than a JavaScript workaround.
By the way, is it just me again or is the search-function not working in 1.2.1
But will the images in the hidden albums show up when I use the search function?
I can't check because "search" doesn't work since I updated.
Thanks albeezie
No, only if you are logged in.
Well, there seems indeed to be a problem with the search...
That's my problem.
I have two albums "home"and "archive". I want to hide the generated links of those albums.
(I use a different link for "home" and "archive" is an archive with older images)
And I'd like the search function to include those albums.
Thanks acrylian