GD and Buddypress
This topic contains 12 replies, has 2 voices, and was last updated by Paolo 10 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
May 6, 2015 at 11:23 am #38795
Hi Guys
After I installed the GD buddypress integration – which by the way is sooo cool – I am no longer able to use my CSS code on buddypress. Do you happen to know if the addon causes the CSS to not work?
Here’s an example: I’ve inserted a CSS code on my buddypress button to customize it, and it used to work fine. It is now overwrited by something else, even when I insert !important.
You can see the button here http://openmindtrips.com/register/ (Complete sign up)
This is the code I used, which worked fine before…
#buddypress button, #buddypress a.button, #buddypress input[type=”submit”], #buddypress input[type=”button”], #buddypress input[type=”reset”], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
background: none repeat scroll 0% 0% #94a865;
border: 0px solid #CCC;
color: #fff;
font-size: small;
cursor: pointer;
outline: medium none;
padding: 4px 10px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-family: “PT Sans”,Arial,Helvetica,sans-serif;
}Thx
May 6, 2015 at 5:37 pm #38868Hi,
you will need to disable GD Booster if you want us to have a look.
Thanks
p.s. keep this in mind for future support requests too. If css is involved, please disable gd booster.
May 7, 2015 at 8:59 am #38903Hi Paolo
Thanks. I tried disabling the GD booster, and some of my CSS worked, but unfortunately the CSS on the “complete sign up”-button still did not.
I disabled the GD booster for you again. Will you please take a look?
Thank you
May 19, 2015 at 6:51 pm #39947Hi Paolo
Just wanted to check with you – is there any way to make the GD booster work along with css? Each time i activate the gd booster my css is not working, and I would really like to use the booster.
Thx
May 19, 2015 at 7:44 pm #39952where are you adding that css?
I would add all custom css in GD >> Design >> Script.
Let us know,
Thanks
May 20, 2015 at 8:55 am #39999I’ve tried adding it both there and in my theme css (avada), but nothing works with the booster active.
This is the css I’ve added:
#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
background-color: #94a865;
color: black;
opacity: .8;
font-weight: bold;
}As you can see on the screen dump it works fine when the GD booster is deactivated.
May 20, 2015 at 5:24 pm #40094Hi,
I still see GD Booster active, GD Booster takes all css files and serves them as 1 file with 1 big minified line.
It is impossible to debug CSS with GD Booster active.
Please provide wp admin credentials so i can disable it and see what’s wrong.
Thanks
May 21, 2015 at 8:17 am #40155This reply has been marked as private.May 21, 2015 at 6:23 pm #40229Hi,
GD Booster is compressing all css into one big file and whatever is added to the header by the theme like your css, it’s at the top of the big concatenated file, while plugins css files are below and the latest rule is the one used.
If you add !important to all of them it will work. Right now you added it only to the register button background. I just added it to the register button color. You should add it to anything else.
Thanks
May 21, 2015 at 6:24 pm #40230BTW, when I say disable GD Booster I don’t mean deactivate the plugin. Deactivating the plugin without disabling it leaves the cache on.
You can disable GD Booster from within the GD Booster settings page.
Cheers,
May 22, 2015 at 8:16 am #40297Perfect, it worked! Thank you and thank you for explaining 🙂
May 22, 2015 at 2:19 pm #40331you are welcome! 🙂
May 22, 2015 at 2:21 pm #40332This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket