PDA

View Full Version : Galleries missing from homepage


Isaac
Dec-07-2007, 10:47 PM
:lust I'm in need of some love:barb Smuglove!:clap . But I'll settle for code!:wink :rofl My site name is www.IF3000.com (http://www.IF3000.com) , hello DGrinner's. I typed in my title and didn't find an "exact" match. More or less the forums discussed issues keeping the galleries off of the homepage and just having slide shows. I tried the slide show and it worked. I don't like having my galleries linked from a navbar, my stats went down.
Issue:
:dunno 1. I want my galleries to show on my homepage when I am logged out.:scratch

Please help...thank you.

LittleLisa
Dec-07-2007, 11:37 PM
Issue:
1. I want my galleries to show on my homepage when I am logged out.



Hi Isaac,

If you go to your Control Panel and then click on the Homepage tab do you see "Gallery Categories" there? If so, select "show" on the right of that title.

Does that do it?

Allen
Dec-07-2007, 11:46 PM
:lust I'm in need of some love:barb Smuglove!:clap . But I'll settle for code!:wink :rofl My site name is www.IF3000.com (http://www.IF3000.com) , hello DGrinner's. I typed in my title and didn't find an "exact" match. More or less the forums discussed issues keeping the galleries off of the homepage and just having slide shows. I tried the slide show and it worked. I don't like having my galleries linked from a navbar, my stats went down.
Issue:
:dunno 1. I want my galleries to show on my homepage when I am logged out.:scratch

Please help...thank you.
You have major problems, you have all kinds of html and script in your CSS.
None of it goes there.

Isaac
Dec-07-2007, 11:50 PM
You have major problems, you have all kinds of html and script in your CSS.
None of it goes there.

:huh Major...what do I do now??
I deleted everything from my css and still no galleries

Allen
Dec-07-2007, 11:54 PM
:huh Major...what do I do now??
In your control panel under customize this is only what should be in your CSS.


#bioBox {
text-align: center;
background: none;
}

#bioBox .photo {
display: none;
}

#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://IFree.smugmug.com/photos/225806546-O-1.jpg) no-repeat;
}
body {
opacity: 1;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000000;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #ff0000;
}

Isaac
Dec-08-2007, 08:26 AM
In your control panel under customize this is only what should be in your CSS.


#bioBox {
text-align: center;
background: none;
}

#bioBox .photo {
display: none;
}

#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://IFree.smugmug.com/photos/225806546-O-1.jpg) no-repeat;
}
body {
opacity: 1;
}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li {
display: inline;
}

#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #000000;
}

#navcontainer ul li a:hover {
color: #fff;
background-color: #ff0000;
}



THANKS A MLLION! YOU'RE A BLESSING DON'T STOP DOING WHAT YOU DO! YOU ARE GREATLY APPRECIATED!!