|
|
Thread Tools | Display Modes |
|
#281
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#282
|
|
|
Maranto Photography
|
This is in CSS:
#customNavContainer { text-align: left; margin: 5px auto 20px 15px;} #customNav { font-family: arial !important; font-size: 14px; color: #EBECF5 !important; list-style-type: none; padding: 0; margin: 0; } #customNav li{ display: inline; } #customNav li a, #customNav li a:active, #customNav li a:visited, #customNav li a:link { font-family: arial !important; font-size: 14px; color: #EBECF5 !important; text-decoration: none !important; } #customNav li a:hover { font-family: arial !important; font-size: 14px; color: #5858EE !important; text-decoration: none !important; } .homepage #galleriesBox, .homepage #categoriesBox, .homepage #featuredBox { display: none; } .galleries #homepageSlideshow, .galleries #bioBox { display: none; } .galleries #galleriesBox, .galleries #categoriesBox, .galleries #featuredBox { display: block; } .galleries #slideshowBox {display: none;} This is in Bottom Java: function hasPath(sPath) { re = new RegExp("\/" + sPath + "(\/|$)"); return re.test(window.location) } if (hasPath("galleries")) YD.addClass(document.body, "galleries"); I thought I was following the instructions correctly. Just now, I hit update instead of just preview, in case that was the issue, but no change. Thanks! |
|
|
|
|
#283
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#284
|
|
|
Maranto Photography
|
|
|
|
|
|
#285
|
||
|
"tweak 'til it squeaks"
|
Quote:
This site is in your profile and does not have the code. http://www.marantophotography.com/ On the advanced customize page did you click save/update button at the bottom? Not the preview submit one.
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#286
|
|
|
Maranto Photography
|
Thanks for your help with this. This morning I checked and all the code I added yesterday and I did click the save button was gone.
So, I went back and re-entered the code, which I am hoping that you can now see here: http://www.marantophotography.com So, this time when I hit the save button, now my "home" and "photo galleries" are just the slideshow. Home is great, but I wanted my galleries to show up without the slide show when you click "photo galleries" Thanks! |
|
|
|
|
#287
|
||
|
"tweak 'til it squeaks"
|
Quote:
http://www.marantophotography.com/index.mg?viewBy=Categories to this http://www.marantophotography.com/galleries or the relative link /galleries
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#288
|
|
|
Maranto Photography
|
Yes, it works now. I could not have done this without you, so thanks so much for your time!
|
|
|
|
|
#289
|
|
|
Beginner grinner
|
I used the steps outlined above to create a new events page. I’m having an issue however listing featured events only on the events page. At first featured events were listed on all my pages. I was able to use:
.galleries #eventsBox {display: none;} to stop events from showing on the Galleries page but it still shows on the Homepage. When i insert: .homepage #eventsBox {display: none;} Featured events are gone from the home page and the events page. Any idea on how to remove the events page from the homepage without removing it from my events page? |
|
|
|
|
#290
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#291
|
|
|
Beginner grinner
|
The web site is www.tsrphoto.com
Thanks |
|
|
|
|
#292
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#293
|
|
|
Big grins
|
3 Homepages with different BioBoxes
Is it possible, using this code, to create 3 different homepages each with the same item on them? ...That doesn't make very much sense so let me explain what I'm trying to do.
On my default homepage I want just the bioBox because I use it to create linked images to my different galleries using this code, for example: <html> <div id="homepageIconContainer"> <span class="homepageIcon"><a href="http://jessicasilas.smugmug.com/LandscapesNature/New-Photos/21433414_3cDK37#!i=1707716669&k=XjwN5BV"><img src="/photos/i-pBKCxbp/0/S/i-pBKCxbp-S.png" border="0"></a></span></div> </html> But, instead of sending me to a specific gallery, the default homepage links (2 of them, one for landscapes and one for weddings/portraits) will take me to 2 different 'homepages' (Landscapes, Weddings/Portraits), each with another new bioBox. Then within each of those bioBoxes I'll have the code that links me to all of the different galleries. The problem I'm running into is that when I try to do it, instead of giving me new bioBoxes on each homepage so I can make different links, it keeps duplicating the same one on each page. I'm not sure if it's even possible to set up the website like I'm envisioning, or if this is the correct way to try and do it, but I appreciate any help and advice anyone can give me! Here's a link to my homepage: http://jessicasilas.smugmug.com/ |
|
|
|
|
#294
|
||
|
Scripting dude-volunteer
|
Quote:
At first blush, it sounds like you should just be link to categories and letting the category display take care of the Landscapes or Weddings/Portraits 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 |
|
|
|
||
|
#295
|
||
|
Big grins
|
Quote:
How do I do that? I'm not very good at this so I apologize if it's something very simple. The only way I know how to make links and all that is through the biobox. Is it possible to make a linked image, like how I have my biobox set up, through the category display that you're talking about? |
|
|
|
||
|
#296
|
||
|
Scripting dude-volunteer
|
Quote:
If you want to make your own custom page to do your own version of a category page, then you probably do that by creating an empty gallery, inserting HTML in the gallery description (surrounded by <html> and </html> to tell Smugmug you're doing your own HTML in the description) and then use CSS to hide the rest of the gallery chrome. Allen has a tutorial on how to do this (I'm not sure where the link is at the moment).
__________________
--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 |
|
|
|
||
|
#297
|
||
|
Big grins
|
Quote:
Oh ok. So you're saying to use my biobox on the homepage to create links to the category pages that will show the different galleries. Is there anyway to customize how the images look on the category pages? Can I replace them with the images I created in photoshop that I currently have in my biobox? |
|
|
|
||
|
#298
|
||
|
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 |
|
|
|
||
|
#299
|
||
|
Big grins
|
Quote:
Ok, I'm not really a computer person so I would have no idea what to do about designing my own HTML but I'll look for that link and see what I can come up with. Thanks for your help. It's too bad about the biobox because that definitely seems like the easiest way to do it, in my opinion. |
|
|
|
||
|
#300
|
||
|
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 |
|
|
|
||
| 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 | |
| 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 | |
| Setting feature photos for homepage categories | sledgehammer | SmugMug Customization | 0 | Jan-28-2009 08:30 AM | |
| Hiding Search on homepage | Desert-Rat | SmugMug Customization | 2 | Sep-03-2007 01:51 PM | |
| Thread Tools | |
| Display Modes | |
|
|