• definingdavid

    (@definingdavid)


    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: https://blog.definingdavid.com/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Chris_K

    (@handysolo)

    Check the codex for post tags: https://codex.www.ads-software.com/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.

    Thread Starter definingdavid

    (@definingdavid)

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

    vkaryl

    (@vkaryl)

    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!

    Thread Starter definingdavid

    (@definingdavid)

    Thanks for the compliments. I really appreacite it.

    How do I give my photos some space?

    vkaryl

    (@vkaryl)

    Start with this: Wrapping_Text_Around_Images

    That should help some….

    Thread Starter definingdavid

    (@definingdavid)

    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?

    vkaryl

    (@vkaryl)

    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.

    Thread Starter definingdavid

    (@definingdavid)

    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.

    vkaryl

    (@vkaryl)

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

    Thread Starter definingdavid

    (@definingdavid)

    class info?

    vkaryl

    (@vkaryl)

    For instance: here’s one of your image calls –
    <img id="image559" alt="bu_netflxblckbst.jpg" src="https://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="https://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….

    Thread Starter definingdavid

    (@definingdavid)

    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. ??

    vkaryl

    (@vkaryl)

    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….

    kutitots

    (@kutitots)

    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: https://www.filipinowebdesigner.com. I think I already addressed this question before:

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

    Glad you liked the theme! ??

    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!

    https://www.boxwranch.com

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Dapit Hapon theme question’ is closed to new replies.