Forum Replies Created
-
AuthorPosts
-
Greg Perham
ParticipantI’d just like to point out that this is a critical issue, because the plugin is completely broken right now.
Greg Perham
ParticipantI figured out a way to remove the broken links, at least:
add_action( 'edd_download_files', function(){
remove_filter( 'edd_download_files', array( tribe( 'tickets-plus.commerce.edd' ), 'ticket_downloads' ), 10 );
}, 9 );
add_filter( 'edd_receipt_no_files_found_text', '__return_empty_string' );January 10, 2018 at 2:02 pm in reply to: cURL error 61: Unrecognized content encoding type. libcurl understands deflate, #1423011Greg Perham
ParticipantSame here. Still. Been this way for a couple of versions now.
Greg Perham
ParticipantThe reports of 4.4.21 are gone. Did have to manually update to 4.4.20.1:
Download failed. cURL error 61: Unrecognized content encoding type. libcurl understands deflate, gzip content encodings.
Greg Perham
ParticipantThen please correct the version number your server reports.
Greg Perham
ParticipantDownloading from your website has the same issue
December 19, 2017 at 12:39 pm in reply to: cURL error 61: Unrecognized content encoding type. libcurl understands deflate, #1409094Greg Perham
Participant“Report the same issue and get support” creates a new topic, so I’m not doing that; just replying here that I can’t update, either. This seems to happen every so often with your updates. One more aggravation that makes me glad when I can move clients to an alternative.
Greg Perham
ParticipantThank you, that snippet works!
Greg Perham
ParticipantNo, that doesn’t work either
Greg Perham
ParticipantOkay, I will make a different request: Please make your widget usable in settings other than the primary Widgets screen. Page builder plugins (and Gutenberg) and custom sidebar plugins allow widgets to be created while viewing other pages of the admin. Your widget is not able to be configured in these scenarios.
Greg Perham
ParticipantThat does not work. The scripts are still loaded, and the errors still appear.
Greg Perham
ParticipantFortunately, I was able to resolve it just by editing each ticket and re-saving.
October 26, 2016 at 10:57 am in reply to: tribe_get_events returns posts when it should not #1183318Greg Perham
ParticipantPerhaps this was fixed in the recent minor update that came out a day or two after I created this topic. It’s now working as expected. I did verify the behavior on Twentysixteen with all other plugins disabled before posting.
October 24, 2016 at 7:57 am in reply to: Pressing tab key in Start Date & Time skips fields #1181895Greg Perham
ParticipantThe video does not play.
Go to wp-admin/post-new.php?post_type=tribe_events
Put cursor in Start Date & Time
Press tab key (1 time for an all-day event, else 4 times). You’ll see it skips input#EventEndDate
PS. “All Day Event” should be “All-day Event”, as “all-day” is a compound adjective.
Greg Perham
Participant1. Creating a new post in your forum
2. I’m using a fixed version of jQuery Resize on my site. To reproduce, enqueue a script in your theme with
jQuery(window).resize(function(){});3. Chrome on Mac
-
AuthorPosts
