Posts:
72
Registered:
28-May-2012
|
|
|
Thumbnail Strip Display
Posted:
5 Feb 21, 20:40
|
|
|
Good day all
How can I change the thumbnail strip to full color rather than the faded look it now displays?
Thanx
Al-J
|
|
|
Posts:
8,219
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 20:46
in response to: al-j
|
|
|
Head for Projector > Advanced > Custom code > CSS and enter: #main > .cont .thumbnails .clip .thumb-cont .thumb img {opacity: 1.0; filter: none;}
|
|
|
Posts:
8,219
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 21:02
in response to: JeffTucker
|
|
|
And if you still want the inactive thumbnails to be dimmer, but full color, leave out the opacity: 1.0;, or change the value, like to 0.7 (the skin default is 0.4). For example: #main > .cont .thumbnails .clip .thumb-cont .thumb img {opacity: 0.7; filter: none;}
|
|
|
Posts:
72
Registered:
28-May-2012
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 22:06
in response to: JeffTucker
|
|
|
Thanks for your reply. I tried (copy & paste) both solutions you posted - neither worked.
Al-J
Edited by: al-j on 05-Feb-2021 13:07
Edited by: al-j on 05-Feb-2021 13:08
|
|
|
Posts:
8,219
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 22:14
in response to: al-j
|
|
|
I fully tested both solutions. After pasting in the code, make sure you're not telling jAlbum to process only updated subdirectories, make the album, and do a local preview. You must refresh the browser cache while viewing the album - hit CTRL-F5.
ETA: If you're still having problems, upload the album somewhere, and give me a link to it.
|
|
|
Posts:
72
Registered:
28-May-2012
|
|
|
Posts:
8,219
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 23:16
in response to: al-j
|
|
|
Hmmm... It works fine in a test album of my own, even when I copy your settings. But, when in doubt, try just forcing the issue: #main > .cont .thumbnails .clip .thumb-cont .thumb img {
opacity: 1.0 !important; filter: none !important;
}
|
|
|
Posts:
72
Registered:
28-May-2012
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 23:32
in response to: JeffTucker
|
|
|
Still can't get it to work, but thank you for your help - The problem is obviously somewhere on my end, but I'm not going to lose any sleep over it.
Al-J
|
|
|
Posts:
8,219
Registered:
31-Jan-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
5 Feb 21, 23:41
in response to: al-j
|
|
|
I'm just not seeing the custom CSS in the common.css file in the album that's currently online. It should be present in the last 20 lines or so of that file.
That suggests that it's not being generated, or not being uploaded. It's pretty much impossible not to generate the common.css file, as long as you hit Make Album. But uploading is another matter, of course. Make sure you're uploading the res folder of the output.
|
|
|
Posts:
72
Registered:
28-May-2012
|
|
|
Re: Thumbnail Strip Display
Posted:
6 Feb 21, 00:13
in response to: JeffTucker
|
|
|
The problem starts before the upload. Every thing in the CSS modification text box works fine except the filmstrip code. There has to be a problem with my copy/pasting but I can't find it.
I have a WordPress album up and running, so there is no urgency involved. I just wanted to get back to JAlbum because it's much easier and simple.
Al-J
|
|
|
Posts:
3,838
Registered:
4-Aug-2006
|
|
|
Re: Thumbnail Strip Display
Posted:
6 Feb 21, 00:54
in response to: al-j
|
|
|
Maybe try checking your project file in a text editor to ensure the code is correctly entered and saved, the code can be found in the line starting with 'skin.cssHook='. It should include the line Jeff gave you.
|
|
|
Posts:
72
Registered:
28-May-2012
|
|
|
Re: Thumbnail Strip Display - Solved
Posted:
6 Feb 21, 04:59
in response to: JeffTucker
|
|
|
I do not know what the problem is, but when I went to the "Sample Album" and changed the skin to Projector, then inserted the CSS code you supplied, everything worked fine. I will just simply start over with a new and fresh album.
Thank you so much for your help
Now if I can get the %#*&@!?. insert blank page to work for me, I'll be fine
Al-J
Edited by: al-j on 05-Feb-2021 20:03
|
|
|
|
Legend
|
|
Forum admins
|
|
Helpful Answer
|
|
Correct Answer
|
|