View Full Version : Border on Gallery Categories Page
kris10
Mar-20-2008, 04:05 AM
I am trying to get rid of all of the borders on all of my pages. I think I've managed that on all of the pages except "Gallery Categories" where all of my galleries show in thumbnails. I checked back through my code and couldn't find anything that looked like it pointed to that page so I could just add something simple like the code I added below for my biobox border.
#bioBox {
border: none;
}
What do I need to add to my code or change to make that border go away. They're yuck and I don't like borders. Clean and simple...minimalist me! :D
kris10
Mar-30-2008, 03:04 PM
Anyone have any ideas? I've looked around in my code stuff and can't seem to find anything that would relate to borders. Also while I've waited for help, I've noticed this border on more pages throughout my site. I don't want any borders at all. Is there a way to universally change this...and a simple way maybe? :dunno Thanks!
denisegoldberg
Mar-30-2008, 03:12 PM
Add this:
#categoriesBox,
.category {
border: none !important;
}--- Denise
Allen
Mar-30-2008, 03:15 PM
Anyone have any ideas? I've looked around in my code stuff and can't seem to find anything that would relate to borders. Also while I've waited for help, I've noticed this border on more pages throughout my site. I don't want any borders at all. Is there a way to universally change this...and a simple way maybe? :dunno Thanks!
Add this to CSS and see if they all disappear.
.category,
.boxBottom,
.boxTop,
.box {border: none !important}
kris10
Mar-31-2008, 01:17 PM
Add this to CSS and see if they all disappear.
.category,
.boxBottom,
.boxTop,
.box {border: none !important}
Thanks Denise and Allen. The first one worked. I didn't try yours Allen since Denises worked the first time.
I have another question now that I've done that. I think I've got my galleries set to "black arts". Is there a way to just over ride that throughout my whole site so every page will just be solid black? I'm going to ultimately change it to white once I get done with a new header so hopefully it'll be an easy change. For now though, I just want everything solid black with no themes in any of the galleries.
kris10
Mar-31-2008, 01:27 PM
Darn. I have another issue. I think I've had this same one before. I didn't want to load up on posts from me so I thought I'd post this here. If I should post this in a new message, let me know and I'll do so.
I have a blogger account and have it linked to my site via a menu option at the top of my page. I clicked on it today and some of my photos aren't showing up. I loaded them all via the link to the image and some show and some don't. Anyone know why this might be happening?
Here is the link to my blogger account:
http://herrmannphotography.blogspot.com/
kris10
Apr-04-2008, 02:31 AM
Can anyone help me with these two things?
denisegoldberg
Apr-04-2008, 02:54 AM
I have a blogger account and have it linked to my site via a menu option at the top of my page. I clicked on it today and some of my photos aren't showing up. I loaded them all via the link to the image and some show and some don't. Anyone know why this might be happening?
Have you verified that those photos are accessible using the URLs from your blog? I just grabbed the first URL (using web dev in Firefox), and when I used the URL outside of your blog I got a page not found. Here's the URL that I tried:
http://www.herrmannphotography.com/photos/222415382-L.jpg (http://www.herrmannphotography.com/photos/222415382-L.jpg)
Are the photos in question set to allow external links, and are they not hidden? Have you locked down the gallery that the photo resides in so that it is not accessible outside of smug? Did you by any chance delete and re-load the photos that don't work? If the photo was deleted & reloaded then it has a different id (unless you replaced it as part of a sale...).
If the photo was loaded after the security & privacy change then the url needs to include the key as well as the id. I'd recommend going back to the photo in your gallery and picking up the URL again.
I assume that the problem isn't at the gallery level because I assumed that all of the photos in one blog entry came from the same gallery - but that's just a wild guess on my part.
--- Denise
kris10
Apr-04-2008, 12:26 PM
Have you verified that those photos are accessible using the URLs from your blog? I just grabbed the first URL (using web dev in Firefox), and when I used the URL outside of your blog I got a page not found. Here's the URL that I tried:
http://www.herrmannphotography.com/photos/222415382-L.jpg (http://www.herrmannphotography.com/photos/222415382-L.jpg)
Are the photos in question set to allow external links, and are they not hidden? Have you locked down the gallery that the photo resides in so that it is not accessible outside of smug? Did you by any chance delete and re-load the photos that don't work? If the photo was deleted & reloaded then it has a different id (unless you replaced it as part of a sale...).
If the photo was loaded after the security & privacy change then the url needs to include the key as well as the id. I'd recommend going back to the photo in your gallery and picking up the URL again.
I assume that the problem isn't at the gallery level because I assumed that all of the photos in one blog entry came from the same gallery - but that's just a wild guess on my part.
--- Denise
Hi Denise. I checked the external links, privacy and all the other stuff and it's all pretty much wide open. Just have them right click protected. I'm wondering how a security and privacy change would affect some of the photos and not all of them though. And yes, all of the photos came from the same gallery.
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.