themehit
Forum Replies Created
-
Hi, can you post your site url so we can take a look? Maybe it’s not theme issue.
Forum: Themes and Templates
In reply to: [Custom] ThemeHall theme questions/disappearing menusBecause I saw the inline CSS on your page. Seems it was generated by theme customizer.
Forum: Themes and Templates
In reply to: [Lifestyle] Double Images Showing up on Single postsDid you customize the theme? It looks like a modified version of lifestyle theme
Forum: Themes and Templates
In reply to: [Omega] Single post navigationHi Rosa, can you post your Site/ Page URL?
Forum: Themes and Templates
In reply to: [Church] "about the author" text removalIt looks like that text is not part of the theme. Please check your active plugins.
Forum: Themes and Templates
In reply to: [Church] Where does address go?Hi Chris,
to upload logo, go to “Appearance > Customize > Branding”.
To write text / put image at the top right, you can upload your image via WordPress Media and go to “Appearance > Widgets” and drag Text widget into “Header Right” widget area. Then, you can write html code for image like<img src="your-image-url.jpg" alt="image text" />You can see your image url from WordPress media library
Forum: Themes and Templates
In reply to: [Lifestyle] Double Images Showing up on Single postsHi, I don’t see that issue on my setup. Can you post your site url?
Forum: Themes and Templates
In reply to: [Lifestyle] changelogIt’s in theme folder (lifestyle/readme.txt)
🙂
Forum: Themes and Templates
In reply to: [Lifestyle] Remove dates on postsBlog without date is unusual. You can use Page instead of Post if you don’t want to display date.
If you want to customize the theme and remove the date, create a new file in lifestyle/partials/entry-byline.php
And put this code
<div class="entry-meta"> <span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by', 'lifestyle');?> <?php the_author_posts_link(); ?></span> <?php echo omega_post_comments( ); ?> <?php edit_post_link( __('Edit', 'lifestyle'), ' | ' ); ?> </div>Forum: Themes and Templates
In reply to: [Lifestyle] Can a StumbleUpon button be added?The “share this” buttons are not part of the theme. It must be added by plugin. Please check your active plugin
Forum: Themes and Templates
In reply to: [Lifestyle] Page titles not showing@jenstew84, sorry about the issue, a new version has been released to fix the issue. You should see update notification shortly.
Forum: Themes and Templates
In reply to: [Lifestyle] title do not displayHi @numerosix and@jenstew84, sorry for the delay response. A new version has been released to fix the issue. You should see update notification shortly.
Forum: Themes and Templates
In reply to: [Custom] ThemeHall theme questions/disappearing menusIt looks like you overrode the default theme style.
To fix this, go to “Appearance > Customize > CSS” and insert below codea:hover, .omega-nav-menu a:hover, .entry-title a:hover, a.more-link, .nav-primary ul.sub-menu a:hover { color: #1583cc !important; }Let me know goes it goes.
Forum: Themes and Templates
In reply to: [Omega] show comments on home page / front pageNormally comments show on the blog post detail page. You can put “Recent comment” widget to the right sidebar.
Forum: Themes and Templates
In reply to: [Custom] ThemeHall theme questions/disappearing menusHi, can you post your site url so we can take a look?