Michael
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the Navbarhere is the answer, add this to you functions.php child
add_filter( 'tc_tagline_display' , 'my_link_in_tagline'); function my_link_in_tagline() { global $wp_current_filter; ?> <?php if ( !in_array( '__navbar' , $wp_current_filter ) ) :?> <div class="container outside"> <h2 class="site-description"> <?php bloginfo( 'description' ); ?> </h2> </div> <?php else : //when hooked on __navbar ?> <h2 class="span7 inside site-description"> <?php bloginfo( 'description' ); ?> </h2> <?php endif; ?> <?php }
modify as stated! Thanks to theme&co website for the answer!
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarHi friends can someone help point me in the right direction,
I believe this is the code for my verson:/** * Displays the tagline. This function has two hooks : __header and __navbar * * * @package Customizr * @since Customizr 3.0 */ function tc_tagline_display() { if ( '__header' == current_filter() ) { //when hooked on __header $html = sprintf('<div class="container outside"><%1$s class="site-description">%2$s</%1$s></div>', apply_filters( 'tc_tagline_tag', 'h2' ), apply_filters( 'tc_tagline_text ', __( esc_attr( get_bloginfo( 'description' ) ) ) ) ); } else { //when hooked on __navbar $html = sprintf('<%1$s class="%2$s inside site-description">%3$s</%1$s>', apply_filters( 'tc_tagline_tag', 'h2' ), apply_filters( 'tc_tagline_class', 'span7' ), apply_filters( 'tc_tagline_text ', __( esc_attr( get_bloginfo( 'description' ) ) ) ) ); } echo apply_filters( 'tc_tagline_display', $html ); } }//end of class
How woulde I modify this code to add the search bar where the site description was?
Thanks for any help
Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundHi, you add this code in custom css option, click the “Customize it” then click Custom CSS, add the code.
Forum: Themes and Templates
In reply to: [Customizr] Color change of the menu bar and the body backgroundHi batharoy,
How do you get the menu tabs to stay highlighted when you click on a page tab in the menu bar, for example, when you mouse over a tab it highlights the tab but when you go to the page, the tab it goes to doesn’t stay highlighted
Forum: Themes and Templates
In reply to: [Customizr] Edit the words "Subscribe to my feed"Hi RD, thanks for taking the time to respond, okay, it must be in the wordpress core files, words appear when the mouse curser moves over the feed icon that customizr uses.
Forum: Themes and Templates
In reply to: [Customizr] Remove Horizontal Line in Posts NavHi RDellconsulting!
I really appreciate your response! And solution, you rock!These template functions, is what I mean, where do I place them?
■get_comment_author_twitter_id($comment_id) – Get the Twitter id of the comment author
■comment_author_twitter_id($comment_id) – Print the Twitter id of the comment author
■get_comment_author_twitter_url($comment_id) – Get the Twitter profile url of the comment author
■comment_author_twitter_url($comment_id) – Print the Twitter url of the comment author
■get_comment_author_twitter_profile_image($comment_id) – Get the twitter profile image url of the comment author
■comment_author_twitter_profile_image($comment_id) – Print the twitter profile image url of the comment author
■get_twitter_profile_image($twitter_username) – Get the twitter profile image of a user using twitter idForum: Your WordPress
In reply to: Feedback for a new websiteIf you took the shot of you in the desert and cut it to header size and used it as the header instead of the open grey, then darken the navigation background on scroll over, then use another passionate shot to replace the desert shot you would use with the header, it would be stunning, right now, its great!
Forum: Your WordPress
In reply to: My new American Idol Siteprofessional job
Forum: Your WordPress
In reply to: Leading to Excellence – Write with us about Practical Spiritual WisdomI wanted to delve in but the share boxes were completely in the way. i mean in the middle of the screen, i am viewing through ie8 and chrome and i checked with firefox, do you need a screen shot?
Forum: Your WordPress
In reply to: Looking for a critique of my siteI’ll be honest, it is good, I liked it as a basic observer point of view, the colors work well.
Forum: Your WordPress
In reply to: My new site using WordPressI see, and the current image slider, I noticed you added, nice touch
Forum: Your WordPress
In reply to: My first website using WordPress CMSgreat stuff!
Forum: Your WordPress
In reply to: I need feedback Check out my sitegreat job. perfect design
Forum: Your WordPress
In reply to: Launched New Site Yesterday, would like feedbackvery nice.