• Resolved sally.whytehead

    (@sallywhytehead)


    Hi
    The latest release 1.14.0 changed the way the pagination labels display. Now they are the width of the button not the width of the label class. So only 12px not using the full 57.6px.
    I can’t quite work out what is happening with the css and how to fix it. It used to centre and display the whole text above the button.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @sallywhytehead,

    I checked the CSS on my end and I see there has been no change with respect to the older version. Can you add the following CSS to you site wp-admin Dashboard-> Appearance-> Customize-> Additional CSS, Add the code and publish the changes.:

    .forminator-ui.forminator-custom-form[data-design=flat]:not(.forminator-size--small) .forminator-pagination-steps .forminator-step {
        width: 56px !important;
    }
    

    Can you confirm, if in some way you customised the CSS but removed it or something like that which is why this did not work after the update? Just considering a possibility. Do let me know if that works for you.

    Thank you,
    Prathamesh Palve

    Thread Starter sally.whytehead

    (@sallywhytehead)

    Hi
    Thanks for this.
    You can see it is much improved with the text readable after this change.
    Oddly it dod not work when I added it to the behaviour css on the form, only on the appearance customisation.
    I have the following customsation in the form appearance tab. This includes colour only changes to the button and text (to stop it being turquoise! – another issue!). I did not expect this to interfere – and did on fact did try turning off the css behaviour customisation on forminator but this made no difference. If you would like I can send you an export of the form for your testing.

    —-

    .forminator-break .forminator-title {font-size:25px}
    .forminator-title {font-size:25px}
    .forminator-label {font-size:100%}
    .forminator-input {color: #666; font-size:100%; border: 1px solid #ccc; border-radius: 3px;}
    .forminator-label–helper {font-size:100%}
    .forminator-break {font-size:100%}
    .forminator-description {font-size:100%}
    .forminator-error-message {font-size:100%}
    .forminator-textarea {color: #666; font-size:100%; border: 1px solid #ccc; border-radius: 3px; }.forminator-break .forminator-title {}.forminator-break .forminator-subtitle {}.forminator-label {}
    .forminator-calculation{color: #333333; font-weight: bold}.forminator-break .forminator-title {} {}.forminator-break .forminator-title {} {}
    .forminator-icon-chevron-down {color: #666;}
    .forminator-pagination-steps .forminator-step .forminator-step-label {color:#333333;}
    .forminator-pagination-steps .forminator-step .forminator-step-dot {background-color:#993366;}

    .forminator-pagination-steps .forminator-step.forminator-current ~ .forminator-step .forminator-step-dot {
    background-color: #777771;
    }

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @sallywhytehead

    Yes, feel free to export the form, upload on the google drive and share the link, so we can take a closer look.

    Best Regards
    Patrick Freitas

    Thread Starter sally.whytehead

    (@sallywhytehead)

    Hi @sallywhytehead,

    When the custom CSS is added to the form itself then Forminator adds some of it’s own classes before the code added in order to make it specific only for that form, and that “conflicted” with the CSS provided to you above.

    So you can keep the CSS in your Appearance > Customization CSS field or you can strip it down to below one and use that in the form CSS field directly:

    .forminator-pagination-steps .forminator-step {
        width: 56px !important;
    }

    Cheers,
    Predrag

    Thank you for using Forminator. We are going to close this ticket for now because we have not heard from you in a while. If you still need support we can reopen the thread.

    Cheers,
    Predrag

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

The topic ‘Latest Pagination changes make text unreadable’ is closed to new replies.