Forum Replies Created
-
AuthorPosts
-
han
KeymasterGo to “Appearance > Customize > CSS”, and put the code below (feel free to change the hex color),
.navbar-inverse { background-color: #555; border-color: #555; }han
Keymaster- Create a new page for blog (You can name it “Blog”), and set “Layout” to either “Content / Sidebar” or “Sidebar / Content”
- Go to “Settings > Reading” and set “the static pages” for front page and post page (blog), more info
- Go to “Appearance > Customize > Layout”, select “Content” for Global Layout
han
KeymasterIf your blog page is not on the front page, you can set the blog page layout differently from the default layout (via customizer)
han
KeymasterYou can insert this code into functions.php of your child theme,
add_filter( 'theme_mod_theme_layout', 'my_theme_layout', 11 ); function my_theme_layout( $layout ) { if ( is_singular('post')) { $layout = '1c'; } return $layout; }han
KeymasterGo to “Appearance > Customize > CSS” and add this code
.sidebar { color: #333; }han
KeymasterThe issue has been fixed. Please download the latest Omega theme or wait update notification once the WP theme repo is updated.
September 12, 2014 at 3:07 am in reply to: Create functions.php in church to change text on password protected page #2572han
KeymasterHi Jeannie, not at the end, but right before the last closing
?>han
KeymasterHi Kris, celebrate theme is compatible with 4.0. Try to disable plugins and see if the issue gone.
han
KeymasterIt doesn’t look like one of my themes. Please check the theme author.
han
KeymasterYes you could. Go to “Appearance > Customize > Footer” and put your text. If you want to insert image, you need to use this code
<img alt="your-image-title" src="path-to-your-image.png" />August 26, 2014 at 9:04 am in reply to: Google fonts in Church theme no longer rendering in some browsers #2547han
KeymasterTry to clear browser cache and check again.
han
KeymasterHi Keith, if you use ‘Omega Child’ theme, you only need to insert this code into ‘omega_child_theme_setup’ function.
remove_action( 'omega_before_header', 'omega_get_primary_menu' ); add_action( 'omega_after_header', 'omega_get_primary_menu' );han
KeymasterGo to “Appearance > Customize > CSS” and drop this code
.home .entry-header { display:none; }han
KeymasterGlad it was fixed. Nice site, love the pictures!
3,258px x 1,413px header image is huge and hurt your site performance. If you could resize the header image to 980px × 425px and reupload it, it will speed up your site, improve SEO and better user experience. Just a suggestion 🙂han
KeymasterGo To “Appearance > Customize > CSS” and drop this code
.footer-widgets .col-4 .widget-area { padding: 0; width: 100%; } -
AuthorPosts
