Forum Replies Created
-
AuthorPosts
-
Since you’ve removed it from genesis_before_post_content, you’ll need to make your remove action:
remove_action( 'genesis_before_post_title', 'genesis_post_info' );
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou’re very welcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou need to add your action earlier. Try one of these:
add_action( 'genesis_before', 'single_conditional_actions' );
add_action( 'template_redirect', 'single_conditional_actions' );
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookI’m still not clear as to what you are trying to do. Are you looking for the page’s submenu to basically be “open” for display in the custom nav only on that page and subpages? If so, then you can use the menu classes to hide and show things with css. This isn’t complete, but you’ll get the idea:
.sidebar .menu ul {
display: none;
}
.sidebar .menu .current-menu-item ul,
.sidebar .menu .current-menu-ancestor ul {
display: block;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou can also find a list of developers here.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookThis is probably what you are looking for: http://wordpress.org/extend/plugins/be-subpages-widget/
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookWelcome to the new forums!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 21, 2012 at 12:11 pm in reply to: Looking ofr Membership site tips to style like new Studiopress Community Forum #1157The forum is actually bbPress, a plugin for WordPress.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookI don’t see a home-5 in the source code, but I do see home 1-4 disappear when making the window narrower.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou may be able to put something together with Multiple Post Thumbnails, but it will require writing some custom code.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookBasically, just to maintain consistency with the standard Genesis sidebar markup. If you look at the Genesis sidebar.php, you’ll see the same markup.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookI recommend WooCommerce with Genesis Connect WooCommerce. Both of those are free. However, WooCommerce extensions are available for a fee to add additional functionality to the cart. They vary in price, but there is a pretty extensive collection of them at this point. There are also third-party extensions available at CodeCanyon and other sites.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou need to be logged into my.studiopress.com to view the tutorials.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookIt all depends on how you do things. There’s more than one way to skin a cat, but if you do it this way, then it is easy to add a class to the sidebar markup. As for Simple Sidebars, send me a message. I may have something for you to test.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookGreat!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on Facebook -
AuthorPosts