jAlbum Software
Download
Features
Release notes
Previous versions
Samples
Pricing
Overview
Standard License
Pro License
Premium Account
Power Account
Skins
Browse skins
Create a skin
Help
FAQ
Tutorials
Manuals
Forum
Contact us
Blog
Developer center
Community
Albums
Groups
Users
Forum
Sign in
Home
»
jAlbum forums
»
Skins
»
Tiger
Welcome, Guest
Guest Settings
This question is
answered
.
Reply to this Thread
Search Forum
Back to Thread List
Replies:
2
-
Pages:
1
-
Last Post
:
1 May 25, 15:11
Last Post By: ming666
ming666
Posts:
90
Registered:
27-Aug-2019
Tag cloud only on main index page
Posted: 1 May 25, 11:16
Reply
Is there a way to have the tag cloud appear only on the main index page and not all the sub pages in an album?
Laza
Posts:
1,458
Registered:
6-Sep-2005
Re: Tag cloud only on main index page
Posted: 1 May 25, 13:19
in response to:
ming666
Correct
Reply
No such option exists yet. You can hide the Tag cloud box on the subfolders with this CSS code, but the tags will be collected anyway:
.sub-album #tag-cloud
{
display: none;
}
ming666
Posts:
90
Registered:
27-Aug-2019
Re: Tag cloud only on main index page
Posted: 1 May 25, 15:11
in response to:
Laza
Reply
Thank you
Legend
Forum admins
Helpful Answer
Correct Answer