|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Sorry guys but i have now got bleeding eyes from searching, for days, every thread i can find about how to create a 'Find' page.
Example:http://photos.lmsportspix.com/find/ (but centered and would like a map added) I have completed one example, but can not centre or border it. I know you guys are very busy, but could you please have a look at my CSS and see how much have i screwed up or not. The rest of the site i'm very happy with due to your excellent tutalige. How do you remove the breadcrumbs from the 'Popular' page? http://sisoley.smugmug.com Si |
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
.find #mapBox {display:block;} Add this, but the searchbox covers gallery nav so the some room is made by the 2nd one below. See if this works. .notLoggedIn .popularGallery #breadcrumb { display: none; } .popularGallery #header_wrapper { margin-bottom: 30px; }
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
|
|
Big grins
|
Thank you for your speedy reply. Have added as said but see no difference. I hope it's not me being an idiot.
|
|
|
|
|
#4
|
||
|
"tweak 'til it squeaks"
|
Quote:
page. http://photos.lmsportspix.com/popular Seems like a lot of work. The popularGallery in the CSS was for that page. Also see you have a dup page for map. I thought you wanted the mapbox on find page.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#5
|
|
|
Big grins
|
I would like a 'Find' page with: search, photo timeline, keywords and map. I have a popular page on its own. The dup pages you mention i have no idea about, have been quite reckless and pasting code all over the place from different ideas to see if i could stumble upon what i was after ie something along the lines of http://photos.lmsportspix.com/find/ or http://www.tinamanley.smugmug.com/keywordPage
But if it is going to be difficult, then i'll leave it as i don't want to waste your time, and i'll stick with the version i have now but wish to centre it and border it. Many thanks |
|
|
|
|
#6
|
||
|
"tweak 'til it squeaks"
|
Quote:
.find #mapBox {display:block;}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#7
|
|
|
Big grins
|
It still has not appeared
|
|
|
|
|
#8
|
||
|
"tweak 'til it squeaks"
|
Quote:
homepages. All duplicate homepages have two names. The find page is called homepage and find. So after .homepage turns it off it has to turned on later specific for the find page. .homepage #mapBox {display:none;} /* off for all dup pages also */ .find #mapBox {display:block;} /* back on for find page */ .map #mapBox {display:block;} /* back on for map page */
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|