Forum Replies Created
-
AuthorPosts
-
han
Keymasteryes 🙂 . Btw, that link only visible to logged-in user with ‘edit post’ privilege.
han
KeymasterHi, you can add this css code
.nav-primary { display:none; } #cse-search-box input[type="text"]{ padding: 16px; background-position: 16px; width: 200px; }han
Keymasterfor first line of entry-meta, you can modify entry-byline.php as follow
<div class="entry-meta"> <?php if (is_multi_author()) { echo omega_apply_atomic_shortcode( 'entry_author', __( 'Posted by [post_author_posts_link] ', 'church' ) ); } else { echo omega_apply_atomic_shortcode( 'entry_author', __( 'Posted ', 'church' ) ); }?> <?php if ( omega_get_setting( 'trackbacks_posts' ) || omega_get_setting( 'comments_posts' ) ) { echo omega_apply_atomic_shortcode( 'entry_byline', __( 'on [post_date] [post_comments zero="Leave a Response" one="%s Response" more="%s Responses"] [post_edit before=" | "]', 'omega' ) ); } else { echo omega_apply_atomic_shortcode( 'entry_byline', __( 'on [post_date] [post_edit before=" | "]', 'omega' ) ); } ?> <?php omega_post_terms( array( 'taxonomy' => 'category', 'text' => __( 'Posted in: %s', 'omega' ) ) ); ?> <?php omega_post_terms( array( 'taxonomy' => 'post_tag', 'text' => __( 'Tagged: %s', 'omega' ), 'before' => '| ' ) ); ?> </div><!-- .entry-meta -->han
Keymastercan you post your site url?
han
KeymasterWhat theme you use?
han
KeymasterYou need to copy these two files (and its folder) from omega theme into your church theme folder and modify them as you like.
– partials/entry-byline.php
– partials/entry-footer.php
you can remove all the code in entry-footer.php and put the code into entry-byline.phphan
KeymasterI am not sure what you’re trying to accomplish, but ‘position:absolute;’ seems not right. try position:relative and use pixel for height.
March 7, 2014 at 2:04 am in reply to: Church Theme – Text Compressed In Home Banner Widget Area #1867han
KeymasterHi Rob, go to “Appearance > customize > css” and add this code
.banner { line-height: 1.6; }han
KeymasterCan you post your site url? Try go to “Appearance > header” to see if the image is not empty.
han
KeymasterHi Jen, can you post your site url?
han
KeymasterHi, thanks for using church theme. To add slideshow to homepage, go to “Appearance > Widget” and add your slideshow widget to “Home Banner” widget area.
han
KeymasterHi Arthur, go to “Appearance > Customize > CSS” and add this code (feel free to change the color)
body a{ color:blue; }han
KeymasterI need access to your WordPress admin to diagnose. Please send your WordPress login via contact form, http://themehall.com/contact
February 23, 2014 at 2:18 am in reply to: need help : how do i remove the search box from the header? #1812han
KeymasterWhat’s your theme name?
han
KeymasterIt must be conflict with other plugin. Please disable all other plugins and try jetpack form with church theme.
-
AuthorPosts
