Stant Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme options show weird glitch, only sliders visible in option menuI had this same problem and added this code to the bottom of the functions.php file in the child theme which I have activated and it solved the problem.
add_action(‘admin_head’, ‘theme_fix’);
function theme_fix() {
echo ‘<style>
.form-table span {
width: auto !important;}
input {display: block !important;}
</style>’;}Forum: Plugins
In reply to: [Fast Secure Contact Form] Office 365 not getting mailI contacted my hosting company and this was the fix in case anyone else has this same problem:
It looks like mail for the domain was configured to route mail locally within the server instead of outbound to Microsoft’s servers, thus messages sending from the server would attempt to locate accounts internally within the server and not find them.
To fix this, I updated the mail routing via cPanel’s MX Entry tool. In this, you can configure the routing to Automatic, local, or remote. As mail is hosted remotely, I’ve switch that from local over to remote.
Mail from your server should deliver successfully now for this domain. Please let us know if you continue to encounter any further issues and steps to replicate if needed.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Office 365 not getting mailNO filters setup and we added it to the IP Allowed section.
Yes I did and it has the same problem. If I buy the pro version will that solve the problem?
The website is ritile.com Here is a page example:
http://ritile.com/century/Thank you. I turned off all plugins and that did not help. I reinstalled
NextGen and that did not help.Thanks.