|
|
Thread Tools | Display Modes |
|
#241
|
|
|
Major grins
|
got it - thanks.
|
|
|
|
|
#242
|
|
|
Beginner grinner
|
Problem with Breadcrumb Since Multi-homepages Implemented
John-
First, as a newbie, I want to thank you for all the work you have put into this customization forum. I've implemented the multi-homepage feature, along with some customization of the navbar, and I really like how it looks. I now have a slideshow on my default homepage, with gallery categories, recent images, map, and bio on separate pages. I just have one problem, and I searched extensively for a solution without success: the breadcrumb points to the default homepage, so a visitor who goes into a single gallery and wants to get back to the top level gallery categories page (where my Galleries navbar button takes them) instead gets taken to the default homepage where they get the slideshow again. I couldn't find a separate thread dealing with breadcrumb issues, so since this is related to the multi-homepage feature, I thought I would post it here. Is there a way to get the "home" in the breadcrumb to point to the gallery categories "homepage" instead of the default homepage? Thanks! |
|
|
|
|
#243
|
||
|
"tweak 'til it squeaks"
|
Quote:
http://www.dgrin.com/showthread.php?t=124271
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#244
|
||
|
Beginner grinner
|
Quote:
Thanks for your lightning fast response. You guys are absolutely the best!! I can't believe I missed this entry (the solution was actually #1 in the list, not #28), as I had already implemented several other customizations in that list already - just missed that first one somehow! I hadn't gotten down to #28 on fixing problems for non-Adobe Flash users; so I'm glad you pointed that one out also, for the sake of my iPad friends. So problems solved - thanks again! |
|
|
|
||
|
#245
|
|
|
Big grins
|
Tried searching for an answer to this and if it has been answered I apologize. When on my page at: http://adwheeler.smugmug.com/Non-Limited-Prints If you click the Galleries Home link in the breadcrumbs it takes you to adwheeler.smugmug.com instead of where I need it to go which is adwheeler.smugmug.com/galleries
Anyone know how to change this? I am running a custom navbar (should not affect this) and the Fullscreen slideshow. Thanks in advance! ~Andy |
|
|
|
|
#246
|
||
|
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 |
|
|
|
||
|
#247
|
||
|
Beginner grinner
|
Quote:
This looks like the same problem I had. See the link at http://www.dgrin.com/showthread.php?t=124271 |
|
|
|
||
|
#248
|
||
|
Big grins
|
Quote:
Thanks, tried that once and it blanked my galleries..just tried it again...and it worked..must have had a typo. Thanks mate! |
|
|
|
||
|
#249
|
|
|
Big grins
|
Would I be able to use this to have my homepage in two languages - have implemented the code and it seems to work in duplicating it (as www.rab-cilbup.smugmug.com/find) - all I would need to do is change the logos and buttons to be in the second language but am not sure how to get them to display in place of the english ones....any help would be appreciated.
thanks in advance -- mark kennedy
__________________
mark kennedy |
|
|
|
|
#250
|
||
|
Beginner grinner
|
Quote:
I followed the above instructions, now how do I define what is on the second nav bar for the Galleries page? www.tayleyphotography.com |
|
|
|
||
|
#251
|
||
|
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 |
|
|
|
||
|
#252
|
|
|
Beginner grinner
|
I am new to this forum and i apologize but i do not even know how to start a new thread when i need to. I have been trying to follow the multi homepage tutorial by copying and pasting code into CSS and java scipt boxes. But nothing happens on my site. My question is, is there supposed to be some kind of save button or something after you paste the code because when i put the code in and then go to my homepage to check it out, nothing has happened and then when i go back to the code, it is gone. I am a complete newbee and have no idea what i am doing wrong and have been muddling through customizing my site all day. Have not got very far at all. My link is http://robyngallant.smugmug.com/ any advice would be appreciated. Thank you.
Galla |
|
|
|
|
#253
|
||
|
Major grins
|
Quote:
Yes, there is a button in the advanced customizer to save your work. It is the update button, and it is after the boxes where you enter your code. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#254
|
|
|
Beginner grinner
|
slide show not working on homepage
Web site is www.chrishabenicht.com when i got to my site the slideshow dose not show up but if i go to www.chrishabenicht.com/default it works could anyone tell me what i need to fix.
thanks chris |
|
|
|
|
#255
|
||
|
SmugMug Support Hero
|
Quote:
.homepage #slideshowBox,
__________________
Rich | My Site | SmugHelp | Customizing SmugMug Simplified | FAQ | Webdev Tutorial | |
|
|
|
||
|
#256
|
||
|
Beginner grinner
|
Quote:
|
|
|
|
||
|
#257
|
|
|
Major grins
|
Additional text box
Hi John,
I have the additional homepages set up and actually wanted keywords and links on the same page. So I set up one page with #keywordsbox on it (instead of the /keyword page as I wasn't sure if I could add a second box). I want to have a box where I can put html code in it to list a set of links rather than the separate page I have. I do not like the way I have them displayed. I also am unsure why the keywords box is showing up on #homepage as I have it set to display none. Thanks for your continued assistance. Last edited by JayP; May-29-2012 at 03:27 PM. Reason: additional problem |
|
|
|
|
#258
|
||
|
"tweak 'til it squeaks"
|
Quote:
keywords page. Use an IF statement to only run the show script on the homepage and CSS to hide the linksPage div there. Concept coding below would need editing for this which I'm not good at. Code:
<script type="text/javascript">
(IF homepage and not the keywords page run)
JF.InsertSlideshowHere({
galleryURL: "http://www.bluewaterprism.com/Other/For-Slide-Show/21775760_9dSjSr#!i=1694940776&k=tv6PG2w",
slideBorderWidth: "3",
slideBorderColor: "#ffffff",
stretchy: "true"}
);
</script>
<div id="linksPage"
<div class="pageTitleLinks">
My Links Page
<br>
</div>
<hr color="#6090d1" size="1">
<br>
...
...
<br>
<hr color="#6090d1" size="1">
</div>
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#259
|
||
|
Major grins
|
Quote:
Last edited by JayP; May-29-2012 at 04:06 PM. |
|
|
|
||
|
#260
|
||
|
"tweak 'til it squeaks"
|
Quote:
showing different content. What more could you ask for?
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
| 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 | |
|
|