Home › Forums › Turnkey bbPress by WeaverTheme › How do I fix a transparent button with Weaver for bbPress
- This topic has 4 replies, 3 voices, and was last updated 4 years, 11 months ago by
Weaver.
-
AuthorPosts
-
October 26, 2018 at 16:44 UTC - Views: 20 #56995
Armando
ParticipantGood Morning,
I’m trying to fix the complete sign up button on my registration page as it seems to have transparent button. Please see the following link http://www.missiontrails.org/register/
I had this same transparent button problem on the wysiwyg editor in the buttons for my bbpress forums and corrected it using code I found on another help forum which was the following code:
#bbpress-forums .wp-editor-container .button {
color: black !important;
}I’ve been searching google and various forums for answers to solve issues such as hiding the word press admin tool bar using Weaver for bbPress.
Regards,
Armando
October 26, 2018 at 19:29 UTC - Views: 14 #57002Maureen
ParticipantI am not familiar with Buddy Press at all, but using Inspector tool it appears that the text in the button is actually white. Double check your rule.
October 26, 2018 at 20:05 UTC - Views: 21 #57003Weaver
KeymasterThis issue doesn’t have anything to do with bbPress by Weaver. The rule is coming from BuddyPress.
But you should be able to fix it using the Custom CSS box that is available with almost any theme these days.
Open Customize for your theme and find the box that lets you enter Custom CSS. It should be at the top level.
Add this rule (as and example – fixes is okay, and you could tweak the border if you wanted):
.buddypress-wrap .standard-form div.submit input {
margin-right: 5px;
background-color: transparent;
margin-left: 5px;
}October 29, 2018 at 22:10 UTC - Views: 12 #57059Armando
ParticipantGood Afternoon,
Thank you Weaver the custom CSS has resolved the button issue. I appreciate your assistance with the coding. I will dig deeper into these forums to learn the many features of your plugin it has been every useful to me. I wonder if Weaver Xtreme offers the captcha to log in and/or register accounts with bbpress.
Regards,
Armando
October 29, 2018 at 23:40 UTC - Views: 12 #57061Weaver
KeymasterJust to be clear, I believe your questions so far refer only to Weaver for bbPress, which works with almost any theme.
Weaver for bbPress offers some check-box options for the login widget as seen in the top of the left column on this site, but no captcha option.
The box is in fact the (bbPress) Login Widget: Login or Register
I have not experimented with this, but it is possible that almost any “Add a captcha to the Login” plugin might add a captcha to that widget.
Otherwise, you might ask on the bbPress support forum about that.
-
AuthorPosts
- You must be logged in to reply to this topic.