Forums

Dapit Hapon theme question (16 posts)

  1. definingdavid
    Member
    Posted 6 years ago #

    I am loving the Dapit Hapon theme. However, on the front page, it only shows snippits of the posts. I would like for it to show the entire posts.

    Can anybody assit me in this...

    You can see the site at: http://blog.definingdavid.com/

  2. Chris_K
    Member
    Posted 6 years ago #

    Check the codex for post tags: http://codex.wordpress.org/Template_Tags#Post_tags

    Odds are, if you open your theme files, you'll find reference to "the_excerpt()" that you'll want to change to "the_content()". Check index.php for sure.

  3. definingdavid
    Member
    Posted 6 years ago #

    Thank you so much. I appreciate it. I changed it to "content" and it works perfect. You rock

  4. vkaryl
    Member
    Posted 6 years ago #

    Nice, David! You need to give your photos some space on the side with the text wrap though.... and that's really the only thing I noticed "out of sync" while I was there....

    LOVED the red leaf. Perfect, thinking of it will make me smile all day now!

  5. definingdavid
    Member
    Posted 6 years ago #

    Thanks for the compliments. I really appreacite it.

    How do I give my photos some space?

  6. vkaryl
    Member
    Posted 6 years ago #

    Start with this: Wrapping_Text_Around_Images

    That should help some....

  7. definingdavid
    Member
    Posted 6 years ago #

    I'm doing what that link says but I don't know where to post it in my style.css because my style.css does not include any tags for images "IMG" as the link saying to search for IMG to get started.

    Is there anybody I can send my style.css to that could help out or is this an unusual request?

  8. vkaryl
    Member
    Posted 6 years ago #

    You can just add the img tag to your css - stuff in at the top of the file, near the body declaration, or even at the bottom of the file.

  9. definingdavid
    Member
    Posted 6 years ago #

    Thank you for being patient with me and guiding me through this.

    This is what I entered:

    img {border:0}
    p img { padding: 0; max-width: 100%; }
    img.right { padding: 4px; margin: 2px 2px 2px 7px; display: inline; }
    img.left { padding: 4px; margin: 2px 7px 2px 2px; display: inline; }
    .right { float: right; }
    .left { float: left; }

    However, it's not doing anything different.

  10. vkaryl
    Member
    Posted 6 years ago #

    Did you add the class info to your pics and text in the post?

  11. definingdavid
    Member
    Posted 6 years ago #

    class info?

  12. vkaryl
    Member
    Posted 6 years ago #

    For instance: here's one of your image calls -
    <img id="image559" alt="bu_netflxblckbst.jpg" src="http://www.blog.definingdavid.com/wp-content/uploads/2006/03/bu_netflxblckbst.jpg" align="left" />

    Try changing it to this:
    <img id="image559" class="left" alt="bu_netflxblckbst.jpg" src="http://www.blog.definingdavid.com/wp-content/uploads/2006/03/bu_netflxblckbst.jpg" />

    And then in the post edit screen, you should be able to add class="right" to the text - you may need to enclose it in a <span></span> tagset to do that.

    And maybe someone else who really knows how to do this will be able to come up with something simpler - I never use graphics in blog posts myself, so this is not something I'm very good with, sorry....

  13. definingdavid
    Member
    Posted 6 years ago #

    Thank you so much for your help. That worked perfectly. It's a little extra step but it looks wonderful. I appreciate you taking most of the morning to help me. :)

  14. vkaryl
    Member
    Posted 6 years ago #

    You're welcome. I'm glad it worked - I always worry some when I'm trying to help but it's not really something I use myself!

    Have fun now....

  15. Kutitots
    Member
    Posted 6 years ago #

    Hi! If you have any questions on the Dapit Hapon theme, I'll be more than happy to answer it. Just go to the theme's dev site: http://www.filipinowebdesigner.com. I think I already addressed this question before:

    http://filipinowebdesigner.com/?p=24

    Glad you liked the theme! :)

  16. Trixter
    Member
    Posted 5 years ago #

    I'm having the same problem definingdavid was having, except when I replaced "the_excerpt()" with "the_content()" it completely threw off my positioning. All my text is below my main page now. Help!

    http://www.boxwranch.com

Topic Closed

This topic has been closed to new replies.

About this Topic