I just switched to this theme and am very new at this. How does the gray picture box get populated? When I changed from my old theme all the boxes were blank. The only way I can find to put a picture there is by picking a featured image but that also causes a huge picture to appear at the top of the post. Otherwise I think the theme looks great. Thank you!
]]>Hello, As recommended the new styles are being used. On the Home.php I modified the thumbnail size to – the_post_thumbnail(‘thumbnail’);
This style sheet set the image to the left with 25px between the image and the text. I am trying to use the style – display: inline-block;
so that the text does not wrap under the image on the home page but stays in a straight column down the page like this:
https://jsfiddle.net/jasongennaro/SK9ad/
Thoughts?
/* Sets the image on the home page to the left and to set the text to the right of the image by 25px */
.home-thumbnails {
float: left;
margin-right: 25px;
display: inline-block;
}
When a user clicks on a Category, I want it to have the same look as the home page, what pages would I have to edit to do this? Thank you!
]]>I don’t see how to create a two-column home page. If I don’t want to use an image for a post, how do I get rid of the grey image block?
]]>I am very like your theme,but now I need localize some words into Chinese,
e.g _e('Home','spi')
I want wo display word Home in Chinese,
so could you provide the *.po file or other workaround?
Thanks
]]>I need to make the display images of my blogs clickable and/or the title of each blog clickable. How do I alter this in the code?
The current version only offers a clickable link in the “read more” button.
Thanks!
]]>