View Full Version : How to get rid of..
pdxmac
Aug-01-2008, 09:16 PM
.. all the lines running around my gallery pages. I like the outline of the images and thumbs, but would love to get rid of the rest of them.
Thanks for the help!
www.AaronMacomber.smugmug.com
Allen
Aug-01-2008, 09:33 PM
.. all the lines running around my gallery pages. I like the outline of the images and thumbs, but would love to get rid of the rest of them.
Thanks for the help!
www.AaronMacomber.smugmug.com (http://www.AaronMacomber.smugmug.com)
Remove this stuff from CSS
onPhotoShow.subscribe(function(){YE.onAvailable('m ainImage', delHover)});
// fix the pesky pipes
Add this to CSS
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none;}
Your footer is not visible, it's way too small and that's not allowed. :nono
#cobrand_footer .nav,
#cobrand_footer .text {font-size: 3px;}
pdxmac
Aug-01-2008, 09:56 PM
Thanks Al! I increased the size of the footer, hopefully thats kosher now..
denisegoldberg
Aug-02-2008, 03:34 AM
Thanks Al! I increased the size of the footer, hopefully thats kosher now..
I can't speak for SmugMug - but I still can't really read the footer. In my mind making the text so small that it is extremely difficult to read makes it look worse than just accepting the fact that the footer must be readable and using a reasonalble font size. Does your very small font meet the letter of the requirement that the footer not be suppressed? I honestly don't know.
I do know from a human standpoint that I hate it when there is text on the screen that I can't read (or that I need to strain to read).
--- Denise
pdxmac
Aug-02-2008, 06:56 AM
I can't speak for SmugMug - but I still can't really read the footer. In my mind making the text so small that it is extremely difficult to read makes it look worse than just accepting the fact that the footer must be readable and using a reasonalble font size. Does your very small font meet the letter of the requirement that the footer not be suppressed? I honestly don't know.
I do know from a human standpoint that I hate it when there is text on the screen that I can't read (or that I need to strain to read).
--- Denise
Whoa... I can see it fine, but maybe it's because I am using a large monitor. I'll make it a little bigger..
JR303
Aug-05-2008, 02:13 PM
Allen, just been on here a few days, and have really re-worked my site, but I can't get rid of those outlines (pipes?) either. I have tried what you put here, I think, but can't find the problem. I honestly hate to ask for help, would rather learn/find it on my own, but I can't stay up until 3:00 in the morning another night, or I'll croak.
Also, is there a way to use 1 picture as the clickable link for galleries or categories? I don't like the fact that SM uses a random one for the thumbnail on a page.
www.johnreed.smugmug.com (http://www.johnreed.smugmug.com)
Thanks, you guys are a huge help.
John
Remove this stuff from CSS
onPhotoShow.subscribe(function(){YE.onAvailable('m ainImage', delHover)});
// fix the pesky pipes
Add this to CSS
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none;}
Your footer is not visible, it's way too small and that's not allowed. :nono
#cobrand_footer .nav,
#cobrand_footer .text {font-size: 3px;}
Allen
Aug-05-2008, 02:54 PM
Allen, just been on here a few days, and have really re-worked my site, but I can't get rid of those outlines (pipes?) either. I have tried what you put here, I think, but can't find the problem. I honestly hate to ask for help, would rather learn/find it on my own, but I can't stay up until 3:00 in the morning another night, or I'll croak.
Also, is there a way to use 1 picture as the clickable link for galleries or categories? I don't like the fact that SM uses a random one for the thumbnail on a page.
www.johnreed.smugmug.com (http://www.johnreed.smugmug.com)
Thanks, you guys are a huge help.
John
those outlines (pipes?) << exactly where and on what type page?
In each gallery under photo tools dropdown look for and click "feature
photo" and it will be the thumb used for the gallery on the upper browse
pages.
On a category page the thumb for a category will use the thumb of the first
gallery under that category.
JR303
Aug-05-2008, 06:46 PM
those outlines (pipes?) << exactly where and on what type page?
In each gallery under photo tools dropdown look for and click "feature
photo" and it will be the thumb used for the gallery on the upper browse
pages.
On a category page the thumb for a category will use the thumb of the first
gallery under that category.
Oh, that helps alot. I guess if I had really thought about it or looked, I could have figured that out. Was making it way, too difficult. Thanks, Allen.
The pipes are on all the pages after you "enter" the sight. It's a large rectangle around the galleries page and then encompassing the categories, then each individual category is contained inside a rectangle. I'd really just like a clean look with the gallery background (black) on the theme background (which has a little grid-like pattern on mine) without that thin double line rectangle around the gallery. I found the code to remove it from the slideshow on the homepage, but I can't for the life of me find it for the other pages.
Anyway, it would probably help if I had the correct terminology for all of the things I'm asking, but I'm learning.
If anything comes to mind, please let me know.
Thanks, again, Allen.
John
Allen
Aug-05-2008, 07:22 PM
Oh, that helps alot. I guess if I had really thought about it or looked, I could have figured that out. Was making it way, too difficult. Thanks, Allen.
The pipes are on all the pages after you "enter" the sight. It's a large rectangle around the galleries page and then encompassing the categories, then each individual category is contained inside a rectangle. I'd really just like a clean look with the gallery background (black) on the theme background (which has a little grid-like pattern on mine) without that thin double line rectangle around the gallery. I found the code to remove it from the slideshow on the homepage, but I can't for the life of me find it for the other pages.
Anyway, it would probably help if I had the correct terminology for all of the things I'm asking, but I'm learning.
If anything comes to mind, please let me know.
Thanks, again, Allen.
John
This get them all?
.galleryPage,
#category,
#categoriesBox,
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none !important;}
JR303
Aug-05-2008, 10:26 PM
This get them all?
.galleryPage,
#category,
#categoriesBox,
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none !important;}
That was great. It almost worked, but i had to add an additional set of
.galleryPage,
#gallery,
#galleriesBox,
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none !important;}
Probably was an easier way, but I couldn't get it to work any other way.
The first edit removed it from all except the actuall gallery, so you were very close right off the bat.
Can't believe that I figured that one out, but after a little while, I suppose I had tried just about everything else.
But, seriously,Allen, thanks a ton. I actually am getting pretty close to what I was looking for. And your response time is fantastic.
Thanks,
John
Allen
Aug-06-2008, 04:37 AM
That was great. It almost worked, but i had to add an additional set of
.galleryPage,
#gallery,
#galleriesBox,
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none !important;}
Probably was an easier way, but I couldn't get it to work any other way.
The first edit removed it from all except the actuall gallery, so you were very close right off the bat.
Can't believe that I figured that one out, but after a little while, I suppose I had tried just about everything else.
But, seriously,Allen, thanks a ton. I actually am getting pretty close to what I was looking for. And your response time is fantastic.
Thanks,
John
The reason the first set didn't work is because of a missing period.
.galleryPage,
#category,
#categoriesBox,
.smugmug .top_border,
.smugmug .bottom_border,
.smugmug .left_border,
.smugmug .photoNav,
.smugmug .albumNav
{border: none !important;}
Isis
Sep-02-2008, 09:20 AM
I too am trying to get the outlines around the gallery/category pages. I have tried all three codes on this page and none work. My site is at www.isisfotography.com Thank you.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.