Search Results for 'forum css'
-
Search Results
-
Topic: Reply text area
Hi,
After a considerable number of problems with an old host that required a complete build of my database I have reached the point where I am trying to make things look good on the site.
I am using the Quest theme and as you can hopefully see here the editor box for the forum comments/replies is only 400px in width though the container is 100%. Is there anywhere I can edit this to resize so it is full width? I am looking through all the CSS and it appears that it’s fine on mobile, but on a full-size laptop screen it’s nowhere near as user-friendly as the screen here.
I am using the following:
Theme: Quest
WP: 4.3.1
BBPress: most recent (only installed today)
Buddypress: as above
WP Supercache: as above
Mailchimp by Mailmunch: as above
Antispam by Cleantalk: as aboveAny help in figuring out how to edit this would be greatly appreciated.
Topic: Underscores not show html
Hello,
I used underscores with bbpress. i just apple some CSS and HTML not adding any special function. And when i visit my forum. I only see the forum’s name topis number post number. But it dont have any HTML warped. Please give me a solution me.
thankg for helping me.I have gone through the prior threads on this issue and I still can’t change the text in the Oh Bother box.
My site is appletechtalk.com. If you click on the Forums taband look at the bottom of the page, you will see the Oh Bother! text.
I have modified the feedback-no-forums.php file so that the text line reads “Please select a topic”. I thought that would be easier than trying to remove the box completely (which is what I would rather do).
I placed the file into my child theme. First I put it in the root of the bbpress directory and that did not help. I also recreated the directory structure in my child theme:
bbpress/templates/default
and that didn’t help either.
I am new to WordPress and bbPress as well as css and php files so I have a bit of a learning curve but I’m wondering if you have any thoughts on why this isn’t working.
Thanks,
David
on the forum slug:
http://discoversee.com/seeforums/I would like to remove the links to the subforums – only showing the forums.
is there a code, CSS or function code I can use to remove these? Or the links to them?
Topic: Css image error in BBpress
Hello to all!
Could someone explain me why the images of the users are so pixelated in my BBpress forum?
fatERASETHISfitfunDOTcom/forums/foro/presentaciones/
The ramdon images are pixelated but the uploaded images not. Strange eh?
Thanks in advance!
Hi All,
I am currently working on a private site which uses WordPress + Buddypress + bbPress.
The forum posts do not have the line spacing the way I want it.. Basically it doesnt put a nice line break in between the paragraphs.
I have used the search feature on here and google, and have tried the following:
.post p {
line-height: 1.5em;
padding-bottom: 15px;
}AND
.bbp-reply-content p {
margin-bottom:10px;
}I think there were a couple of other things I tried, but to no avail.
I am using the TinyMCE visual editor plugin, however, I have disabled this and the issue still exists.
I’d like to think I can navigate the CSS reasonably well using firebug, but in this case, I just can’t find where the issue is.
Am hoping someone can take a look (i’ll supply login/pass for those willing) to see where I’m going wrong?
Note: I am using my own custom theme designed in Template Toaster. I have a bbpress.css file in my theme folder under <theme>\css