• Resolved nelsonwp

    (@nelsonwp)


    Hello. At the top of our Forminator dashboard there is a note: Forminator’s CSS style cannot be loaded because your website’s address is configured in WordPress to use HTTP instead of HTTPS. This may cause some web content, including Forminator forms, to display incorrectly. In fact, our website uses HTTPS. How do we get Forminator to recognize that our site uses HTTPS? I have checked Forminator’s settings, but I don’t see the option there. Thank you.

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

    (@wpmudev-support1)

    Hi @nelsonwp,

    Can you try going to Settings > General panel in your WP admin and ensure that both Site and WordPress address fields use HTTPS protocol.
    If not, change it so it does and see if the issue is gone after that.

    Cheers,
    Predrag

    Thread Starter nelsonwp

    (@nelsonwp)

    Thank you, Predrag. You are right. Both the WP and site addresses point to HTTP. But even though I’m an administrator of the site, I can’t change those settings on the Setting > General page. Do you know where I can change them? Thank you.

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @nelsonwp,

    But even though I’m an administrator of the site, I can’t change those settings on the Setting > General page.

    On the Dashboard side, that’s the only place where you could change. Is this a multisite or single WordPress site?

    If its’ a single WordPress site, then it sounds more like either one of your plugins is disabling the option to change the URL or the HTTP URL is hardcoded inside the wp-config.php file.

    Could you please check the wp-config.php file and see if there is any of the following defines added:

    define( 'WP_HOME', 'https://example.com' );
    define( 'WP_SITEURL', 'https://example.com' );

    Where example.com in the above would be your real domain URL. If there are any such defines inside the wp-config.php then you can either change the URL in the define to https or remove the above defines, so that you could manually change within the dashboard side.

    If there aren’t any such defines inside the wp-config.php file, then a plugin might be disabling the option to change the URL. So even in that case, adding the above define with https in the URL should resolve the issue too.

    The wp-config.php resides in the root directory, ie where /wp-admin, /wp-includes and /wp-content folders reside. You’ll have to bring this to your hosting provider’s attention in case you aren’t sure about making the above changes.

    Please check the following documentation for more info:

    Changing The Site URL

    Please do make sure you have a backup before making the above changes. Have a nice day ahead.

    Kind Regards,
    Nithin

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @nelsonwp

    I hope you are doing well and safe!

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    Feel free to let us know if you have any additional questions or problems.

    Best Regards
    Patrick Freitas

    drophelp

    (@drophelp)

    Hello,

    Please i need urgent help as i am having serious difficulty adding a custom css code to my form container.

    Could i get a css code for height increase i tried the following but to no avail;

    } .forminator-textarea- {
    Width :30;
    Height :40;
    }

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @drophelp

    I hope you are doing well.

    Could you please create a new ticket for this so we don’t spam the original thread starter

    And we can take a closer look at why this isn’t working?

    By the way, make sure to add the px, rem or em on your rules, for example

    width:30px;
    height:40px;

    Best Regards
    Patrick Freitas

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Forminator’s CSS style’ is closed to new replies.