This topic has 3 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #88545
     kheopsarohn
    Participant

    Hello,

    Your theme is awesome. Very good job.

    I have some questions, i would like to:

    1- remove the search bar within a forum (http://www.agoraschool.fr/forums/forum/math-lycee/)

    2- remove entirely the breadcrumb div just below the header

    3- Make this page (http://www.agoraschool.fr/forums/)  my homepage. In other words, i want the forums page to become my new homepage .

    4-When i create a new topic, the background color of the main input text area (see the attachment..) is white, unfortunately, my text color is white as well. So i would like to change the input text’s color if it’s possible.

    Thank you for your reply and your help.Nicolas

    Attachments:
    You must be logged in to view attached files.
    #88657
     Radu
    Moderator

    Hi,

    Add the next css rules to wp-admin -> theme options -> general settings -> quick css.

    1. Hide Search on forum page

    COPY CODE
    
    #bbpress-forums .bbp-search-form {
        display: none;
    }
    

    2. I see that you already removed the breadcrumbs.

    3. Go to wp-admin -> settings -> reading -> homepage -> select forums page. -> save changes.

    4. You can change the text colo from a text area like this

    COPY CODE
    
    #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
        color: Red !important;
    }
    

    Cheers

    RAdu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #89019
     kheopsarohn
    Participant

    Regarding the 1 and the 4, thank you very much, it’s magic !
    But (the 3) i didn’t find the “../forums” page on the dropdown wp-admin -> settings -> reading -> homepage ->

    #89050
     Radu
    Moderator

    Hi,

    In this case i suggest you to create a new page named HomeForums or as you wish and there you will put your desired bbpress shortcodes that will allows you to add certain forum components in other pages.

    This shortcode will shows [bbp-forum-index] default forum

    Shortcodes list : https://codex.bbpress.org/features/shortcodes/

    Scenario : you will create a new page in that you will add forum shortcodes etc… and you will go to wp-admin -> settings -> reading -> and you will see the page that you have created.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?