Community Forums › Forums › Archived Forums › Design Tips and Tricks › Adding a Sidebar to Pretty Pictures
Tagged: pretty pictures
- This topic has 8 replies, 3 voices, and was last updated 11 years, 7 months ago by AnitaC.
-
AuthorPosts
-
January 29, 2013 at 5:35 pm #16199BrittanyMember
Is it possible for me to add a sidebar to Pretty Pictures?
I've added one through simple sidebars and when I go to widgets I am able to see it but when I can't see it when I view the live site.
If you could tell me how to do this the correct way, I'd really appreciate it!
January 29, 2013 at 6:20 pm #16207SoZoMemberPretty pictures has all those layout options disabled. You'll find this in functions.php
/** Unregister layouts */ genesis_unregister_layout( 'content-sidebar' ); genesis_unregister_layout( 'sidebar-content' ); genesis_unregister_layout( 'content-sidebar-sidebar' ); genesis_unregister_layout( 'sidebar-sidebar-content' ); genesis_unregister_layout( 'sidebar-content-sidebar' );
Note that there aren't any style rules for the sidebars or those layouts in the style sheet so you've got a bit of work ahead of you getting everything styled.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
January 29, 2013 at 6:54 pm #16224BrittanyMemberThanks for your reply John!
Hmm, I'd like to use the theme to blog our adoption from Africa, and I think I would need the sidebar for such things as our donate button. I love all other aspects of it, but wonder if it's something I can handle.
Any tutorials you know of that might get me started? or quite honestly is it far more than just adding code and I'll likely be in over my head? : )
January 29, 2013 at 7:10 pm #16225SoZoMemberIf you have another theme you could grab the style rules you need from there but if you are unfamiliar with the structure of Genesis or CSS I would recommend going with a different theme that has sidebars. Maybe Minimum? That is really similar to Pretty Pictures.
Or if all you need is a donate button you could put that in the navbar on the right.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
January 29, 2013 at 8:15 pm #16251AnitaCKeymasterBrittany, Sozo is correct. I think you could get what you want from the Minimum theme.
Need help with customization or troubleshooting? Reach out to me.
January 30, 2013 at 12:57 pm #16441BrittanyMemberThanks so much @Antiac & @Sozo. The minimum theme is actually what I currently have installed.
http://www.livelaughstudios.com/blog
I really love the colors, style and femininity of Pretty Pictures that I'm lacking with minimum. Are you familiar with any tutorials that may lead me towards combining the aspects of Pretty Picture that I like (as in the different color post backgrounds) with the minimum theme?
Tutorials on combining the elements of 2 different themes?
January 30, 2013 at 1:00 pm #16445AnitaCKeymasterWhat part of Pretty Pictures do you like? If you want the featured image with the overlaid text - you can get that from Carrie Dils instructions here - http://www.carriedils.com/text-overlay-image/2306.
I think breaking down Minimum would be easier than building Pretty Pictures up since Minimum already has the sidebars and widget areas in there.
Need help with customization or troubleshooting? Reach out to me.
January 30, 2013 at 1:15 pm #16450SoZoMemberYes, much simpler to copy over the CSS from PP to Minimum. I recommend getting the Firebug add on for Firefox or using Chrome's Firebug Lite which will enable you to right click on any element to inspect it and determine the associated style rules. You can then copy those over to the pertinent sections of Minimum's style sheet.
John “Nicolas Flamel” Wright | SoZo’s design| John Wright Photography
January 30, 2013 at 1:19 pm #16453 -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.