• Resolved Inge Zonneveld

    (@inge-zonneveld)


    Hi,

    When I am in the customizer, and waited for the saving, the customiser opens, but then when I go to form wrapper for example, nothing happens. The customizer block stayes empty…

    What can I do?

    Thanks,
    Inge

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpmonks

    (@wpmonks)

    Hi Inge,

    I have just released a fix for this issue. Kindly update to latest version and let me know if the issue gets resolved for you.

    Regards,
    Sushil Kumar

    Thread Starter Inge Zonneveld

    (@inge-zonneveld)

    Thanks, that worked! Starting to look really good thanks to your plugin!
    Then I have two more questions…
    One: In the section break I would like to place a back ground colour which is posible within your plugin. But it would look nicer if it would be posible to place a little margin so the text is not so close to the border background. Is this posible?
    The other question I have is that within the header subscription I also placed a background colour, in here it is posible to place a margin, looks really nice. I gave the header 40 px height, this is visible in the customiser, but later in the page, it looks really small…
    The header it self is not visible at all in the customiser.

    Thanks for your help so far.

    Plugin Author wpmonks

    (@wpmonks)

    Open customizer and after selecting form go to ‘General settings’ under ‘Styles & Layouts Gravity Forms’ panel and add the following code under Custom CSS field

    body .gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 5px !important;
    }

    The above code will add padding and move the title away from background.

    Can you please elaborate on your form header issue. How did you set form header height?

    Thread Starter Inge Zonneveld

    (@inge-zonneveld)

    Hi thanks so far.

    I placed the subheader in a frame, the padding and marging works fine but the sizing of the font doesn’t work at all. It doesn’t matter what size I give it, it stays really small. The header doesn’t show at all.
    This is the link: https://www.danzamerica.org/es/cursocapacitacion-registracion/

    Plugin Author wpmonks

    (@wpmonks)

    The reason font size is not working is because you are not adding ‘px’ in your value. Right now you have set the font size to be 20 but it should be set to 20px. Please make sure you suffix ‘px’ after the value whenever you set font size.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Customizer doesn’t load’ is closed to new replies.