-
Author
-
November 22, 2015 at 19:46 #88545kheopsarohnParticipant
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.November 23, 2015 at 18:58 #88657RaduModeratorHi,
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 solutionNovember 25, 2015 at 17:21 #89019kheopsarohnParticipantRegarding 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 ->
…November 25, 2015 at 18:35 #89050RaduModeratorHi,
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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.