PDA

View Full Version : linking to categories


Scooch
Jul-28-2009, 10:12 AM
On one of my (old-style) journal pages (http://shannonstudio.smugmug.com/gallery/8767830_euHEAI) I have entered the following text into a caption:

My bird portrait photography can be viewed <a href="<A href="http://www.shannonphotography.biz/Bird%20Portrait%20Photography">Here</a">http://www.shannonphotography.biz/Bird%20Portrait%20Photography">Here</a>.


The link works when I'm logged in, but it doesn't work when I'm logged out? Any guidance would be much appreciated as I've been working on this for a few hours now :bow

Thanks!

jfriend
Jul-28-2009, 10:43 AM
On one of my (old-style) journal pages (http://shannonstudio.smugmug.com/gallery/8767830_euHEAI) I have entered the following text into a caption:

My bird portrait photography can be viewed <a href="<A href="http://www.shannonphotography.biz/Bird%20Portrait%20Photography">Here</a">http://www.shannonphotography.biz/Bird%20Portrait%20Photography">Here</a>.


The link works when I'm logged in, but it doesn't work when I'm logged out? Any guidance would be much appreciated as I've been working on this for a few hours now :bow

Thanks! This line of your CSS is hiding gallery thumbs in all categories.

#galleriesBox {display:none;}

If you only want to hide gallery thumbs on the homepage, then use:

.homepage #galleriesBox {display:none;}

Scooch
Jul-28-2009, 12:56 PM
That worked, thanks!

This line of your CSS is hiding gallery thumbs in all categories.

#galleriesBox {display:none;}

If you only want to hide gallery thumbs on the homepage, then use:

.homepage #galleriesBox {display:none;}