• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization a slideshow on my current Portfolio's 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 #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 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 May-20-2009, 12:26 PM
#1
thenimirra is offline thenimirra OP
Loves to Grin
thenimirra's Avatar
a slideshow on my current Portfolio's page
I currently have a splash page, but I would like to have a slideshow running on the second page of my site, what is now my portfolio page with my four portfolio galleries available underneath it. Can someone explain to me how to do this? Would this simply be like creating another gallery and then putting the code in the description for that gallery?

http://www.pictureyourworld.net/galleries
__________________
Sheba Wheeler -- Picture Your World Photography
www.pictureyourworld.net
http://pictureyourworldphotography.blogspot.com/
http://www.onedayonepicture.com
Old May-20-2009, 03:39 PM
#2
thenimirra is offline thenimirra OP
Loves to Grin
thenimirra's Avatar
Quote:
Originally Posted by thenimirra
I currently have a splash page, but I would like to have a slideshow running on the second page of my site, what is now my portfolio page with my four portfolio galleries available underneath it. Can someone explain to me how to do this? Would this simply be like creating another gallery and then putting the code in the description for that gallery?

http://www.pictureyourworld.net/galleries
Can you hear me now?
__________________
Sheba Wheeler -- Picture Your World Photography
www.pictureyourworld.net
http://pictureyourworldphotography.blogspot.com/
http://www.onedayonepicture.com
Old May-21-2009, 05:26 AM
#3
thenimirra is offline thenimirra OP
Loves to Grin
thenimirra's Avatar
any help please?
__________________
Sheba Wheeler -- Picture Your World Photography
www.pictureyourworld.net
http://pictureyourworldphotography.blogspot.com/
http://www.onedayonepicture.com
Old May-21-2009, 06:29 AM
#4
SteveM is offline SteveM
SmugMug Pro Concierge
SteveM's Avatar
Quote:
Originally Posted by thenimirra
any help please?
Hi Sheba,

If I'm understanding correctly, you have your normal landing page here: http://www.pictureyourworld.net which is fine, yes?

But you want to include a slideshow on your Portfolio page here: http://www.pictureyourworld.net/galleries ?

Not a problem! We'll be working from the tutorial here: http://dgrin.smugmug.com/gallery/2160039 It looks like you already have most of this in place.

First a word about how the second homepage/separate gallery page hack works. This customization basically duplicates your homepage, making an exact copy of it, but calling it /galleries, then through CSS, you specifically include, or exclude elements from each page, your homepage, and this separate galleries page, to make them 'appear' different. They're really the same page, but the code is telling the browser that if accessed through the homepage show (these) things, but if accessed through the /gallery link, only show (these) things.

With that said, all you need to do is enable the biobox, then follow the tutorial above for adding a slideshow to your biobox area. Through CSS customization, you'll then want to EXCLUDE the biobox slideshow from your homepage, and INCLUDE it on your /galleries page.

1) In your Control Panel>Customize>Site-wide customization, CSS box change this:

Code:
 .featured #bioBox,
.homepage #popularPhotos,
.homepage #featuredBox,
.galleries #keywordsBox,
.galleries #bioBox,
.homepage #keywordsBox,
.galleries #popularPhotos,
.galleries #featuredBox,
.homepage #galleriesBox,
.homepage #categoriesBox {
display: none;
}
to this:

Code:
 .featured #bioBox,
.homepage #popularPhotos,
.homepage #featuredBox,
.galleries #keywordsBox,
.homepage #bioBox,
.homepage #keywordsBox,
.galleries #popularPhotos,
.galleries #featuredBox,
.homepage #galleriesBox,
.homepage #categoriesBox {
display: none;
}
which will EXclude the biobox from your homepage. Then change this:

Code:
 .featured #keywordsBox,
.featured #popularPhotos,
.featured #featuredBox,
.galleries #galleriesBox,
.galleries #categoriesBox {
display: block;
}
to this:

Code:
 .featured #keywordsBox,
.featured #popularPhotos,
.featured #featuredBox,
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #bioBox {
display: block;
}
forcing the biobox to be displayed on your galleries page.

2) From your homepage, click on the Homepage Layout button, and toggle the Bio on.

3) Visit your /galleries page, and edit the bio, and put in the code for your new slideshow according to the slideshow tutorial http://dgrin.smugmug.com/gallery/3624147 . Done!

Let us know if you have any problems or if I missed anything.
__________________
Steve Mills
BizDev Account Manager
Image Specialist & Pro Concierge

http://www.downriverphotography.com
Old May-21-2009, 09:38 AM
#5
thenimirra is offline thenimirra OP
Loves to Grin
thenimirra's Avatar
It looks the slideshow is still on homepage and not the galleries page. I would like to block it from the home page, but show it on the galleries page. Please assist. Thanks
__________________
Sheba Wheeler -- Picture Your World Photography
www.pictureyourworld.net
http://pictureyourworldphotography.blogspot.com/
http://www.onedayonepicture.com

Last edited by thenimirra; May-21-2009 at 01:30 PM.
Old May-21-2009, 07:17 PM
#6
SteveM is offline SteveM
SmugMug Pro Concierge
SteveM's Avatar
Quote:
Originally Posted by thenimirra
It looks the slideshow is still on homepage and not the galleries page. I would like to block it from the home page, but show it on the galleries page. Please assist. Thanks
I've had a look and I'm not seeing it on either page. Can you reenable your bio so we can have a look?
__________________
Steve Mills
BizDev Account Manager
Image Specialist & Pro Concierge

http://www.downriverphotography.com
Old May-21-2009, 08:11 PM
#7
Allen is offline Allen
"tweak 'til it squeaks"
Allen's Avatar
Quote:
Originally Posted by thenimirra
It looks the slideshow is still on homepage and not the galleries page. I would like to block it from the home page, but show it on the galleries page. Please assist. Thanks
If you want slideshows on both the homepage and galleries but different ones see this thread.
http://www.dgrin.com/showthread.php?t=120603
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