Forum Replies Created
-
AuthorPosts
-
June 14, 2016 at 4:53 pm in reply to: Need to convert this Single Post Template to Genesis Framework? #187546
rogger
MemberThanks Victor, I do understand. I was just looking around if anybody can guide me. I will try codeable.
April 27, 2016 at 12:46 pm in reply to: Display Author Box conditionally using ACF CheckBox Custom Field #184549rogger
MemberHi Brad, I want that only on the posts where i tick the custom field Author Box, it will show up. Otherwise...It gets hidden. Thanks
October 31, 2015 at 1:29 pm in reply to: How to add or change class in Genesis Child themes? #169754rogger
MemberThanks Victor For your awesome help. Actually, I am trying to put
Logo + Nav Primary Menu + Social Icons + Search Button inside header. What i tried is to add custom header with the help of some previous support tickets on this forum. However, I haven't achieved what i am looking for yet. Here is my code.
remove_action('genesis_header', 'genesis_do_header'); remove_action('genesis_header', 'genesis_header_markup_open', 5); remove_action('genesis_header', 'genesis_header_markup_close', 15); add_action('genesis_header', 'custom_header'); function custom_header() { ?> <header class="site-header" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div class="wrap"> <div class="logo-wrap"> <a href="#" alt="My Revies"> <img src="/logo.png" title="My Reviews"></a> </div> </div> </header> <?php }
Now i need some code to put nav-primary and social icons in this code. Thanks again for your awesome support.
rogger
MemberThis reply has been marked as private.rogger
MemberTrue and you solved it. Thanks alot. Can i have a sample code of this library category to continue my journey. Thanks again
rogger
MemberThanks, Similar is the case with with Books Category, I want to show sub categories with thumbnails in the main category page.
Any ideas?
rogger
MemberHere is the link http://tenocation.com/wp-content/themes/wps/images/icon-comment.png
rogger
MemberI am still looking for a solution from all the studiopress members. Any support will be appreciated. Thanks
-
AuthorPosts