BBPress Integration problems (2)
This support request was posted in Flatbase by wpunlimited
- wpunlimited August 2, 2015 at 11:51 pm
Hi,
I am having the next problems with BBPress integration.
The first one is when I am going to create a Topic, the selectors are not shown completely and the text is hidden: http://pix.toile-libre.org/upload/original/1438559106.png
The second one, and most important by now, is when I create a test topic under a forum. It seems the CSS in relation to the avatar (Gravatar) is not showed properly: http://pix.toile-libre.org/upload/original/1438559342.png
Finally, Nice theme 🙂
Juanfra Aldasoro August 3, 2015 at 2:15 pmHey there,
Thanks for writing, the kind words and the heads up.
With regards to the first problem, I tried to reproduce the problem and I couldn’t, yet. So, I wanted to ask you a bit more about your set up. What OS and browser are you currently using?
As per the second problem, we’ll be taking a look at it.
Thanks again,
Juan.Juanfra Aldasoro August 3, 2015 at 2:30 pmHi,
For the second problem you can use the following CSS in your custom.css file:
#bbpress-forums .bbp-topics .bbp-topic-started-by .bbp-author-avatar { display: none; }
Best,
Juan.wpunlimited August 3, 2015 at 11:34 pmIn relation to first problem. My OS is Fedora Linux, resolution 1920×1080 and it happens with Chromium (right) and Firefox(left). See here: http://pix.toile-libre.org/upload/original/1438644832.png
Will be my forum fix released with next version?
Cheers
Juanfra Aldasoro August 4, 2015 at 2:09 pmHi,
Thanks for the follow up and the information.
Great, we’ll be fixing the first issue. And yes, both solutions will be included for the next version.
Best,
Juan.Juanfra Aldasoro August 6, 2015 at 3:26 pmHey there,
Thanks for your patience.
Regarding the select boxes issue, you can use the following CSS:
select { height: auto; -moz-appearance: none; }
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.