Forum Replies Created
-
AuthorPosts
-
han
KeymasterDo you see the sidebar when WP touch disabled?
han
KeymasterYou can download Omega 1.0.3 here or wait WPTRT (WP Theme Review Team) to update the theme repository.
han
KeymasterGo to church theme functions.php and replace
add_theme_support( 'omega-footer-widgets', 4 );
with
add_theme_support( 'omega-footer-widgets', 3 );han
KeymasterInsert this code into functions.php, and replace ‘9’ with your selected category id.
function my_home_category( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', '9'); } } add_action( 'pre_get_posts', 'my_home_category' );han
KeymasterIn the Settings>discussion, you’ll see this option: “Allow people to post comments on new articles (These settings may be overridden for individual articles.)” If this box is not checked, all future post comment will be disabled.
To change the comment settings for a post or page you already published, first locate the post/page you want to edit on the Posts or Pages page, then, locate the Discussion module on the edit screen, and either check or uncheck the options it offers.
To reduce spam comment, you can use akismet plugin, or cookies for comments.han
KeymasterTo restore default image, go to “Appearance > Header” and click “Restore Original Header Image”
han
KeymasterGo to “Appearance > Customize > CSS and drop this code
.omega-nav-menu { text-align: center; }han
KeymasterI don’t see any sidebar from my iphone. Did you fixed it?
han
KeymasterThis option is now added to Omega 1.0.3. Go to “Appearance > Customize > Posts” to enable the single post links
han
KeymasterGo to “Appearance > Customize > CSS, and drop this code
.site-header {display: none;} .site-inner {padding-top: 0;}han
KeymasterPlease read the reason here
han
KeymasterInsert these lines into alpha_theme_setup function.
remove_action( 'omega_before_header', 'omega_get_primary_menu' ); add_action( 'omega_after_header', 'omega_get_primary_menu' );han
KeymasterTry this
.site-footer { border-top: 1px solid #F5F5F5; color: #666; padding: 20px 0px; text-align: center; position: fixed; bottom: 0px; width: 980px; background: #fff; }han
KeymasterThe errors are not from Omega theme, please contact wpml support.
han
KeymasterYou can find and replace the text in content.php and all content-postformat.php files.
-
AuthorPosts
