drewpanckeri
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Upload Button HiddenFor posterity purposes : This issue has been hacked out of existence. Maybe not resolved, but for the purposes of having it functional it has been.
I found out it was in the bootstrap core that was applying the hidden div around the upload button. I deactivated all plugins and when that didn’t fix it I changed themes, and then it worked again. So I troubleshooted the bootstrap core for a while with no luck, then decided to do a work around.
I went with this custom coded upload button from here. The difference in the line for the upload allowed it to not have the applied style. I then fixed the fakepath goofiness with this. Last step was to put an instance of the hidden upload button in the form with the same name attribute so that the shortcode sending from Contact Form 7 would work.
So there it is, resolved to the best of my ability.
Thanks Kylee for the help.
Forum: Plugins
In reply to: [Contact Form 7] Upload Button HiddenCF7 is up to date.
I am copying the site to the staging server and I’m going to start disabling other plug-ins and see if that clears up the problem. There was a point when it was working so I may as well give it a shot. Thanks for your help, I’ll do some tests over the next day or two and come back when I’ve got it licked or need more help.
Kylee, thank you for being generous with your time and brain power, it is appreciated.
Forum: Plugins
In reply to: [Contact Form 7] Upload Button HiddenNo I haven’t since the two sites were just approved and launched.
I don’t want to have to backtrack and create more work.Is there a source file I could find that handles converting the shortcode to html? I’m a little inexperienced with jquery but it’s worth a shot. I figure it’s not a straight css style, since it’s inserting code around my upload button. I’ve tried hacking some css styles to put the input box absolute or to set the overflow to visible, but that unknown div tag around it is just hiding everything.
Also, does the instance that is on http://www.waterfallbanquets.com/application/ give any clues? It looks as though it loads up fine and then is hidden, but for the life of me I cannot think of what would have loaded after the initial page load.
Forum: Plugins
In reply to: [Contact Form 7] Upload Button HiddenThat’s what I’m confused about, I don’t know where to remove that from. I’m just putting the shortcode in CF7’s dialog box ( [file resume id:resume] ) and that div is being generated from somewhere I cannot locate.
I even tried using the html code instead of the shortcode and the div is still generated around the field :
<input type="file" name="resume" value="1" size="40" class="wpcf7-form-control wpcf7-file" aria-invalid="false">Any ideas?
Forum: Plugins
In reply to: Contact Form 7 – Upload Button HiddenThank you, I’ve reposted it there.
You can kill this post if it’s possible.