Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter CFSAdmin

    (@cfsadmin)

    Hello,

    Decided to have a little play with the code and added ^ in at the end (after the i and before the “) and all is well with the world 🙂

    function isUrl( $url )
    {
    return preg_match(“^http:\/\/[-0-9a-z\._]+.*$/i^”, trim( $url ));
    }

    Sorry to have bothered you, but just in case anyone else has the problem, this could be your answer 🙂

    Gareth 🙂

    Hello John

    Took a stab in the dark and now have the font size down and all is well. This is what I added at the bottom of the stylesheet and it works 🙂

    .ui-widget,
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button { font-family: Arial, Helvetica, Sans-serif!important;
        font-size: 12px!important; }

    Thank you, thank you, thank you 🙂

    Working in IT is a pain and I know how much time is needed by us all so a big thank you for all the time you have taken 🙂

    Gareth 🙂

    Hello John

    Thanks very much for getting back so quick. I have tried this but no luck. Was wondering if it’s the size of the font as it looks similar now? How do I change the font size for it if this is the case?

    Thank you once again,

    Gareth 🙂

    Hello Mark

    I did add them then took them out as they did nothing. I will add them again so you can see if am doing it right.

    I am a Network Manager with a fair bit of experience in WordPress which is why I don’t get what it is doing. My CSS and PHP are not great but I understand the basics. If something more in-depth is needed, I am happy to try.

    Again, thank you so much for all your help and especially your time.

    Gareth 🙂

    No problem.

    Many thanks for all the time you are taking

    Here you go 🙂

    Hello Mark

    I have added to the stylesheet the bits you suggested but the font still doesn’t change.

    I think I am not explaining myself correctly. If I understand, you enter this in the style.css (which I have done)

    .ui-widget,
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button { font-family:inherit!important; }

    and then all should work?? If this is the case then unfortunately, it doesn’t resolve my problem. I am gutted as this plugin is great and just what I needed. 🙁

    Hello

    Awesome plugin by the way. Have recommended this to my friends with WordPress sites as it’s great 🙂

    I have tried adding the code to my style.css but to no avail. Where do I find the code above that?

    I have gone through everywhere I can think of but no joy or am I just being thick?

    Thank you for any help that you can give.

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