Barry

Forum Replies Created

Viewing 15 posts - 16,441 through 16,455 (of 17,936 total)
  • Author
    Posts
  • in reply to: Customer Account facility #30807
    Barry
    Member

    Hi Francis!

    The same My Account feature built-in to WooCommerce itself is automatically available (so long as you enable it) and allows customers to create an account, log in and see past and current orders.

    Does that answer your question?

    in reply to: Wootickets check in list #30806
    Barry
    Member

    Hi Mitesh:

    Would adding/showing the names of the attendee’s be difficult to do if we were to do it ourselves.

    That’s difficult for us to answer since we don’t know what your level of expertise is/if you are working with people who are proficient in WordPress development. It’s definitely possible though.

    Another question is adding custom fields in the form during check out, is that possible?

    The actual checkout process is the same as that you would run through with any WooCommerce product. One thing that is different is that by default the WooCommerce product page (for tickets) is not displayed. Instead, the customer will add however many tickets they want right on the single event page.

    After that, however, you can definitely do everything you would anyway be able to do with WooCommerce.

    in reply to: Show Excerpt With Thumbnail in Event List View #30783
    Barry
    Member

    Yep, sorry! We’re aware it’s a pain and some changes are in the works, but for the time being using Pastebin/Gist etc is the best workaround we can suggest :-/

    in reply to: Events Calenar year 2013 bug #30778
    Barry
    Member

    No problem at all – glad you’re all sorted, always good to see creative stuff being built on top of The Events Calendar. I’ll close this thread now and if there are any other issues please just go ahead and create a new thread/topic.

    Thanks!

    in reply to: Show Excerpt With Thumbnail in Event List View #30772
    Barry
    Member

    Hi Tara – you will need to use Pastebin or Gist (or a similar service) to share code in the forum, I’m afraid.

    in reply to: Events Calenar year 2013 bug #30771
    Barry
    Member

    So possibly a clash with query variables that are already reserved. Can you try making a few changes so that you are using _m instead of month and _y instead of year, so a query might look like:

    http://hv.crosbydev.com/events-widget/?_m=01&_y=2013

    in reply to: Zip Code Format Drops the "0" #30767
    Barry
    Member

    Interesting. I don’t see this on a default install, running 2.0.10 (for The Events Calendar and Events Calendar PRO).

    I see you noted when you opened this thread that you ran through the usual troubleshooting steps (deactivating other plugins, reverting to a default theme etc). I’m guessing that didn’t yield any results to speak of?

    If not, can you confirm if you are using custom templates/template overrides and if you’ve tried disabling those?

    in reply to: Remove Posted by and Comments Off #30764
    Barry
    Member

    Here’s those lines of code again in case it’s easier: http://pastebin.com/MTc23GHZ

    in reply to: Remove Posted by and Comments Off #30762
    Barry
    Member

    Hi Courtney.

    Please check out our tutorial on template overrides if you haven’t done so already: https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/

    In your custom list.php template, locate and try removing the following lines:

    <dt class="event-label event-label-updated"><?php _e('Updated:', 'tribe-events-calendar'); ?></dt>
    <dd class="event-meta event-meta-updated"><span class="date updated"><?php the_date(); ?></span></dd>
    <?php if ( class_exists('TribeEventsRecurrenceMeta') && function_exists('tribe_get_recurrence_text') && tribe_is_recurring_event() ) : ?>
    <dt class="event-label event-label-schedule"><?php _e('Schedule:', 'tribe-events-calendar'); ?></dt>
    <dd class="event-meta event-meta-schedule"><?php echo tribe_get_recurrence_text(); ?>
    <?php if( class_exists('TribeEventsRecurrenceMeta') && function_exists('tribe_all_occurences_link')): ?>(<a href='<?php tribe_all_occurences_link(); ?>'>See all</a>)<?php endif; ?>
    </dd>
    <?php endif; ?>

    Does that work for you?

    in reply to: Events Calenar year 2013 bug #30758
    Barry
    Member

    OK! Posted at the same time there. Let me take a look.

    in reply to: Events Calenar year 2013 bug #30757
    Barry
    Member

    Can you use a service like Gist or Pastebin, then link to your code that way? Unfortunately this forum doesn’t handle code nicely.

    in reply to: Show Excerpt With Thumbnail in Event List View #30754
    Barry
    Member

    You can certainly limit the number of words. Where this piece of code is used (in Mike’s example):

    TribeEvents::truncate($post->post_excerpt)

    You can add an extra parameter to specify how many words ought to be used (else it defaults to 44):

    TribeEvents::truncate($post->post_excerpt, 100)

    This tutorial explains how to add thumbnails to the next event widget. In essence though you should be able to borrow the Add Thumbnail Code from the start of that tutorial and work it into your custom list template.

    in reply to: Zip Code Format Drops the "0" #30752
    Barry
    Member

    Hi Tara – can you just confirm where and in what context you are seeing this?

    If I add a venue with an address in Connecticut, for instance, with zip code 01234 I still see that number, complete with leading zero, when I view the event and venue pages.

    in reply to: Events Calenar year 2013 bug #30751
    Barry
    Member

    Hi Crosby,

    Sorry to hear that you are experiencing problems here. Can you clarify, is this a custom script you wrote yourself – and does everything work as expected with The Events Calendar otherwise? If so we can certainly take a look (if you will share the custom code and explain a little about what you are trying to achieve) but can’t make any guarantees.

    Also, I see you noted that you are using 2.0.10 when you opened this thread but it looks to me like 2.0.8 is the version actually installed. Can you confirm if that’s the case?

    Thanks,

    Barry

    in reply to: Community Events defaulting #30728
    Barry
    Member

    Hey Alan – anything else we can do here? If not, no worries – we’ll close the thread in a day or two (you can always create a new one).

Viewing 15 posts - 16,441 through 16,455 (of 17,936 total)