NoNameAsCannotDeleteSoddingAccount
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do you make excerpts with a graphic on the main page?Sorry, the link above should simply be http://www.yellowfields.co.uk (now live). Is the problem sorted?
Forum: Themes and Templates
In reply to: more>> link in grid viewOption 2 works. When editing your posts, simply place the ‘more’ code (
<!--more-->) after the first para and that is all you will see in grid view.Forum: Themes and Templates
In reply to: when i posting, I have small problemI think the solution is much simpler than this. Simply edit the index.php file. Near the top there is this code:
$max_col = 1; // max column size (style div.x1 ~ xN)By deafult it is set to 2. Change it to 1, as above. This will ensure the grid view (images) are restricted to one column and not spread over 2, or 3.
Your website never showed a panda image, but I think this is perhaps the answer you are looking for.
Forum: Themes and Templates
In reply to: Question about TanzakuYou only need to modify the CSS file. Under the ‘layout’ section adjust the width to what you want (in multiples of the single column width) in the relevant container references, and also the footer as well as it sits outside the main container, I think. I also commented out the div.x4 reference in the section of Grids. All worked fine for me.
Forum: Fixing WordPress
In reply to: How do you make excerpts with a graphic on the main page?I’m developing a new site with this cool theme. Simply ensure your image is the first item in your post. The functions in the theme resize it to create a thumbnail for the grid view. It then appends the following text up to the ‘more’ shortcode.
Have a look at my development site at http://www.yellowfields.co.uk/blog/
There are some notes in the code in both the index and function file that the developers have inserted. Easy to overlook, though. Hope that helps.
Forum: Fixing WordPress
In reply to: No 404 / blank screenThanks Esmi. I had created a 40.php template file and added it within the theme… to no avail. However, I will look at including the 404 message block in each template. Thanks. I’ll let you know if I can crack it. I’m a WP novice!