Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @haroonmustafa

    I hope you are doing well.

    Can you please check if your WordPress > Settings is set to HTTPS?

    Sometimes it happens due to HTTP then site loads under HTTPS so it causes a mixed content, if that is not the case, can you share the page link and we can inspect the source code?

    Best Regards
    Patrick Freitas

    Thread Starter haroonmustafa

    (@haroonmustafa)

    Hi,

    Thank you for your reply,
    https://www.biocode.org.uk/aa-check/

    and can we change the starting form submission number and add an alphabet like M1368?

    • This reply was modified 10 months, 1 week ago by haroonmustafa.
    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @haroonmustafa

    Thank you for the link.

    I checked and Patrick was right about “mixed content” error. When site tries to load form CSS file, it tries to load it over insecure HTTP instead of HTTPS. Because of that browser blocks such request and style is not applied.

    I can see that site itself is loaded via HTTPS but let me repeat Patrick’s question:

    Can you please check if your WordPress > Settings is set to HTTPS?

    Please go to “Settings -> General” page in your site’s back-end and take a look at “WordPress Address (URL)” and “Site Address (URL)” settings there. Are they both set to start with https prefix? If not, please correct it and save settings.

    Then also go to “Settings -> Permalinks” and re-save permalink settings (no need to change anything, just save “as is”) and after that clear all cache on site/server (if there is any in use).

    Note: if both those options are already set to https and you can confirm that – also notify us about that, please.

    and can we change the starting form submission number and add an alphabet like M1368?

    Submission numbers are sequential numbers automatically generated by the database engine itself (not even Forminator’s code). It can’t be changed out of the box.

    It would be possible with a bit of additional custom code and if you want ot also use a letter in it, this code should help:

    https://gist.github.com/adczk/fbf06b6abf7753df6b37234b13041e79

    It’s a bit complex code so please follow information in code comments to configure it and for usage information. The code must be added as Must Use plugin.

    https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#uploadinstall-the-file

    Kind regards,
    Adam

    Thread Starter haroonmustafa

    (@haroonmustafa)

    Thank you so much.
    Fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘County select background colour not work’ is closed to new replies.