themehall
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Church] Doesn't support HTTPS properlyHi @benyanke, thanks for your report. New version has been uploaded to fix Google Font https issue.
Forum: Themes and Templates
In reply to: [Omega] Single post navigationHi Rosa, you can only copy files from partials folder to your child theme.
The good news is we have moved the single post navigation code into partials/single-nav.php so you can copy it to your child theme.
Please update your omega theme to get the new template parts.
Hi Sunako,
I believe your issue has nothing to do with Omega update. Logo setting is theme feature so you need to setup logo when you switch theme / child theme.
Create sidebar\content layout requires template file creation and custom CSS. You can learn from church theme. Copy all files of Omega to create a child theme is not recommended and might not work.Forum: Themes and Templates
In reply to: [Omega] Single post navigationFYI, in the next release we are going to move the single post navigation to a template part so you can customize it via child theme. Please stay tune.
Forum: Themes and Templates
In reply to: [Omega] Single post navigationHi Rosa, the code is in omega/lib/functions/template-tags.php, lines 41-42
Forum: Themes and Templates
In reply to: [Church] Menu IssuePlease go to “Appearance > Customizer > Color” and change the Secondary Background color, don’t use white.
Forum: Themes and Templates
In reply to: [Church] Menu IssueHi, can you post your site URL so we can see the problem?
Forum: Themes and Templates
In reply to: [Omega] Swap order of comments and post navigation?Awesome!
If you create your own child theme, functions.php is the right place to put that code ??Forum: Themes and Templates
In reply to: [Omega] Swap order of comments and post navigation?You can try this: activate code snippets plugin, add a snippet using the following code, save and activate.
function omega_theme_custom_setup() { remove_action( 'omega_after_loop', 'omega_content_nav'); add_action( 'omega_after_loop', 'omega_content_nav'); } add_action( 'after_setup_theme', 'omega_theme_custom_setup',11 );
Forum: Themes and Templates
In reply to: [Omega] How to access the loopHi Rachel,
There are theme options to display excerpts and read more button. To find that options, go to “Appearance > Customize > Post”The code above is WordPress Action Hook. If you are familiar with WordPress action, you can dig more into Omega Hooks by searching for specific action in the code using your code editor search tool.
Forum: Themes and Templates
In reply to: [Church] adding image to bannerHi Ray, go to “Appearance > Widgets” and drop Text widget into “Header Right” widget area. You can put an image there as well
Forum: Themes and Templates
In reply to: [Omega] Navigation not usable on a tabletHi Michael,
Can you check this mobile menu resolution.The demo doesn’t have sub menu as Omega parent theme was created as starter theme. Most Omega child themes support sub menu on mobile device.
Forum: Themes and Templates
In reply to: [Omega] Navigation bar not appearing on mobileDid you customize the theme? It looks great on my install and on the theme preview as well
Forum: Themes and Templates
In reply to: [Omega] padding around logo on Hotel child themeI saw that you solved your question with custom CSS. Looks great ??
Forum: Themes and Templates
In reply to: [Omega] Showcase rooms in Hotel child themeHi,
That feature is plugin territory and is not allowed in theme. Please find one that fit your need in the plugin directory.