logo

$5
image frustration with autofocus+ theme

I'm new to wordpress and I'm creating a simple site with the autofocus + theme. The site is lisa-gerber.com. I like the way the page looks, but I'm not using it to blog. I understand that all photos on the main page are added by creating a new post. Fine, that works for me. But when I click a photo from the main page, I do not want any text (the word 'Browse', the 'filed under', the 'bookmark') or a second thumbnail of the same picture. I like that the photos can be viewed almost as a slideshow, but I want it to be simple and clean without anything else on the page. Any suggestions? Is this something that needs to be edited by going deep into code (Appearance --> Themes --> Editor)? If so, I'm scared.

Thank you in advance for any help you can provide!

Lisa Gerber | 07/13/10 at 3:18pm | Edit


(3) Possible Answers Submitted...

  • avatar
    Last edited:
    07/13/10
    4:49pm
    Oleg Butuzov says:

    deleted

    Previous versions of this answer: 07/13/10 at 4:49pm

    • 07/13/10 3:32pm

      Oleg Butuzov says:

      select index.php or single.php find that code and just remove it.

  • avatar
    Last edited:
    07/13/10
    3:43pm
    Pippin Williamson says:

    By editing the template a little bit, you could do this really easily.

    If you're willing to up the prize money to $25, I'd edit the files for you and get everything working perfect for you.

    • 07/13/10 3:29pm

      Lisa Gerber says:

      So it is a matter of editing code? How would this work? Do I send you all of the theme files associated with autofocus +?

    • 07/13/10 3:33pm

      Pippin Williamson says:

      Yes, it's a matter of editing the code. You could either send me the theme files (best would be to compress the folder into a .zip file) and email them to me at pippin@pippinspages.com, or you could provide me with a user name a password that would allow me to login into your WordPress and I could edit the files from the built-in code editor.

  • avatar
    Last edited:
    07/13/10
    3:41pm
    Darrin Boutote says:

    The easiest solution--without editing your template files--is to add the following to the bottom of your style.css file:

    .single h2.entry-title { display: none; }
    .single #content .entry-meta { display:none; }
    .single #content .entry-content { display:none; }
    .single #nav-below { display:none; }


    This will hide the elements you don't want shown on your single post/image pages.

    • 07/13/10 3:49pm

      Darrin Boutote says:

      Also, if you want to hide the gray background that shows up when an image isn't as large as the post area add this as well:

      .single .post-image-container {background-color: #fff !important; }

This question has expired.





Current status of this question: Completed