petemcal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Hatch] How to make hover titles appear permanently?Thanks for your help. Problem has been resolved 🙂
Forum: Themes and Templates
In reply to: Can't get featured images to change size in the hatch themeSeems to be working now. Using the code quoted above… No idea why it didn’t work before.
Hope someone can get use out of the provided information if they’re having the same problem anyway.
Pete.
Forum: Themes and Templates
In reply to: Can't get featured images to change size in the hatch themeAnyone able to help please? Even just a pointer in the right direction would go a long way!
Forum: Themes and Templates
In reply to: [Theme: Hatch] Text problem on homepageHi thanks for this, it turns out filling in this box here did it /wp-admin/profile.php
Thanks for your help! I really appreciate it.
Forum: Themes and Templates
In reply to: [Theme: Hatch] Text problem on homepageHi thanks for you reply. I’ve already checked those settings.
The appearance > Theme settings has the following options:
Favicon, logo, author, font family, font size, link color, custom css, footer settings.As for the widgets I can’t see any placement that would go to the place where the text is in the theme demo. However the text widget would possibly be what was used?
Here is a screen shot of the widget selection:
http://i685.photobucket.com/albums/vv214/petemcal/screen.jpg
Forum: Themes and Templates
In reply to: How do I make the author and date not visible on all postsUpdate I have figured this out.
For other people’s reference who want to remove the author, date, category etc you remove the lines of code that look like this:
<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published before="Date: "]', 'hatch' ) . '</div>' ); ?> <?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-author before="Author: "]', 'hatch' ) . '</div>' ); ?>This code can be found in the post.php file in the wp-content/themes/hatch folder.