• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Customised Find Page

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Feb-22-2009, 06:48 AM
#1
sisoley is offline sisoley OP
Big grins
sisoley's Avatar
Wink2 Customised Find Page
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
Old Feb-22-2009, 07:05 AM
#2
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by sisoley
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
Might add some CSS to turn it on for the find page.

.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;
}
Old Feb-22-2009, 11:48 AM
#3
sisoley is offline sisoley OP
Big grins
sisoley's Avatar
Thank you for your speedy reply. Have added as said but see no difference. I hope it's not me being an idiot.
Old Feb-22-2009, 12:22 PM
#4
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by sisoley
Thank you for your speedy reply. Have added as said but see no difference. I hope it's not me being an idiot.
You created a dup page called popularpics, there is already built in a popular
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.
Old Feb-22-2009, 01:06 PM
#5
sisoley is offline sisoley OP
Big grins
sisoley's Avatar
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
Old Feb-22-2009, 01:11 PM
#6
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by sisoley
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
Like I posted above, add this to CSS and your map will appear on your find page.

.find #mapBox {display:block;}
Old Feb-22-2009, 01:46 PM
#7
sisoley is offline sisoley OP
Big grins
sisoley's Avatar
It still has not appeared
Old Feb-22-2009, 06:40 PM
#8
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by sisoley
It still has not appeared
It has to be after .homepage. The homepage name is applied to all duplicate
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 */
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump