|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Code Monkey
|
Phase 4 CSS changes
There was not a lot changed this phase, except one major one:
#keywords is now #photoKeywords The reason? Well, there is already a tag on the page that reserves the name keywords - the meta tag :) So problems came up on certain browsers. All is well now though. |
|
|
|
|
#2
|
||
|
panasonikon
|
Quote:
So, to remove keywords from showing up underneath your photos, put this in your CSS section of your customization (control panel>customize) #photoKeywords { display: none; } |
|
|
|
||
|
#3
|
||
|
Geginner brinner
|
Quote:
Code:
.photoDetail {display: none;}
#photoKeywords {display: none;}
|
|
|
|
||
|
#4
|
||
|
panasonikon
|
Quote:
#photoKeywords {display: none !important;} Try that. |
|
|
|
||
|
#5
|
||
|
Major grins
|
Quote:
Neither of your codes worked for me, but DKwan's works like a charm. Thanks. lucy |
|
|
|
||
|
#6
|
||
|
Big grins
|
Quote:
|
|
|
|
||
|
#7
|
|
|
Spring chicken
|
__________________
Vana |
|
|
|
|
#8
|
||
|
panasonikon
|
Quote:
http://www.localcolor7.com/gallery/9...09924431_27Jtb also, why aren't you using stretchy?
|
|
|
|
||
|
#9
|
|
|
Big grins
|
why won't they go?
Hi, I've tried all of the above and i can't seem to make the keywords disappear from below the main image. Will search engines still pick this indo up even if it is not visible on the page.
thanks in advance http://www.martinfroggett.com/galler...45083179_6rNpf
__________________
www.martinfroggett.com |
|
|
|
|
#10
|
||
|
Scripting dude-volunteer
|
Quote:
/*==nokeywordvis===*/ .photoDetail {display: none;} #photoKeywords { display: none !inportant; } Also, as I think I've told you before, once you fix the above problem, if you leave this CSS in, you will have no tools menu in any gallery. This CSS is evil and should be removed. If you are trying to hide something, then there are better ways to hide it that won't remove your Tools menu. /*===breadrumb===*/ #breadcrumb {visibility: hidden;} #altViews {visibility: visible;} .loggedIn #breadcrumb {visibility: hidden;} It is up to the search engine whether or not they will index something that you have hidden from view. It is in the page, so it's up to the search engine whether they realize that it's hidden and then whether they decide to index text that is not shown.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#11
|
|
|
Big grins
|
I've corrected my CSS and got rid of the breadcrumbs CSS until I have time to research a better way to remove them. The keywords are still there though.
The other thing I would really like on my new site (and I'm not sure which thresd to post this in) is a gallery preview thumb like in itunes grid view where for example if an artist has 15 albums with art you can move your mouse from the left to the right of the image and it scrolls through all the images and by clicking on it takes you to that album. Aperture also has the same feature for previewing albums when you are in the library view. Thaks again for your support. I've only been using SM for a week and the support is fantastic
__________________
www.martinfroggett.com |
|
|
|
|
#12
|
||
|
Scripting dude-volunteer
|
Quote:
Change this: .photoDetail {display: none;} #photoKeywords { display: none !inportant; } to this: #photoKeywords {display: none !important;} Breadcrumbs can be hidden without affecting the tools button with this: #breadCrumbTrail {display:none;} or if you want them to show only when you are logged in, you can use: .notLoggedIn #breadCrumbTrail {display:none;} You should also read this note about the pitfalls of hiding the entire breadcrumb.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#13
|
|
|
Grin 4 A Pilsner
|
Show Keywords ONLY when logged in
Is it possible to hide the keywords from public view, but still show them to me when I'm logged in?
NEVERMIND!!! I FOUND IT .notLoggedIn #photoKeywords {display: none;} Last edited by Pilznr; Nov-20-2009 at 05:55 PM. |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|