themehit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] static (sticky) navigation in headerodd, it worked for me. Can you post your site url?
Forum: Themes and Templates
In reply to: [Omega] static (sticky) navigation in headerodd, it worked for me. Can you post your site url?
Forum: Themes and Templates
In reply to: [Omega] Swap order of comments and post navigation?You need to copy comment.php from omega parent theme folder into your child theme folder and switch the order accordingly.
Forum: Themes and Templates
In reply to: [Omega] Menu on showingHi Erin,
Go to “Appearance > Menus” to manage your menu items.Check WordPress Menu User Guide
Great work btw, I almost didn’t recognize you use lifestyle theme
Forum: Themes and Templates
In reply to: [Church] Want a Nav menu in one lineI don’t see the issue. Have you fixed it?
Forum: Themes and Templates
In reply to: [Omega] static (sticky) navigation in headerHi, try this
.nav-primary { position: fixed; width: 100%; background-color: #fff; } .site-header { margin-top: 80px; }Hope that helps
Forum: Themes and Templates
In reply to: [Omega] Navigation bar not appearing on mobileyou need to remove “
position: absolute;” from your “.title-area” custom cssForum: Themes and Templates
In reply to: [Lifestyle] Some shortcodes don't workThis doesn’t look like a theme issue. Plugin shortcodes should work on any theme. Have you activated the plugins?
Forum: Themes and Templates
In reply to: [Lifestyle] Bold font in posts not showing in html?Hi Jesseff, I can see your bold text at http://www.thetravelrogue.com/travelogue-commence/
Forum: Themes and Templates
In reply to: [Lifestyle] Full width option?You can choose Full Width template per page basis. Not applicable for blog post. If you want to remove sidebar site wide, go to “Appearance > Customize > CSS” and insert the following code
.content { width: 100%; padding-right: 0; } .sidebar { display: none; }Hi, the theme author just submitted the latest Omega Theme v 1.2.7 for review. It will fix your issue.
Forum: Themes and Templates
In reply to: [Lifestyle] [PATCH] Use protocol-relative URLs in cssHi felfert,
Thanks for your feedback. New version has been submitted for review.