Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello,

    Try to disable the cache/performance plugin temporarily and check it fixes the issue or not. The stylings are coming from the payment plugin you are using.

    Thread Starter zabriskie73

    (@zabriskie73)

    Hi,
    I make this video after disabling ALL my plug-in, except DIRECTORY PRO, where come from the form. I’ve cleared the cache, no change.
    If there is another settings for cache/performance outside the plug-in section, i don’t know where it is.

    But i’m still confused. The author of DIRECTORY PRO say that the form display is only inherited by the theme. But I have another form, generated by another plug-in with normal display.

    So, i have no idea where come from the final parameters of elements size forms.

    Look directory pro page : https://www.infozoo.fr/a-le-grand-annuaire/
    Another page with (normal) form : https://www.infozoo.fr/a-eventform/

    Please check the screenshot. Fields are using plugin css – https://prntscr.com/oqu7jg
    Try to disable the Autoptimize plugin temporarily to troubleshoot the issue.

    pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.

    if the problem is not there at that point, some autoptimize (re-)configuration might be needed to fix this. there are troubleshooting tips and info on how to exclude in the AO FAQ.

    hope this helps debugging,
    frank (ao dev)

    Thread Starter zabriskie73

    (@zabriskie73)

    Disabled Autopimize, cleared cache, deleted it, issue remains.
    On the chrome inspector, i’ve changed the font-size, and it works for the text fields (not the other form élements). The size is CSS is “1rem”.
    1rem is standard size, it equals to 16px, but not diplayed here for odd reason.

    Screenshot

    I tried this CSS code into OceanWP but it does not work.

    .drts.drts-bs-form-control {
        font-size: 2rem;
    }
    • This reply was modified 5 years, 3 months ago by zabriskie73.
    • This reply was modified 5 years, 3 months ago by zabriskie73.
    • This reply was modified 5 years, 3 months ago by zabriskie73.

    Try with !important like the below example –

    .drts.drts-bs-form-control {
        font-size: 2rem !important;
    }
    Thread Starter zabriskie73

    (@zabriskie73)

    Still not working ??
    When inside Directory Pro, i’m importing a form from Contact Form 7, the size is normal and react with OceanWP menu. But the form display inside Directory Pro itself remains super-tiny.

    The styling is controlled by the plugin. Have you cleared the cache after adding the code with !important?

    • This reply was modified 5 years, 3 months ago by Amit Singh.
    Thread Starter zabriskie73

    (@zabriskie73)

    Yep, i did, no results.
    The plug-in author said me he will try to fix that problem, which appear only with OceanWP, in a next release.
    Thanks anyway !

    Mik

    You’re welcome!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Tiny sizes forms elements’ is closed to new replies.