View Full Version : Missing Titles on Protected Galleries
pjspics
May-11-2009, 04:46 AM
Hi,
I have just noticed that when being asked to login to a protected Gallery, the name of the Gallery is not showing as below:
http://pjspics.smugmug.com/photos/533770118_xSK9p-M.jpg
I just get "This gallery, "
Is this something that I have hidden somewhere in my customisation?
What I would really like is to remove this line alltogether if possible.
Any help appreciated
jfriend
May-11-2009, 07:21 AM
Do you have HTML in the actual gallery name?
If so, that is what is messing up the password prompt. You should remove that as there are much better ways to customize the look of the gallery title without putting HTML in the actual title.
FYI, I filed a bug report (http://www.dgrin.com/showthread.php?p=1108739#post1108739) on your behalf about this issue, but you really ought to take the <font> formatting out of your gallery name. We can easily change the look of your gallery names with some custom CSS that won't have this problem.
pjspics
May-11-2009, 01:54 PM
Do you have HTML in the actual gallery name?
If so, that is what is messing up the password prompt. You should remove that as there are much better ways to customize the look of the gallery title without putting HTML in the actual title.
FYI, I filed a bug report (http://www.dgrin.com/showthread.php?p=1108739#post1108739) on your behalf about this issue, but you really ought to take the <font> formatting out of your gallery name. We can easily change the look of your gallery names with some custom CSS that won't have this problem.
Thanks John - that was the issue here - all back to normal now.
Is there a way to use CSS then to change the font in the Customer Galleries to Comic Sans MS?
I would like all my Galleries to have this same font - at present I have put this in the Gallery titles as was in my Customer Galleries.
If this is not best practice I can remove this but would need the CSS code to change this.
jfriend
May-11-2009, 02:01 PM
Thanks John - that was the issue here - all back to normal now.
Is there a way to use CSS then to change the font in the Customer Galleries to Comic Sans MS?
I would like all my Galleries to have this same font - at present I have put this in the Gallery titles as was in my Customer Galleries.
If this is not best practice I can remove this but would need the CSS code to change this. Add this CSS to your customization and all gallery names in that category will change font:
.category_Customers .albumTitle {font-family: Comic Sans MS;}
pjspics
May-12-2009, 12:05 AM
Add this CSS to your customization and all gallery names in that category will change font:
.category_Customers .albumTitle {font-family: Comic Sans MS;}
Many thanks John this works great. :clap
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.