• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Help! Trying to do this for my homepage!

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
Page 1  of  4
1 2 3 4
Old Mar-04-2011, 04:02 PM
#1
ajbphotography is offline ajbphotography OP
Big grins
Help! Trying to do this for my homepage!
Can anyone help me do something like this ( http://www.palmerhalvorson.com/Portf.../9893006_XPfQg ) but as my homepage?

Thank you a million!!!!

www.ajbphotographystudio.com
Old Mar-04-2011, 04:41 PM
#2
jfriend is offline jfriend
Scripting dude-volunteer
Make the five images you want to use and then post back with links to those images and folks can help you with the HTML to put that on your homepage.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-04-2011, 06:14 PM
#3
ajbphotography is offline ajbphotography OP
Big grins
Thank you a million!!! Here are the five images/galleries. I'm more with the link going to the gallery instead of the one picture. One of these galleries is empty but I can throw an image in there if need be.

Blog - http://ajbphotography.smugmug.com/Ot...16069546_dCMUz

Children - http://www.ajbphotographystudio.com/...05978959_uyqax

Family - http://www.ajbphotographystudio.com/...44056953_B4Q34

Places - http://ajbphotography.smugmug.com/Ot...05986589_jou2z

About me - http://ajbphotography.smugmug.com/gallery/7148615_CkVV8

Thank you so much!!! I've been trying to learn all this but wow!!
Old Mar-04-2011, 06:21 PM
#4
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by ajbphotography View Post
Thank you a million!!! Here are the five images/galleries. I'm more with the link going to the gallery instead of the one picture. One of these galleries is empty but I can throw an image in there if need be.

Blog - http://ajbphotography.smugmug.com/Ot...16069546_dCMUz

Children - http://www.ajbphotographystudio.com/...05978959_uyqax

Family - http://www.ajbphotographystudio.com/...44056953_B4Q34

Places - http://ajbphotography.smugmug.com/Ot...05986589_jou2z

About me - http://ajbphotography.smugmug.com/gallery/7148615_CkVV8

Thank you so much!!! I've been trying to learn all this but wow!!
These are links to galleries. What I wanted you to post links to was the images that you want to appear on your homepage. To get the format you asked for, your images have to be the right size/shape and all identical size.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-04-2011, 06:44 PM
#6
jfriend is offline jfriend
Scripting dude-volunteer
Getting closer. The family image and the About me image are not the appropriate size/shape. All five need to be exactly the same size to get the look of that other site.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-04-2011, 07:02 PM
#7
ajbphotography is offline ajbphotography OP
Big grins
Let's try this:

Family - http://www.ajbphotographystudio.com/...636_HLwFk-A-LB

About me - http://www.ajbphotographystudio.com/...47_fMWWm-M.jpg
Old Mar-04-2011, 08:15 PM
#8
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by ajbphotography View Post
Your images are varying sizes and the About image doesn't show anything for me, but here's something you can start with. Insert this into your bioBox on your home page:

Code:
<html>
<div id="homepageIconContainer">
<span class="homepageIcon"><a href="/"><img src="/photos/1205993815_BGe4o-S.jpg" border="0"></a></span>
<span class="homepageIcon"><a href="/"><img src="/photos/1206020636_HLwFk-S.jpg" border="0"></a></span>
<span class="homepageIcon"><a href="/"><img src="/photos/1206001354_7QRRc-S.jpg" border="0"></a></span>
<span class="homepageIcon"><a href="/"><img src="/photos/1205978959_uyqax-S.jpg" border="0"></a></span>
<span class="homepageIcon"><a href="/"><img src="/photos/1205978959_uyqax-S.jpg" border="0"></a></span>
</div>
</html>
And, add this CSS:

Code:
#homepageIconContainer {margin: 50px auto 50px; text-align: center; }
.homepageIcon img {padding: 10px;}
After putting this into your page, there's a bunch to do to finish it up:
  • Decide if this is too wide. If so, make your images narrower.
  • Get a working About image and put it's direct link URL into the HTML
  • Add the text labels to the images.
  • Fill in the desired click targets in the HTML. Where is says href="/" for each image, fill in the proper URL destination between the quotes.
It should initially end up looking something like this when you first put the code in (before you've fixed it up):

__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-04-2011, 08:24 PM
#9
ajbphotography is offline ajbphotography OP
Big grins
Wow!! You are awesome!!! I'll play with it more the next couple of days and clean it up a bit. Can I contact you again if I get stuck?
Old Mar-04-2011, 08:26 PM
#10
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by ajbphotography View Post
Wow!! You are awesome!!! I'll play with it more the next couple of days and clean it up a bit. Can I contact you again if I get stuck?
Post any other questions in this thread.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-05-2011, 05:40 PM
#11
ajbphotography is offline ajbphotography OP
Big grins
Another question: I made a navigation bar in the easy customizer, I want it to show up on all the pages EXCEPT the homepage. Is that possible?
Old Mar-05-2011, 05:57 PM
#12
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by ajbphotography View Post
Another question: I made a navigation bar in the easy customizer, I want it to show up on all the pages EXCEPT the homepage. Is that possible?
Add this CSS:

.homepage #customNavContainer {display: none;}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-05-2011, 06:01 PM
#13
ajbphotography is offline ajbphotography OP
Big grins
Perfect!! Thank you!!
Old Mar-08-2011, 05:10 PM
#14
ajbphotography is offline ajbphotography OP
Big grins
One last question for a little while, I promise! How do I keep my banner on all my pages EXCEPT for the one my blog is on? I linked my blog so it shows up within smugmug and I really like it. The only downfall is that the banner pushes it down the page.

http://www.ajbphotographystudio.com/...6001354_7QRRc/
Old Mar-08-2011, 06:09 PM
#15
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by ajbphotography View Post
One last question for a little while, I promise! How do I keep my banner on all my pages EXCEPT for the one my blog is on? I linked my blog so it shows up within smugmug and I really like it. The only downfall is that the banner pushes it down the page.

http://www.ajbphotographystudio.com/...6001354_7QRRc/
Try this CSS:

.gallery_16069546 #customLogo {display: none;}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-08-2011, 06:17 PM
#16
ajbphotography is offline ajbphotography OP
Big grins
Perfect! Thank you again for all your help. Seeing these codes is helping me piece things together! Thank you again!!
Old Mar-08-2011, 06:33 PM
#17
shniks is offline shniks
The Light Explorer
shniks's Avatar
John
This was done for the homepage. Is there a tutorial or thread to do this for the 'Galleries' page?



Thanks a lot,
__________________
Nikhil

My Website | My Blog | My Facebook Page
Old Mar-08-2011, 08:28 PM
#18
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by shniks View Post
This was done for the homepage. Is there a tutorial or thread to do this for the 'Galleries' page?



Thanks a lot,
I don't understand. Please describe what you want on the galleries page?
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Old Mar-08-2011, 08:36 PM
#19
shniks is offline shniks
The Light Explorer
shniks's Avatar
Quote:
Originally Posted by jfriend View Post
I don't understand. Please describe what you want on the galleries page?

I want to have the similar galleries as referenced in the OP (vertical click-able pictures for the galleries).


Thanks,
__________________
Nikhil

My Website | My Blog | My Facebook Page
Old Mar-08-2011, 08:49 PM
#20
jfriend is offline jfriend
Scripting dude-volunteer
Quote:
Originally Posted by shniks View Post
I want to have the similar galleries as referenced in the OP (vertical click-able pictures for the galleries).


Thanks,
The solution here is hard-coded to specific images and specific destinations. It works when you are linking to only a small number of categories that don't change or to a fixed number of galleries that don't change. Your Galleries page currently has seven items on it. Is that what you want to link to? If so, you can do it the same way as specified here, but it will probably require smaller images or two rows. We would just make the bioBox show on your galleries page instead of on your homepage with a couple. To do that, you would enable your bioBox in the homepage layout button, put the HTML in it like the previous example, but using your own images and links and then change this piece of your CSS from this:

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

.galleries #bioBox {
    display: none;
}



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

}
to this (add lines in green, remove lines in red):

