GD and Buddypress

This topic contains 12 replies, has 2 voices, and was last updated by  Paolo 8 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #38795

    openmindtrips
    Expired Member
    Post count: 180

    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

    #38868

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    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.

    #38903

    openmindtrips
    Expired Member
    Post count: 180

    Hi 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

    #39947

    openmindtrips
    Expired Member
    Post count: 180

    Hi 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

    #39952

    Paolo
    Site Admin
    Post count: 31206

    where are you adding that css?

    I would add all custom css in GD >> Design >> Script.

    Let us know,

    Thanks

    #39999

    openmindtrips
    Expired Member
    Post count: 180

    I’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.

    #40094

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    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

    #40155

    openmindtrips
    Expired Member
    Post count: 180
    This reply has been marked as private.
    #40229

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    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

    #40230

    Paolo
    Site Admin
    Post count: 31206

    BTW, 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,

    #40297

    openmindtrips
    Expired Member
    Post count: 180

    Perfect, it worked! Thank you and thank you for explaining 🙂

    #40331

    Paolo
    Site Admin
    Post count: 31206

    you are welcome! 🙂

    #40332

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket