Is there a way to hide
Antonio Correia
Registered Users Posts: 6,241 Major grins
the "add caption" :dunno
Please. I have been in the customize gallery but did not see it ...
Am I missing something ?:dunno
Thank you.
Please. I have been in the customize gallery but did not see it ...
Am I missing something ?:dunno
Thank you.
All the best ! ... António Correia - Facebook
0
Comments
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Is it ?
Huumm. Silly me.
D
No Denise. Look here for example. Or here.
I was logged out on another browser. Am I missing something ?
You can see what I have inserted in "add caption". I want that. I just want to track where my photos are inserted ... but I don't want you to see it.
See what I mean now ?
You can't do that, in the settings anyway. You could do that with CSS.
Add this to your CSS:
.gallery_1587711 #caption_bottom { display: none; }
It will remove the captions for all images in that gallery.
www.ivarborst.nl & smugmug
thumb
Ivar. Question of an (the) ignorant:
Where is the CSS ?
Will it remove the captions for all images from the public ?
Will I be able to see and edit the captions ? I would like to.
.gallery_1587711 #caption_bottom { display: none; }
will remove all captions in that gallery only.
If you want to see them when logged in add this under that in your CSS.
.loggedIn .gallery_1587711 #caption_bottom { display: block; }
My Website index | My Blog
And the CSS is ...
D
In the control panel, under Customization settings. The first BIG box is CSS .
Mike.
http://www.fourangelsphotography.com/
Meaning that the number is the number of the gallery ?
If so, how do I know the number of a gallery ?
I tried but something must be missing because it is not working...
I would like to apply this to all galleries.
Thank you for your patience.
What I have at the bottom is:
...
#navcontainer ul li a:hover {
color: #fff;
background-color: #259;
}
.gallery_1587711 #caption_bottom { display: none; }
.loggedIn .gallery_1587711 #caption_bottom { display: block; }
It doesn't work in that gallery because you are not allowing customizations to be active in that gallery. That could either be because you set "Hide Owner" to true for that gallery (which does not look like the case because I see breadcrumbs) or because Appearance is set to "Smugmug" instead of "Custom" in the customize gallery screen. Please look in the customize gallery screen for that gallery to make sure that Appearanced is set to "Custom" which allows the above CSS customizations to be active.
If you want this CSS customization to hide captions to be active globally in all galleries, then just remove the .gallery_1587711 from both lines of CSS and it will be true for all galleries, not just that one.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
There must be here a very small detail which is responsible for the error...
But ... Still not working. :cry There must be some little point, comma or what ever I am doing wrong.
1. I have changed the Appearance to Custom in "My last ones" gallery with the theme "Smugmug Classic"
2. My last bit of CSS goes like this:
#navcontainer ul li a:hover {
color: #fff;
background-color: #259;
}
#caption_bottom { display: none; }
.loggedIn #caption_bottom { display: block; }
3. In fact, I would like that only I could see the "add caption" in all galleries when logged in and nobody else.
That is why I erased .gallery_1587711 as you pointed out.:D
4. But applying this text in CSS and settings to "My last ones" will it reach the other galleries as well ?
I think the answer is yes if the appearance is to Custom in that gallery.
Am I thinking correctly ? Huuummm. I think I am correct.
BTW - The customization was updated successfully as stated at the top of the CSS page.
bow
:bash :bash :bash BUT OF COURSE !! HOW DO I KNOW IF IT WORKS IF I AM LOGGED IN ALL THE TIME ???!!! I AM SHOUTING TO MYSELF :bash :bash :bash
AND YYYEEEESSSS IT WORKS. Of course. Fantastic. Sorry.
Have a nice week end.:D
Great! I feel like I just read a novel on a day in the life of Antonio - how fun!
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
bow:D:Dthumb
Everything works fine except that when we park for a few seconds the mouse on the photo itself we can see the infos I wanted to be hidden all the time.:cry
Any way to overcome this IYP ?
D
Hmmmm. Those are coming from the alt and/or title attributes that Smugmug is putting on the images and the little pop-ups are being done by the browser itself (I think). As we sit here right now, the only way I know of to do this would involve some javascript that clears those attributes from each thumb and main image. If you want that javascript, let me know and I can probably provide it. It's possible there's a simpler way (ideally with CSS), but not that I know of at the moment.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thank you J Friend.
I knew I could count on you
If you would give me that javascript I wouldn't know what to do with it ...
Here's a lightly tested version of the code (it works for me). You would copy this code from here and put it in the "Footer Javascript" section of your customizations. This will remove the tooltip pop-ups from all photos on your site.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thank you J Friend.
I will go and copy these instructions to where you told me, in a moment.
I do thank you. Thank you so much. bow
:D:Dthumb
OK don't bother ! bow