Skip to:
Content
Pages
Categories
Search
Top
Bottom

Static For Disclaimer

Viewing 6 replies - 1 through 6 (of 6 total)
  • @lynqoid

    Participant

    What do you mean by fix?

    @gerardyap

    Participant

    I would like it to place the Disclaimer at the bottom of the forum and to be at that position permanently.

    @lynqoid

    Participant

    You can add this into the footer of your website and then give it a class along the lines of .forum-disclaimer

    Then inside your stylesheet do something like:

    .forum-disclaimer { display:none; }
    .bbpress .forum-disclaimer { display:block; }

    Good luck!

    @gerardyap

    Participant

    Lynqoid,

    the BB Press is running under a wordpress theme.

    The above code to be added onto the plugin >bbPRess >Edit ?

    Can I paste the code mentioned below

    .forum-disclaimer { display:none; }
    .bbpress .forum-Disclaimer
    Please take note that this forum responses are for your reference only. Members are not related to any companies and they did it out of voluntarily based on their usage or experienced told by others. Therefore, MJ HUB Pte Ltd and members will not be held responsible on the accuracy of the information being provided in this forum. For affirmation, please contact main supplier on your doubts. { display:block; }

    @netweb

    Keymaster

    I’d suggest you create a WordPress page and use the shortcode [bbp-forum-index] and then after that short code at your disclaimer text and style accordingly.

    @gerardyap

    Participant

    nice, i got what you mean. Thanks folks

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