Code:
.homepage #galleriesBox,
.homepage #bioBox,
.homepage #categoriesBox,
.homepage #featuredBox {
    display: none;
}

.galleries #bioBox {
    display: none;
}



.galleries #galleriesBox,
.galleries #bioBox,
.galleries #categoriesBox,
.galleries #featuredBox {
    display: block;

}
Also, this CSS at the end of your CSS has an error on every line and is causing problems. You cannot just put random characters in your CSS like this.

Code:
/.galleryPage, .boxBottom, .boxTop, .box /
/{border:none !important;}/
/.boxBottom, .boxTop, .box /
/{background:none !important;}/
If you no longer need that CSS, you can just remove it. If you want to comment the whole block out, then do it like this:

Code:
/* .galleryPage, .boxBottom, .boxTop, .box 
{border:none !important;}
.boxBottom, .boxTop, .box 
{background:none !important;} */
If you want to just temporarily disable the rules in a clean way, then just put an X in front of the attribute names so they don't match anything (but are still legal).

Code:
.galleryPage, .boxBottom, .boxTop, .box 
{xborder:none !important;}
.boxBottom, .boxTop, .box 
{xbackground:none !important;}
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Page 1  of  4
1 2 3 4
Tell The World!  
Similar Threads Thread Starter Forum Replies Last Post
Stretchy slideshow customization for the Homepage jfriend SmugMug Customization 854 Jan-24-2013 01:37 PM
New slideshow option on the homepage jfriend SmugMug Support 40 Nov-05-2009 09:40 AM
Accidentally deleted my homepage while editing html dfg1983 SmugMug Customization 4 Aug-08-2009 05:28 PM
Link to my homepage? tsinsf SmugMug Support 1 Feb-22-2009 03:04 PM
homepage, remove gallery path, add drop down gilbert SmugMug Customization 7 Oct-06-2006 09:48 AM


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