Barry

Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 17,936 total)
  • Author
    Posts
  • in reply to: Date format in this week widget #1318660
    Barry
    Member

    Gotcha! Those are actually passed through WordPress’s own date localization helpers, so my hunch is the problem lies there rather than directly with our own plugin code.

    Did you have a chance to try to approach I suggested previously (with the tribe_events_this_week_date_format code)?

    in reply to: Hosting parameters for growing Business #1318646
    Barry
    Member

    This reply is private.

    in reply to: Customize Google Calendar Import #1318636
    Barry
    Member

    The problem is that as they don’t support those fields, there’s a limit to what we can do on our side.

    Certainly if you have control of the Google Calendar data you are importing for you could settle on a convention like having descriptions along these lines:

    Usual description which will become the imported event description...
    
    Organizer: Joe Schmoe
    Categories: Party, Evening, Formal

    With some custom dev work (and I’m afraid it’s the sort of task that goes beyond the scope of support offered here on the forums) you could parse the organizer and category data. However, this would certainly be bespoke functionality and it’s unlikely we would roll that into the plugin itself.

    Barry
    Member

    Excellent!

    in reply to: Modifying Date/Time format in Widget List View #1318632
    Barry
    Member

    Excellent!

    in reply to: 'Out of Installs' It just stopped updating #1318631
    Barry
    Member

    Excellent!

    in reply to: Fatal Error on Install / Activation #1318629
    Barry
    Member

    Hi Yvonnie,

    I believe I just replied to you via email 🙂

    I understand the refund has now been processed and it looks like you have an up-to-date Events Calendar PRO license – switching to the latest version of that ought to resolve the fatal error you cited.

    Let me know if you need any further assistance with this.

    in reply to: Fatal Error on Install / Activation #1317700
    Barry
    Member

    Yikes!

    Sorry to hear that, Yvonnie.

    Am I correct in thinking you are still running a 2.x version of Events Calendar PRO? If so, I strongly recommend upgrading (and you may need to buy a new license key to do that).

    If that’s not an option, I’m afraid you’ll need to roll back both The Events Calendar and any other related plugins you are using (like Community Events) to equally old versions — which I don’t really recommend.

    You could also deactivate/delete Events Calendar PRO … given the age of the version I think you are using, I’d be surprised if it works as expected alongside our most recent release of The Events Calendar.

    Barry
    Member

    Hi Michal,

    Apologies for the delayed response!

    The “View More” part is easy: just as with the advanced list widget itself, the shortcode automatically adds this as needed – but there do need to be enough events (more than it can list itself) for this to appear.

    In terms of adding the category, can you clarify? Do you want to place a list of categories next to each event, or use a list of all categories each event is assigned to, or something else?

    Thanks!

    in reply to: Event will not occur – outstanding Issue #1317675
    Barry
    Member

    This reply is private.

    Barry
    Member

    Hi Lisa,

    Are you comfortable adding custom snippets of code to your site?

    add_action( 'admin_init', function() {
    	remove_action( 'admin_notices', array(
    		Tribe__Events__Pro__Geo_Loc::instance(),
    		'show_offer_to_fix_notice'
    	) );
    }, 100 );
    

    If you are, adding the above to a custom plugin or even to your theme’s functions.php file could help you out, here.

    Let me know if that helps!

    in reply to: Hide number of tickets remaining #1317590
    Barry
    Member

    Hi Cath,

    Sorry for the delay. Cliff is out this week so I thought I’d stop by and see if I can offer any help.

    If I understand correctly, the problem is with the ‘X tickets left’ text that was recently added to event list views. If so, this can be removed using the following PHP snippet (which you might add either to a custom plugin or your theme’s functions.php file):

    add_filter( 'tribe_tickets_buy_button', '__return_empty_string' );
    

    Does that help at all?

    in reply to: embed "Add-"website #1317547
    Barry
    Member

    Sounds like you’re all sorted – but please do feel free to create new topics as needed if we can help with anything else 🙂

    Barry
    Member

    Terrific!

    in reply to: Community form additions/issues #1317536
    Barry
    Member

    ‘Organizer’ (that is the complete string – and it’s then used within other strings – note also the capitalization) belongs to the ‘the-events-calendar’ text domain.

    Does that work for you?

Viewing 15 posts - 1,036 through 1,050 (of 17,936 total)