• Resolved wouterdoorn

    (@wouterdoorn)


    Hi,

    I just updated to the latest version (4.0.4) from the latest iteration of version 3 and am running into a few issues.

    See: https://buddho.org/donate/

    First the placeholder names have “false” in them (Full Namefalse, E-mailfalse).

    Furthermore all the custom CSS I had for the kudos form doesn’t work anymore. Most importantly I want kudos to stop loading it’s own fonts and font-styling and just use my theme font and font-sizes, paddings, etc. Is there an easy way to achieve this now? I previoulsy also restyled the buttons, form width, but that’s less important for now.

    Best,

    Wouter

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Iseard

    (@iseardmedia)

    Hi Wouter,

    Hope all is going well with buddho!

    Oh no that shouldn’t be happening! Thanks for the bug report, I can see that issue on your website and will work on fixing that now so expect a release soon.

    The way that custom css works in Kudos 4.x is very different from 3.x. You can still easily use custom fonts and styling and I have created a document that explains how it now works:

    Changes to 4.x – https://docs.kudosdonations.com/docs/changes-in-4.0.0
    Custom CSS – https://docs.kudosdonations.com/docs/campaigns/customcss

    The documentation is still a W.I.P so apologies for missing explanations.

    Here is a sample of how to change all the fonts in Kudos to your website font, just place this in the Custom CSS tab for the campaign you want to edit:

    * {
    font-family: 'Bitter',apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif !important;
    }

    If there is anything you would like help with then please let me know.

    Mike

    Plugin Author Michael Iseard

    (@iseardmedia)

    Hi Wouter,

    New update is out (4.0.5) with a fix for the ‘false’ issue.

    Mike

    Thread Starter wouterdoorn

    (@wouterdoorn)

    Hi Mike,

    As always, thanks for the swift reply and great support!

    The update solved the ‘false’ issue and I got the custom CSS to work.

    Best,

    Wouter

    Plugin Author Michael Iseard

    (@iseardmedia)

    Hi Wouter,

    Glad it is all working and once again thanks for reporting the issue.

    I will mark this as solved but please feel free to open a new topic with any other questions.

    Kind regards,
    Mike

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Placeholder and Custom CSS issues with version 4’ is closed to new replies.