PDA

View Full Version : can I have different homepage information in different galleries?‏


jacjaws
Feb-01-2009, 09:20 AM
I wonder whether you can help me. I'm new to all of this, but would like to customise my own homepage. I have been trying to alter my homepage so that I have my bio information on this page and then on another page have top key words and around the world in a separate gallery. I have followed the digital grin and set up a duplicate homepage. But the same information appears on both the homepage and the duplicate one. Is it possible to have separate information on each on and how can I do this? I trying to generally tidy up my homepage - any help or suggestions would be great.
I'm also trying to work out how to make it that when the key words are click on the buy option / shopping cart is turned off - how can I do this?
www.jawalkerphotography.com
thankyou
jacjaws

Allen
Feb-01-2009, 01:41 PM
I wonder whether you can help me. I'm new to all of this, but would like to customise my own homepage. I have been trying to alter my homepage so that I have my bio information on this page and then on another page have top key words and around the world in a separate gallery. I have followed the digital grin and set up a duplicate homepage. But the same information appears on both the homepage and the duplicate one. Is it possible to have separate information on each on and how can I do this? I trying to generally tidy up my homepage - any help or suggestions would be great.
I'm also trying to work out how to make it that when the key words are click on the buy option / shopping cart is turned off - how can I do this?
www.jawalkerphotography.com (http://www.jawalkerphotography.com)
thankyou
jacjaws
Welcome to Dgrin :wave

Replace your CSS with this, removes some dups and adds in the dup homepage stuff. I don't see a keyword box on any page. Do you have it turned on? Look under "Homepage Layout" button on homepage.

#mysearch {
text-align: left;
}

#my_banner {
width: 500px;
height: 150px;
margin: 0 auto;
background: url(/photos/446353252_Akuv5-O.gif) no-repeat;
}

#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: .10em 0.3em;
color: #FFFFFF;
font-size: 170%;
}

#navcontainer ul li a:hover {
color: #ccc;
background-color: #369;
}

#bioBox .photo {
display: none;
}

#userBio {
text-align: center !important;
}

.homepage #mapBox,
.homepage #keywordsBox,
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #mapBox,
.galleries #keywordsBox,
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}


/* turn cart off on these pages */
.popularGallery .cartbuttons,
.keywordPage .cartbuttons,
.datePage .cartbuttons,
.popularGallery .cartbuttons {
display: none;}

jacjaws
Feb-02-2009, 02:24 AM
Thank you very much that works perfectly. I've also added the keywords in the 'find' gallery.
I've also had a look at your website it is beautiful, jacjaws:clap