Forum Replies Created
-
AuthorPosts
-
November 7, 2013 at 5:16 pm in reply to: Add widget areas above the content sidebar on home page #71567
CJWheels
MemberPerhaps I misunderstood. I thought I could just add a 4th widgeted area to the function that had the three widgets. Sounds like I have to write another set of code for that 4th one. I'll try that.
CynthiaNovember 7, 2013 at 2:52 pm in reply to: Add widget areas above the content sidebar on home page #71541CJWheels
MemberOK Brad, that worked brilliantly! http://creating.howtorockyourblog.com/
I would like to add one last widget box directly below it spanning the site for an instagram stream. I tried adding:
genesis_register_sidebar( array(
'id' => 'featured-four',
'name' => __( 'Featured 4 - After Header', '$text_domain' ),
'description' => __( 'This is the featured 4 section.', '$text_domain' ),
) );and:
genesis_widget_area( 'featured-four', array(
'before' => '<div class="featured-four widget-area">',
'after' => '</div>',
) );and it bonks the site...I am so close on this one! Thanks for helping:)
CynthiaNovember 6, 2013 at 6:59 pm in reply to: Add widget areas above the content sidebar on home page #71352CJWheels
MemberI want them side by side, and I only want them on the home page. Currently they are home page, just can't figure out how to place them below the nav, and above the content sidebar.
CynthiaCJWheels
MemberI ended up taking out the logo, then just coding the image into the menu. That way, you can place it wherever the client wants. Thanks for your help:)
CynthiaOctober 26, 2013 at 4:37 pm in reply to: Remove all area below background image and just have footer, Minimum Pro #69164CJWheels
MemberI hadn't thought through mobile yet. I know that Minimal Pro is mobile, and this specific work around did exactly what I wanted and made the background image mobile to boot. Score!
Thanks so much for your help!
CynthiaOctober 26, 2013 at 10:00 am in reply to: Remove all area below background image and just have footer, Minimum Pro #69101CJWheels
MemberI found this, and it worked great: http://sridharkatakam.com/setting-responsive-image-place-background-minimum-pro/
Now the image is mobile responsive, and doing what I want. Hope this helps anyone in the same boat:)
CynthiaOctober 25, 2013 at 8:45 pm in reply to: Remove all area below background image and just have footer, Minimum Pro #68993CJWheels
MemberI appreciate the help, but that didn't work on my site. It's possible I missed something. There isn't much write up on that page.
Cynthia
CJWheels
MemberThat did it, thanks so much Lynne!
CynthiaCJWheels
MemberI should mention, the modificaitons I made are pretty close. It's just that now on iPhone and iPad, the sidebar is being kicked down. If I can just get that sidebar back, I'd be done.
Thanks!
CynthiaOctober 24, 2013 at 9:01 am in reply to: Add search bar to secondary nav, and make header clickable #68627CJWheels
MemberThanks so much for your help. I was able to get the header to work no problem.
Still not able to get the search in the secondary nav to show. I did try the link you provided, and it just doesn't do anything. Any ideas on that search box?
http://illustrationstockyard.com/
Thanks!
Cynthia -
AuthorPosts