lotsakiki
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Captcha failed10.1.186
Forum: Plugins
In reply to: [Calculated Fields Form] Captcha failedSorry…follow-up comment. The plugin is also running the latest version.
Same problem here!
I think my question is along the same line… I understand the initial open option but the problem with this is that the same tab opens every time the page loads. Is there a way to have a specific link to open a page with a specific tab open? For example, if there is Tab1, Tab2, Tab3, is there a way such as having https://www.example.com/page/#Tab2 go to the page and have Tab2 open? Likewise, https://www.example.com/page/#Tab3 would load the same page and have Tab3 open?
Thanks so much for all your work and help!
AmyForum: Plugins
In reply to: [Recent FB Posts] Duplicate postsThanks coryasilva. After facebook fixed it, the problem was also resolved on the plugin.
Forum: Plugins
In reply to: [Image Rotator Widget] Rotators stop after certain amount of timeAny luck?…
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Upload sometimes doesn't workLatest update. Some people uploading files were uploading either the wrong file type or a file which was way too big. I guess people have a hard time following directions…
In the future, I suppose it would help to have some sort of validation or error message whenever a file is not the right type or size.
Thanks.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Upload sometimes doesn't workI feel like an idiot writing so many times, but an upload didn’t work again. This time, one of the uploads worked, but didn’t come up on the post as a link (the file itself was found in the folder where things are uploaded). The other uploads weren’t uploaded at all.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Upload sometimes doesn't workHello…again. The problem was solved by adding:
$filename = str_replace(" ","-",$filename);
after
$filename = $_FILES[$uniqueName]['tmp_name'];
in types/file.php
I hope this is helpful for anyone else who may have been experiencing the same issue.
Forum: Plugins
In reply to: [Form Manager] [Plugin: WordPress Form Manager] Upload sometimes doesn't workHello again, an update on my question. I’ve been able to narrow down the problem to filenames that have spaces. Whenever somebody tries to upload a file whose filename has a space in it, the file does not get uploaded.