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
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.
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', 'http://example.com' );
define( 'WP_SITEURL', 'http://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
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
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;
}
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