|
|
Thread Tools | Display Modes |
|
#1701
|
|
|
Major grins
|
It's Alive!!
Thanks to Denise and this ever so helpful thread, I'm bloggin'!
http://cynthiamerzerphotography.blogspot.com/ Go check it out. Feedback and suggestions are always appreciated.
__________________
Cynthia Merzer My Fine Art Photography My Infrared Photography www.CynthiaMerzerPhotography.com |
|
|
|
|
#1702
|
||
|
Major grins
|
Quote:
Code:
/* 2nd Level Hover */
.menu ul ul a:hover {
color: rgb(215,25,32); /* Red */
background: rgb(35, 35, 35);
font-style: normal;
text-decoration: none;
}
Code:
/* 2nd Level Hover */
.menu ul ul a:hover {
color: rgb(215,25,32); /* Red */
font-style: normal;
text-decoration: none;
}
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1703
|
||
|
Major grins
|
Quote:
I see you've used blogger's picture icon to place photos on your blog. There's nothing wrong with that, but if you want clicking the photos on your blog to go back to your smug site you might consider using the embed code from Share... Get a link. You can see how that behaves on my blog. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1704
|
||
|
Major grins
|
Quote:
As for your suggestion regarding the images, I'm aware of what you suggested but chose not to do it that way. I like the way if you click an image your way it takes you to the SM lightbox but I don't like when you close the lightbox, you are back on smugmug. And then the page back tool keeps backing you through smugmug, it doesn't take you to your blog. So I realized that if you bring in code for a larger sized image, you can then change the code in the blog html so it displays smaller on the blog, but still uses the larger image when you click on the image and it goes to the blog's lightbox. Remember the issue I was having with the contact page? Couldn't get rid of the social media icons if the contact page code was dumped in as html on a post? There is another way to skin the cat. I made a contact page on my site and linked to that through the blog. Once again, thanks for your help. Don't know if you do this as a volunteer but if you do, it's wonderful. My site wouldn't look the way it does without the help of all the folks who tend to these forums. Best regards, Cynthia
__________________
Cynthia Merzer My Fine Art Photography My Infrared Photography www.CynthiaMerzerPhotography.com |
|
|
|
||
|
#1705
|
||
|
Major grins
|
Quote:
I'm glad I was able to help. Yes, I am helping as a volunteer. There are a couple of people who help out here who work for smug (smug eric, and bobby hero), but most of us are volunteers. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1706
|
|
|
MarkCPhoto
|
Header & Navbar matching issues
Hi Denise
I've got my smugmug site where I want it (with Allen's help!) and am now trying to match my Blogger site... ok so far. I'm having trouble now with the following; 1. Getting my header background to show on my Blog 2. Moving my header logo to the upper right (to match my SM site) 3. Positioning Navbar 4. Activating Navbar clickable links Thanks in advance for your help! Mark |
|
|
|
|
#1707
|
||
|
Major grins
|
Quote:
Code:
<div class="body-fauxcolumns"> --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1708
|
||
|
MarkCPhoto
|
Quote:
No header background or clickable nav still. Thanks for your help... and quick reply! Mark |
|
|
|
||
|
#1709
|
||
|
Major grins
|
Quote:
You will also need to create a div that wraps around the banner and nav and reserves some vertical space for those components. The CSS for your background image is Code:
#my_header_background Code:
<div class="my_header-background"></div> --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1710
|
||
|
MarkCPhoto
|
Quote:
Thanks for the heads up on the typo. Fixed it, but looks like it still didn't show. I really appreciate the help! Mark |
|
|
|
||
|
#1711
|
||
|
Major grins
|
Quote:
I don't really understand what is happening here, but I just did some more playing in the Firefox Web Developer Extension. I put your banner and navbar code as the first thing in the HTML section - before the tag I pointed out before. I had to change the order of the entries, putting the navbar code before your banner code. The background still doesn't show, but the entries are above the blog content and the navbar entries are clickable. This is the order of the code that worked: Code:
<div id="menucontainer"> <ul> <li><a href="http://www.jodicrandellphotography.com/">HOME</a></li> <li> | </li> <li><a href="http://www.jodicrandellphotography.com/ClientPhotos">CLIENTS</a></li> <li> | </li> <li><a href="http://www.jodicrandellphotography.com/Portfolio">PORTFOLIO</a></li> <li> | </li> <li><a href="http://jodicphoto.blogspot.com/">BLOG</a></li> <li> | </li> <li><a href="http://www.jodicrandellphotography.com/gallery/19240960_G83vr2">RAVES</a></li> <li> | </li> <li><a class="customContactButton" href="http://www.jodicrandellphotography.com/customcontact" onclick="return false;">CONTACT</a></li> </ul> </div> <div class="my_header_background"></div> <div class="my_banner_logo"> <a href="http://www.jodicrandellphotography.com"> <img src="http://www.jodicrandellphotography.c...-LTVHFw7-S.png"> </a> </div> Once you get the placement right we should be able to figure out the background problem. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1712
|
|
|
MarkCPhoto
|
Thanks Denise, that's Awesome! It's clickable and looks great... now to tackle the background and a bit of positioning and it should look almost identical.
btw... I learned something about XML. It seems that Blogger is picky and doesn't accept " ", instead I've changed to " "... with the same results as on smuggy! :) |
|
|
|
|
#1713
|
||
|
Major grins
|
Quote:
Blogger is picky! Thanks for the heads up on the  . --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1714
|
|
|
Big grins
|
Help Please
So I was able to get my nav bar working and a header on my blogger but they wont center right.
If they would just center right it would look great! Any ideas on how to fix it so they center? www.lenapetersonphotography.com http://lenapetersonphotography.blogspot.com/ Also if you know of anyway to get the blog and side bar one piece and the same width as the html pages on my smugmug site that would be amazing as well! thank you so much! |
|
|
|
|
#1715
|
||
|
Major grins
|
Quote:
You can adjust the width of your blog by changing the elements noted in the post Stretchy blog format in this thread. You'll want to set the element #outer-wrapper to the width that you are after. --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1716
|
||
|
Major grins
|
Quote:
You have my_header_background and my_banner_logo defined in your CSS as ids (with a #) but referenced in html as a class (with a .). If you change them to a class in the css the background will show, like this: Code:
.my_header_background{
height: 50px;
padding: 0;
background: url(http://www.jodicrandellphotography.com/photos/i-DnGxG5k/2/Th/i-DnGxG5k-Th.png) repeat-x;
}
.my_banner_logo {
width: 400px;
height: 128px;
margin: 0;
background: url(http://www.jodicrandellphotography.com/photos/i-LTVHFw7/2/S/i-LTVHFw7-S.png) no-repeat;
}
Code:
<div class="my_header_background"></div> <div class="my_banner_logo"> <a href="http://www.jodicrandellphotography.com"> <img src="http://www.jodicrandellphotography.c...-LTVHFw7-S.png"> </a> </div> Code:
<div class="my_header_background"> <div class="my_banner_logo"> <a href="http://www.jodicrandellphotography.com"> <img src="http://www.jodicrandellphotography.c...-LTVHFw7-S.png"> </a> </div></div>
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1717
|
|
|
Big grins
|
Now my drop down menu doesn't work any suggestions?!
|
|
|
|
|
#1718
|
||
|
Major grins
|
Quote:
--- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#1719
|
|
|
Big grins
|
The only way I could get the nav bar HTML to work was to select a html widget to put the html code in when I try to put it in directly in the edit HTML code option it says my template could not be parsed as it is not well formed-
I am using this html code and tried putting it before </b:template-skin> </head> here is the html code I am using that wont work. <div class="menu"> <ul> <!-- First Main Menu Item --> <li><a class="drop" href="http://www.lenapetersonphotography.com" title="Lena Peterson Photography">Home<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="http://www.lenapetersonphotography.com/Other/Contact/" title="Contact Me!">Get In Touch</a></li> <li><a href="mailto:lenapetersonphotography@yahoo.com" title="Send Lena Email">Email Me</a></li> <li><a href="http://www.facebook.com/lenapetersonphotography" title="Facebook">Facebook</a></li> <li><a href="http://lenapetersonphotography.blogspot.com" title="Blog">Blog</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <!-- Next Main Menu Item --> <li><a class="drop" href="http://www.lenapetersonphotography.com/portfolio" title="Portfolio">Portfolio<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="http://www.lenapetersonphotography.com/portfolio/babies" title="Newborns & babies">Babies</a></li> <li><a href="http://www.lenapetersonphotography.com/Portfolio/Bellies" title="Maternity">Bellies</a></li> <li><a href="http://www.lenapetersonphotography.com/portfolio/Families" title="Family">The Fam</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <!-- Next Main Menu Item --> <li><a href="" title="About">About<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="http://www.lenapetersonphotography.com/Other/About" title="The Photographer">Lena Peterson</a></li> <li><a href="http://www.lenapetersonphotography.com/Other/Prices" title="Prices & Investment">Investment</a></li> <li><a href="http://www.lenapetersonphotography.com/Other/Payment" title="How To Pay">Payment</a></li> <li><a href="http://pinterest.com/lenapeterson/what-to-wear/" title="Some Style!">What To Wear</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <!-- Next Main Menu Item --> <li><a href="http://www.lenapetersonphotography.com/Other/Calendar" title="Lets Book It!">Calendar<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <!-- Next Main Menu Item --> <li><a href="http://www.lenapetersonphotography.com/Other/Prints" title="Order Art">Prints For Sale<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> <!-- Next Main Menu Item --> <li><a class="drop" href="" title="Order Your prints!">Client Galleries<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="http://www.lenapetersonphotography.com/Other/Clients" title="Order Your Prints!">Client Galleries</a></li> <li><a href="http://pinterest.com/lenapeterson/what-to-do-with-prints/" title="Get Creative!">What To Do With Prints</a></li> <li><a class="drop" href="" title="Product Info">Products»<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <li><a href="http://www.smugmug.com/prints/whcc-standouts">Standouts</a></li> <li><a href="http://www.smugmug.com/prints/whcc-gallery-wraps">Gallery Wraps</a></li> <li><a href="http://www.smugmug.com/prints/whcc-mounted-prints">Mounted Prints</a></li> <li><a href="http://www.smugmug.com/prints/whcc-float-wraps">Float Wraps</a></li> <li><a href="http://help.smugmug.com/customer/portal/articles/93268">Cropping</a></li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> </ul> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> </div> </div> <!-- End Navbar Code --> and it wont work I put the CSS code for it under the #navbar-iframe { height: 0px; visibility: hidden; display: none;} I just need the navbar to work and I'm all done. Thank you so much for your responses and help and i really appreciate it! |
|
|
|
|
#1720
|
||
|
Major grins
|
Quote:
I don't know if you can put your navbar into an HTML widget and have the same functionality as you do in your smug site. I guess it should work; I haven't seen a drop-down nav bar done that way. If you can't save the code in your template that means there is an error in your code. You will need to review your HTML and make sure that the syntax is exactly correct. Every starting tag must be matched with an ending tag. (Smug lets you get away with HTML that isn't quite right; Blogger does not.) --- Denise
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ Last edited by denisegoldberg; Apr-28-2012 at 05:09 PM. |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|