Han
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] SEO Plugins not working with themePlease try the latest version of Omega and see if that fix your issue. @leahjm77’s issue was fixed.
Forum: Themes and Templates
In reply to: [Omega] Site Title and Tagline is duplicatedYou use another Omega theme, not this one. Please contact the theme provider where you purchased it.
Forum: Themes and Templates
In reply to: [Omega] Header Menu Font ColourBetter way to override css, go to “Appearance > Customize > CSS” and insert this code
.omega-nav-menu a, .omega-nav-menu a:hover { color: #008CBA; }
Forum: Themes and Templates
In reply to: [Omega] Site Title and Tagline is duplicatedDo you have any SEO plugin installed? Can you post your site url?
Forum: Themes and Templates
In reply to: [Church] Comments: Change "Leave a reply" to custom textYou can do it using plugin like this, https://www.ads-software.com/plugins/real-time-find-and-replace/
Forum: Themes and Templates
In reply to: [Church] SEO Plugins not working with themeI’ve answered this here
Forum: Themes and Templates
In reply to: [Church] Two columns for textShortcode is not allowed in themes, it’s plugin territory. There are a lot of free shortcode plugin at www.ads-software.com.
Forum: Themes and Templates
In reply to: [Omega] How to resize Omega header sizePlease use themehall contact form to supply your wordpress login, I’ll try to debug.
Forum: Themes and Templates
In reply to: [Omega] How to resize Omega header sizeYou can override the css via “Appearance > Customize > CSS”
.site-header { background-color: transparent; } .site-header > .wrap { padding: 0px 0; }
The Logo upload should work, make sure you didn’t customize the omega theme, create a child theme instead.
Forum: Themes and Templates
In reply to: [Omega] How to resize Omega header sizeI don’t see a banner. Please upload via “Appearance > Customize > Branding > Logo” and I’ll take a look.
Forum: Themes and Templates
In reply to: [Omega] How do I move my menu bar beneath my header image?function omega_theme_setup() { /* Load omega functions */ require get_template_directory() . '/lib/hooks.php'; remove_action( 'omega_before_header', 'omega_get_primary_menu' ); add_action( 'omega_after_header', 'omega_get_primary_menu' ); ............... }
Forum: Themes and Templates
In reply to: [Omega] How do I move my menu bar beneath my header image?within the omega_theme_setup() function
Forum: Themes and Templates
In reply to: [Omega] My menu bar is duplicated!I’ve answered here
Forum: Themes and Templates
In reply to: [Omega] How do I move my menu bar beneath my header image?You need to insert the code inside ‘omega_theme_setup’ function in functions.php of omega theme.
Forum: Themes and Templates
In reply to: [Omega] SEO Plugins not working with themeCan you try this: copy the content of your current homepage to create a new page to replace the current homepage? Then delete the old homepage.