• Hi! Like many members, I am seeking the advice of those of you with more experience than myself, which would be…ummm…EVERYONE! : )
    That said, can anyone tell me where to find the parameters for the image size in the “Autofocus” theme, so I can insert into the template the proper size photo to accommodate it? I am leaving my site “as is” so you can view the problem – which is embarrassingly obvious…roxiepoynor.com. Also, could you possibly direct me how to switch positions with the lower two photos (moving the lower right to the lower left, and vice versa). Thanks very much for any advice and support! I appreciate it! In the meantime, I’ll keep studying my “WordPress for Dummies” bible!

Viewing 1 replies (of 1 total)
  • Hi Amatutti,

    To resize the bottom two images you need to go to the ‘appearance’ tab on the right and click ‘editor’.
    Open ‘stylesheet’ and scroll down to:

    /* Image Grid for the Home Page */

    When you get there you’ll see each image has a grid number. To resize your bottom two images you’ll need to increase the pixels widths for images 5 & 6.
    To make them equal and fill the whole space try something along these lines:

    .blog #content .hentry.p5 {width:394px;}
    .blog #content .hentry.p6 {width:394px;margin-right:0;}

    To switch the lower left and lower right images, change the publish dates in the ‘Edit Post’ section. The more recently the post was published then the higher up the page it will be.

    If you also decide you want to remove the comment box from posts which may not need comments then go to ‘Single Post’ and remove:

    // calling the comments template
    thematic_comments_template();

    ,,,from under the ‘single_top’ and above the ‘single-insert’ actions.

    Hope this helps,
    DotKate

Viewing 1 replies (of 1 total)
  • The topic ‘Autofocus Theme Image Problem’ is closed to new replies.