Skip to:
Content
Pages
Categories
Search
Top
Bottom

Request: Separating Text & Signature

  • I would like to put an HR code between the post text and the signature but I can not find it. help?

Viewing 4 replies - 1 through 4 (of 4 total)

  • _ck_
    Participant

    @_ck_

    gerikg, I can help you with these questions easier if you post them on the plugin page for they are related.

    in bb-signatures you can simulate an HR by changing the border-top in the CSS

    go into the admin menu plugins->signatures and look down in the CSS area and change border-top:1px solid #aaa; to whatever you’d like. If you want it thicker, make 1px, 2px or more. If you want a different color, change the #aaa to any other color.

    I’ve changed it to

    border-top:10px solid #ffffff;

    (I know 10 is extreme but it to see where it shows)

    Nothing happens though. I have dark grey background.

    I’m not using BBpress’ header.


    _ck_
    Participant

    @_ck_

    I suspect this is the the same problem as you or someone else had with a non-standard template with bbpress.

    Make sure in your header.php template that you have

    <?php bb_head(); ?>

    just before the

    </head>

    or bbPress plugins won’t work properly (like you are seeing now)

    It was me the last time. The problem with adding

    <?php bb_head(); ?>

    is that you get this when you visit the main site which is wordpress.

    Fatal error: Call to undefined function: bb_head() in /homepages/0/d188981313/htdocs/kiaspeed2/wordpress/wp-content/themes/colorimetry/header.php on line 10

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar