themehit
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Lifestyle] Limit Post Excerpt Length By CharacterHi Nikki,
You can find the option to limit post excerps under “Appearance > Customize > Posts”Forum: Themes and Templates
In reply to: [Custom] how to add subject topic under header photo not upHi, not sure I understand your request. Could you please elaborate?
Forum: Themes and Templates
In reply to: [Church] Sudden header Image Issue in WP 4.4I don’t see the issue. Your header image is different from post featured image. Please clear your browser cache
Forum: Themes and Templates
In reply to: [Lifestyle] Should I create a child theme to a child theme?You can customize by line section by copying entry-byline.php from omega/partials/entry-byline.php into lifestyle/partoals/entry-byline.php and remove this
<span <?php omega_attr( 'entry-author' ); ?>><?php echo __('by ', 'omega'); the_author_posts_link(); ?></span>Btw, the site is not using lifestyle theme
Forum: Themes and Templates
In reply to: [Church] Sudden header Image Issue in WP 4.4Can you post your site url?
Forum: Themes and Templates
In reply to: [Lifestyle] Main post image duplicateHi,
New version of lifestyle theme has been uploaded to fix this issue.
You can download the latest version from the page above or wait for update notification via WordPress admin.Forum: Themes and Templates
In reply to: [Omega] Featured Image Showing Up in Single Posthi blacknotions, post the issue to lifestyle forum
Forum: Themes and Templates
In reply to: [Lifestyle] centering widget social media iconsAwesome! Marking is as resolved. Thanks WEN Solutions
Forum: Themes and Templates
In reply to: [Lifestyle] change the number of blog posts per pageAwesome! Marking is as resolved (Let us know if that is not the case)
Forum: Themes and Templates
In reply to: [Lifestyle] making post background whiteHi, try this
.entry.sticky { padding: 0; background: #fff; }Cheers
Forum: Themes and Templates
In reply to: [Omega] Need help to change the copyright.You can use Omega custom footer plugin
Forum: Themes and Templates
In reply to: [Omega] Omega theme troubles on Chrome for iOSIt looks great on my iphone. Did you fix it? great work
Forum: Themes and Templates
In reply to: [Omega] Omega theme troubles on Chrome for iOSCan you provide your site url?
Forum: Themes and Templates
In reply to: [Omega] Changing widget titles to H2Hi, changing widget titles to h2 is not good for your site accessibility (SEO wise). Why you want to do it?
It’s easier to change the style (CSS).Forum: Themes and Templates
In reply to: [Omega] Most recent post larger than othertry to add .home.paged to reset the width back to normal.
.home .entry:first-child, .blog .entry:first-child { font-size: 130%; } .home.paged .entry:first-child { width: 100%; }