Forum Replies Created
-
AuthorPosts
-
karen
ParticipantYES!… thanks for catching that!
karen
ParticipantSky,
this just does not make any sense. What does the file upload in the standard wordpress setting have to do with the special setting for community events? Should I not be able to set it separately? And if NOT, what is the point of the addition to the functions.php above to set upload for Community Events. My standard one is set to 50MG but it shows 0 kb. Thanks,karen
ParticipantA little more info. when you submit an event or when the event is submitted and it tells you that it cannot upload this file because it does not adhere to the 0B standard.
karen
ParticipantHow do I fix this? See screenshot. I need the actual size in Kilobytes or M would be nice. Thanks!
karen
ParticipantThis is Community Events. There is a snippet to add to the Functions.php to limit file upload size to community events. Yes, kb is usually used by your snippet has M for Megabytes so I thought that maybe K for kilobytes would work. Or maybe K is not even legal. Who knows?
/** * The Events Calendar: Community Events: Limit image upload to 1 megabyte. * * Requires Community Events version 4.5.12 or later. * * @see Tribe__Events__Community__Main::max_file_size_allowed * @see wp_convert_hr_to_bytes() * * @link https://gist.github.com/cliffordp/03ddb4913adcdb7d2888ef6a7c7841c9 This snippet. * @link https://cl.ly/403L0o473b1P 1-minute video demonstrating this snippet works. * * @return int */ function cliff_ce_max_upload_size() { return wp_convert_hr_to_bytes( ‘1M’ ); } add_filter( 'tribe_community_events_max_file_size_allowed', 'cliff_ce_max_upload_size' ); --karen
ParticipantI set the NON-recurrence to the second Saturday, just like in the recurrence. It saves as the 14th for some reason, presumably because that was the first occurance.
karen
Participantagain
karen
ParticipantThis one?
karen
ParticipantThis reply is private.
karen
ParticipantSeems to work fine now.
karen
Participantthe error the other day said that I had reached my limit which I doubt. This one is different now. In Fact there are several, none of which make any sense. See attached.
thankskaren
Participantwill I lose all my current imports and settings? That would not be good.
October 27, 2017 at 5:03 pm in reply to: How do the old HIDE and IGNORE events get deleted? #1370493karen
ParticipantI don’t mean to be Rude, but FEATURE? Really. This seems pretty CORE to me. That said, you can close this ticket.
October 26, 2017 at 6:11 am in reply to: How do the old HIDE and IGNORE events get deleted? #1369121karen
Participantoh geez, not really.. How are events cleaned up?
October 25, 2017 at 12:01 pm in reply to: How do the old HIDE and IGNORE events get deleted? #1368842karen
ParticipantHere ya go.
-
AuthorPosts
