han

Forum Replies Created

Viewing 15 posts - 286 through 300 (of 434 total)
  • Author
    Posts
  • in reply to: 2 questions #1892
    han
    Keymaster

    yes 🙂 . Btw, that link only visible to logged-in user with ‘edit post’ privilege.

    in reply to: How can I delete header navigation on Omega ? #1886
    han
    Keymaster

    Hi, you can add this css code

    .nav-primary {
      display:none;
    }
    #cse-search-box input[type="text"]{
      padding: 16px;
      background-position: 16px;
      width: 200px;
    }
    in reply to: 2 questions #1885
    han
    Keymaster

    for 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 -->
    in reply to: Links color (CSS) #1871
    han
    Keymaster

    can you post your site url?

    in reply to: Can I turn off the responsive functions? #1870
    han
    Keymaster

    What theme you use?

    in reply to: 2 questions #1869
    han
    Keymaster

    You 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.php

    in reply to: Transparent color layer over header image #1868
    han
    Keymaster

    I am not sure what you’re trying to accomplish, but ‘position:absolute;’ seems not right. try position:relative and use pixel for height.

    han
    Keymaster

    Hi Rob, go to “Appearance > customize > css” and add this code

    .banner {
        line-height: 1.6;
    }
    in reply to: After latest update header image gone #1855
    han
    Keymaster

    Can you post your site url? Try go to “Appearance > header” to see if the image is not empty.

    in reply to: Background image #1853
    han
    Keymaster

    Hi Jen, can you post your site url?

    in reply to: Adding Slider banner #1831
    han
    Keymaster

    Hi, thanks for using church theme. To add slideshow to homepage, go to “Appearance > Widget” and add your slideshow widget to “Home Banner” widget area.

    in reply to: Links color (CSS) #1830
    han
    Keymaster

    Hi Arthur, go to “Appearance > Customize > CSS” and add this code (feel free to change the color)

    body a{
    color:blue;
    }
    in reply to: church odd header #1814
    han
    Keymaster

    I need access to your WordPress admin to diagnose. Please send your WordPress login via contact form, http://themehall.com/contact

    in reply to: need help : how do i remove the search box from the header? #1812
    han
    Keymaster

    What’s your theme name?

    in reply to: Error with Jetpack Contact Form #1811
    han
    Keymaster

    It must be conflict with other plugin. Please disable all other plugins and try jetpack form with church theme.

Viewing 15 posts - 286 through 300 (of 434 total)