• Resolved fibbu

    (@fibbu)


    Hello;
    We now specify custom sizes for each jersey for both mobile and desktop. Otherwise, we have a CLS problem. In this case, it seriously tires us.

    Isn’t there an easy solution to this? It will automatically adjust the form directly and not create CLS problems.

    Can you help me ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fibbu,

    Could you please indicate the plugin version number you have installed?

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    Version : 5.2.2

    Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    The free plugin distribution renders the forms on the client side. So, an alternative would be to insert the form into a tag with an estimated height to avoid CLS.

    Ex.

    <div style="height:500px">[CP_CALCULATED_FIELDS id="1"]</div>

    Or you can enter the form height through the “Customize Form Design” attribute in the “Form Settings” tab:

    #fbuilder {height:500px;}

    We are working on a plugin update to make a height estimation before rendering the form.

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    I wonder when it will come into effect, let’s wait accordingly? Also will there be a fee?

    Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    The modification will be included in every plugin distribution, including the free one. We are working to make it available as soon as possible.

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    This is very good news. I was going to size my forms one by one. Since you saved us from a really big effort, it will be available soon. Thank you very much.

    • This reply was modified 11 months ago by fibbu.
    Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    We’ve good news. We released a plugin update that should solve the problems with CLS. It estimates the form’s height and reserves its space to not affect the other tags’ position on the page when the form is rendered on the client side. Please let us know after installing the latest plugin update (v5.2.3) if the issue is finally solved.

    Best regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Appearance Settings’ is closed to new replies.