Head Goldfish
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Please remove span wrapping !Hey all,
If you’re using jQuery, here’s a solution that I’ve gotten working. Please note though that apparently the validation errors for the individual fields (“Please fill the required field” etc.) require the span wrap, so those don’t show up. The error at the bottom still does though.
<script> $(document).ready(function(){ $("input.customclass").unwrap(); }); </script>
Just add a custom class to the inputs that you don’t want wrapped.
Forum: Plugins
In reply to: [Contact Form 7] Please remove span wrapping !YES, please remove the
<span>
wrappers! What a headache it is when stuff like that is added automatically. If I wanted wrappers I’d put them in the plugin backend like all the rest of the form code. Is there any sort of possible timeline for this for a future update? Or is there a way to unhook that now?I somewhat figured. I’ll still keep it in mind if I don’t find another solution. Thanks
Thanks, John. I was actually wondering if I could incorporate single posts into the main event feed, but the Featured Post extension appears to display them separately from the rest of the feed. What I would like to do is display a single list of events from all over Facebook that I’m involved in, but many of those come from pages that post other stuff that I don’t want, so the multifeed option wouldn’t work either.
Thanks for the info, I may keep looking around.
Forum: Fixing WordPress
In reply to: HTTP Error when Uploading ImagesFOUND A FIX!
Uggghhhh…..
So my host had to create a custom .user.ini file and put it in the root directory of every one of my domains. The file is just “.user.ini” and contains just this:
memory_limit = 1000M upload_max_filesize = 2000M post_max_size = 2000M max_execution_time=120 max_input_time=120
Hope this helps someone else!
Forum: Fixing WordPress
In reply to: HTTP Error when Uploading ImagesIt’s hosted by a 3rd party, but it’s unlimited bandwidth and space and all that.
Forum: Fixing WordPress
In reply to: HTTP Error when Uploading ImagesThanks for replying. I’m not sure what you mean…
Forum: Plugins
In reply to: [CMB2] Repeatable Date Won't SaveSooo… I saw here on GitHub that this issue had been fixed:
https://github.com/WebDevStudios/CMB2/issues/330
…but I’m trying it now (I use this plugin on almost every project, haha) and it still isn’t saving. Could the latest WP update have thrown something off again?
Forum: Plugins
In reply to: [PDF Viewer] Error from serverI’m having this issue as well, although since you posted a month ago and no one has responded, I suppose it’d probably be faster to just find another plugin.
Forum: Plugins
In reply to: [CMB2] Repeatable Date Won't SaveOkay well thank you for your help. I’ll wait to put in this aspect and keep my eye out for CMB2 updates.
Forum: Plugins
In reply to: [CMB2] Repeatable Date Won't SaveYes I’m running the latest version of WordPress and CMB2.
I used repeatable date/times a while back and it worked fine, and then in May I discovered it had stopped working and I wasn’t sure which update had broken it. I was hoping by now it would have been fixed in another update but I’ve just tried it and it still isn’t working. The example-functions.php code does look different though so I thought perhaps it was my fault this time but I guess not.
Don’t mean to be antsy, it’s just that being able to enter multiple dates and times for events is basically the main reasons I use CMB2 and it was perfect when it used to work… is there a way to tell whether the issue’s been seen by anyone on GitHub?
Forum: Plugins
In reply to: [CMB2] Date will not save – saves today instead.Okay so I changed it to four separate non-repeatable fields for now (hoping that they don’t have more than 4 dates per event), but here’s hoping that this can be fixed soon so I can change it back. It’ll work for now but it’s not a very elegant solution. Thanks for your help!
Forum: Plugins
In reply to: [CMB2] Date will not save – saves today instead.Yes, it needs to be repeatable. I’m using it for an Events feed and many events, such as concerts, will have multiple dates and times.
My backup plan is to just put in a repeatable text field and have the client type the dates/times, but I’d really love to keep the date formatting that I have in place. Plus again, I’m using this on other websites (where it used to work perfectly), and I would have to change it on all of those websites as well.
It used to just save all the unix timestamps in an array so I’m using a foreach to format them. It looks like right now the first date gets saved as the current date/time in Greenwich Mean Time, and all of the added repeatable rows save as blank nodes in the array, so they display 1/1/1970.
Forum: Plugins
In reply to: [Slideshow] Resizing in CSS animationHello,
I have found another plugin that works for my needs. If you put the slideshow inside a div whose width animates on scroll, you will see the issue I was having – please consider fixing the issue in a future build!
Thanks.
Forum: Plugins
In reply to: [CMB2] Date will not save – saves today instead.Hey Michael,
Any word on how to fix this? We’re supposed to launch in a less than a week and I’ll need to figure out a creative alternative if this won’t be working yet. I noticed that there was a CMB2 update put out yesterday so I updated it but it’s still not working.
Thanks, hope to hear from you soon! And aside from this issue thanks for the awesome plugin! ??