karen

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 273 total)
  • Author
    Posts
  • in reply to: file upload size in Kilobytes #1617755
    karen
    Participant

    YES!… thanks for catching that!

    in reply to: file upload size in Kilobytes #1617730
    karen
    Participant

    Sky,
    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,

    in reply to: file upload size in Kilobytes #1617032
    karen
    Participant

    A 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.

    in reply to: file upload size in Kilobytes #1617031
    karen
    Participant

    How do I fix this? See screenshot. I need the actual size in Kilobytes or M would be nice. Thanks!

    in reply to: file upload size in Kilobytes #1601358
    karen
    Participant

    This 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' );
    --
    in reply to: exclusion by yearly does not work #1537845
    karen
    Participant

    I 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.

    in reply to: exclusion by yearly does not work #1537535
    karen
    Participant

    again

    in reply to: exclusion by yearly does not work #1537036
    karen
    Participant

    This one?

    in reply to: Event Aggregator not finding events #1527079
    karen
    Participant

    This reply is private.

    in reply to: your limit has been reached #1515337
    karen
    Participant

    Seems to work fine now.

    in reply to: your limit has been reached #1514294
    karen
    Participant

    the 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.
    thanks

    in reply to: ONLY want 100 a day on renewal #1479572
    karen
    Participant

    will I lose all my current imports and settings? That would not be good.

    in reply to: How do the old HIDE and IGNORE events get deleted? #1370493
    karen
    Participant

    I don’t mean to be Rude, but FEATURE? Really. This seems pretty CORE to me. That said, you can close this ticket.

    in reply to: How do the old HIDE and IGNORE events get deleted? #1369121
    karen
    Participant

    oh geez, not really.. How are events cleaned up?

    in reply to: How do the old HIDE and IGNORE events get deleted? #1368842
    karen
    Participant

    Here ya go.

Viewing 15 posts - 16 through 30 (of 273 total)