|
|
Thread Tools | Display Modes |
|
#1
|
|
|
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 |
|
|
|
|
#2
|
|
|
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 Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#3
|
|
|
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!! |
|
|
|
|
#4
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#5
|
|
|
Big grins
|
Okay, let me know if this is correct.
Blog - http://ajbphotography.smugmug.com/Ot...354_7QRRc-A-LB Children - http://www.ajbphotographystudio.com/...959_uyqax-A-LB Family - http://www.ajbphotographystudio.com/...953_B4Q34-A-LB Places - http://www.ajbphotographystudio.com/...815_BGe4o-A-LB About me - http://ajbphotography.smugmug.com/ph...91_vxzsc-S.jpg |
|
|
|
|
#6
|
||
|
Scripting dude-volunteer
|
Quote:
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#7
|
|
|
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 |
|
|
|
|
#8
|
||
|
Scripting dude-volunteer
|
Quote:
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> Code:
#homepageIconContainer {margin: 50px auto 50px; text-align: center; }
.homepageIcon img {padding: 10px;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#9
|
|
|
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?
|
|
|
|
|
#10
|
|
|
Scripting dude-volunteer
|
Post any other questions in this thread.
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#11
|
|
|
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?
|
|
|
|
|
#12
|
||
|
Scripting dude-volunteer
|
Quote:
.homepage #customNavContainer {display: none;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#13
|
|
|
Big grins
|
Perfect!! Thank you!!
|
|
|
|
|
#14
|
|
|
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/ |
|
|
|
|
#15
|
||
|
Scripting dude-volunteer
|
Quote:
.gallery_16069546 #customLogo {display: none;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#16
|
|
|
Big grins
|
Perfect! Thank you again for all your help. Seeing these codes is helping me piece things together! Thank you again!!
|
|
|
|
|
#17
|
|
|
The Light Explorer
|
John
This was done for the homepage. Is there a tutorial or thread to do this for the 'Galleries' page?
Thanks a lot, |
|
|
|
|
#18
|
|
|
Scripting dude-volunteer
|
I don't understand. Please describe what you want on the galleries page?
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#19
|
||
|
The Light Explorer
|
Quote:
I want to have the similar galleries as referenced in the OP (vertical click-able pictures for the galleries). Thanks, |
|
|
|
||
|
#20
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
Code:
.homepage #galleriesBox,
.homepage #bioBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
Code:
/.galleryPage, .boxBottom, .boxTop, .box /
/{border:none !important;}/
/.boxBottom, .boxTop, .box /
/{background:none !important;}/
Code:
/* .galleryPage, .boxBottom, .boxTop, .box
{border:none !important;}
.boxBottom, .boxTop, .box
{background:none !important;} */
Code:
.galleryPage, .boxBottom, .boxTop, .box
{xborder:none !important;}
.boxBottom, .boxTop, .box
{xbackground:none !important;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
| 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 | |
|
|