mfstyles
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact Form Problems in FooterThank you @constantcontact. I added the code you supplied under the dtchild theme styles, but I don’t see a change:
.ctct-form-wrapper .ctct-submit {
background-color: rgb(0,0,0);
}However, only on the Contact and Service Form page (where Contact Form 7 is used), you’ll see a blue button now in the footer…very strange.
Please advise on the above and also where I can add the CSS to fine-tune the size of the button, font and change “Sign up” to all caps.
Forum: Plugins
In reply to: [Constant Contact Forms] Constant Contact Form Problems in FooterThank you @constantcontact. Is there a way to create a CSS just for for this widget so it doesn’t interfere with any of the other buttons throughout the site? As for the disclaimer, could we add a text link and have it open in a modal window? As you can see, it’s overlapping the membership icons.
Any help would be greatly appreciated.
Forum: Fixing WordPress
In reply to: Constant Contact Form Problems in FooterThank you @jaycbrf and @judgerookie
Forum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBForum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBYes, WordPress now shows in the Upload Media section the max upload file size is 64M. (The phpinfo.php file mirrors the php.ini file.) I tested the Contact Form 7 and I still get an Error message:
“Failed to send your message. Please try later or contact the administrator by another method.”
Please advise…thanks!
Forum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBOur IT manager made these changes below to the php.ini that resides on our Unix server and still we can only upload a file less than 1MB:
max_execution_time = 300
max_input_time = 300
memory_limit = 512M
post_max_size = 64M
upload_max_filesize = 64MIt seem it has no impact on Contact Form 7 and also the WordPress Media max upload file size in the Media section.
@takayuki – Please advise if you any other options we can implement. We’d like to launch our Contact Form so visitors can upload an attachment at least up to 10MB.
Forum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBThank you @davmerit. I’ll have our IT person check this plugin but I’m a bit concerned since the php.ini file resides on our Unix server and NOT the root folder of WordPress.
Takayuki Miyoshi – Is there perhaps a way to activate the “file.php” file so the Contact Form 7 recognizes the changes made to the default size?
Forum: Plugins
In reply to: [Contact Form 7] Increase Upload File Limits to 10MBHi Takayuki – I’ll have our IT person look at the link you provided, but I think I covered it as shown above. Thank you.
In my list item #2, why is “file.php” listed as “inactive” in the WordPress Plugin editor? It should work since the php.ini file on our Unix server more than covers the upload max filesize.
file.php:
$allowed_size = 100048576; // default size 10 MB