• I am using Wp folio 1.5.2.

    https://stephangiannini.com/

    I tried to get rid of the Comments at the bottom by following the instructions at

    https://wpfolio.visitsteve.com/wiki/getting-rid-of-comments-are-closed-message

    I changed the comments.php to ( the middle section, as )

    <?php if ( comments_open() ) : ?>
    <!– If comments are open, but there are no comments. –>

    <?php else : // comments are closed ?>
    <!– If comments are closed. –>
    <!–(removed for cleaner look)
    <p class=”nocomments”>Comments are closed.

    –>
    <?php endif; ?>
    <?php endif; ?>

    Did I do that right? Nothing changed.

    Failing that I wanted to download 1.6 and cannot find, for the life of me, where to download it. Any hints? The ever helpful Mr. Lambert?

Viewing 8 replies - 16 through 23 (of 23 total)
  • I have discovered another issue.

    The font size/attributes are different for Pages vs. Categories. You can really notice when looking at the letter “T” in the following:

    https://www.laurakaretzky.com/contact/
    https://www.laurakaretzky.com/category/paintings/

    Had to change the following to override this issue:

    #content h2, #content h3{
    font-weight: bold; (This was set to Normal overriding the “pagetitle”)
    letter-spacing: .1em;
    }

    If you unallow pings and comments on all pages, you shouldn’t see anything about comments. I would check that again.

    To make elements disappear in css, rather than use font-size: 0px change the visibility

    You’re right about the font weight. I never noticed that. Will make a note for the next release.

    By the way, I like how nice and plain that site looks

    Thanks Steve, I don’t allow pings or comments, but ‘comments (0)’ was still appearing. Changing the visibility works fine though.

    BTW – my own WP Folio site is also nice and plain: https://varonearts.com/

    I can’t thank you enough for WPFolio – when I update my own site to the latest WPFolio version I will certainly make another donation.

    Cheers

    impossible!

    You can not allow pings or comments, but they can still be enabled on posts that you created before you changed that setting. I’ll bet that comments and pings are still enabled on that specific post (or posts).

    And glad you are using it. And finding problems with the CSS. And fixing them.

    I’d rather receive your fixes submitted through github than your money!

    Yeah I know about the single page override, and they have all been unchecked. You’ve gotta believe in the impossible!

    I’ll check out github for sure.

    Well, there has to be some explanation – old code? a missed checkbox? Something. The theme isn’t haunted.

    By the way, I fixed the css stuff you pointed out and rolled it into the 1.75 release which should come out in the next week or so.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘WPfolio comments and 1.6 download’ is closed to new replies.