|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
Gallery Categories
Hello,
I am trying to get rid of the "gallery categories" text on my homepage. I am using this command in the stylesheet section. Removing the words gallery categories on your home page: .categoriesBox .boxTop { display: none; } However it is not working, any ideas why? Thank you. |
|
|
|
|
#2
|
||
|
Code Monkey
|
Because categoriesBox is an ID and not a class; use this:
#categoriesBox .boxTop { display: none; } Quote:
|
|
|
|
||
|
#3
|
||
|
Beginner grinner
|
Quote:
|
|
|
|
||
|
#4
|
||
|
panasonikon
|
Quote:
.homepage #galleryTitle {display: none ;} Ivar is also going to fix the broken tags in your header. |
|
|
|
||
|
#5
|
|
|
Smile-A-Day
|
Non-Homepage Gallery
I've looked around for a bit, but cannot find help on removing the word "galleries" from my non-homepages. Can you help me with this?
www.isaacallenphotography.smugmug.com |
|
|
|
|
#6
|
||
|
Big grins
|
Didn't Work
I put
/* Remove Category headers from pages */ #categoriesBox .boxTop { display: none; } in my CSS and it didn't remove the categories from my pages. Could someone please help me? Quote:
|
|
|
|
||
|
#7
|
||
|
panasonikon
|
Quote:
SUGGEST YOU ADD: .loggedIn #categoriesBox {display: block;} so that YOU see them when logged in |
|
|
|
||
|
#8
|
|
|
Beginner grinner
|
Hi, I am trying to remove the categories and subcatergories on other pages and used the above CSS code, but it still doesn't work.
Also, can somehow tell me how to fix the gallery from showing # of gallery, # of photos, below the gallery? It seems to removed it on some but not all of them. Thanks anna annale.smugmug.com |
|
|
|
|
#9
|
|
|
Big grins
|
Sort of the same question...
I am trying to get rid of the category breakdown on certain pages (the newly created html pages to be exact).
Ex - http://haskinsphotography.smugmug.com/gallery/2630028 As well as the "This is a brand new gallery with no photos." Thanks! |
|
|
|
|
#10
|
|
|
Kristensphoto.com
|
Gallery PAges:1
This reads on my pages. My info, and my guestbook and what not.
Do I copy something into my CSS to make this go away? |
|
|
|
|
#11
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#12
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#13
|
||
|
Kristensphoto.com
|
Quote:
|
|
|
|
||
|
#14
|
|
|
Beginner grinner
|
In my portraits gallery I have "Portraits Sub-Catergories" and I have "Portraits galleries". The Sub-Catergories are on top. I want to be able to put the sub-catergories on bottom and then take the words "Portrait Sub-Catergories" and "Portraits Galleries" off the page. How do you do that?
www.innerlightproductions-photos.com |
|
|
|
|
#15
|
||
|
"tweak 'til it squeaks"
|
Quote:
.category_Portraits #galleryTitle, .category_Portraits #subCatGalleryTitle {display:none;} Not aware of a way to reverse the position of the boxes.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#16
|
|
|
Big grins
|
related xxx's homepage text
I'm sure this is related, I've removed the text "My Galleries" from the homepage, how about removing the text "My Homepage" from above my bio?
Thx! |
|
|
|
|
#17
|
||
|
"tweak 'til it squeaks"
|
Quote:
>>> CUSTOMIZATION: Start here <<< Click this in 1st post. * Basic Customization FAQ - find "copy and paste" code for common requests. See #24.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#18
|
||
|
Major grins
|
Quote:
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#19
|
|
|
Big grins
|
nevermind, found it. This forum never ceases to amaze me.
Thanks! |
|
|
|
|
#20
|
||
|
Thirsty
|
Quote:
anybody have any idea how to make one of those work?here is my current CSS: .play_slideshow { display: none; } /* hides your name (including any 's) */ #userName { display: none; } #feeds { display:none; } /* hides the word home */ #userHome { display: none; } #bioBox {background: none !important;} #userBio {text-align: center;} /* turn off the cart link on the minifooter */ .cartlink_footer { display: none; } /* turn off the login link on the minifooter */ .loginLink { display: none; } // fix the pesky pipes YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');}); .homepage #galleryTitle {display: none ;} if it matters, i got to this thread via this page, number 27.
__________________
www.downloadthesepics.com |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|