Barry

Forum Replies Created

Viewing 15 posts - 13,216 through 13,230 (of 17,936 total)
  • Author
    Posts
  • in reply to: Previous events won't display #62436
    Barry
    Member

    That’s strange – it seems that a response is being sent back to the browser but is basically empty.

    Can you try deactivating all other plugins (except for those by Modern Tribe) and switching to a default, unmodified theme and see if that resolves this?

    If it does, try reactivating those components one-at-a-time until you discover the conflict, if there is one. Does that help?

    in reply to: Create background and border #62435
    Barry
    Member

    Hi accessrose, a short and simple CSS rule like this should do the trick:

    #tribe-events-pg-template { background: white }

    If your theme has somewhere that you can add custom CSS you might be able to quite easily add this there, or you could just add it to the bottom of your theme’s own stylesheet. Otherwise you’d have to either use Andy’s plugin (as referred to by Rob) or else read through the Themer’s Guide and learn about creating a tribe-events.css stylesheet:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    If there is anything specific in there you don’t understand then definitely let us know and if we can prod you in the right direction we will ๐Ÿ™‚

    Hope that helps!

    in reply to: Calendar View #62433
    Barry
    Member

    Hi Donna – so a great starting point is our Themer’s Guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    If I’m understanding you correctly then the template you need to override here is month/single-event.php so your override would live at:

    your_theme/tribe-events/month/single-event.php

    Assuming that is initially a straight copy of the original, please locate this line of code:

    <h3 class="tribe-events-month-event-title summary"><a href="<?php tribe_event_link( $post ); ?>" class="url"><?php the_title() ?></a></h3>

    Within that line – just before <?php the_title() ?> – could you try inserting:

    <?php echo tribe_get_start_date(null, true, ' ') ?>

    So that the complete line looks like:

    <h3 class="tribe-events-month-event-title summary"><a href="<?php tribe_event_link( $post ); ?>" class="url"><?php echo tribe_get_start_date(null, true, ' ') ?> <?php the_title() ?></a></h3>

    Does that accomplish what you need here?

    in reply to: Template issues #62432
    Barry
    Member

    Hi Jahnu,

    I’m not familiar with Ultimatum – but have you tried changing the default template in Events > Settings > Display – does that make any difference here?

    in reply to: "Upcoming Events" appended to page titles sitewide #62431
    Barry
    Member

    Hi Anderson – in the first instance can you take a look at this FAQ entry and see if that helps out here:

    https://theeventscalendar.com/faqs/the-calendar-page-title-shows-title-of-an-event/

    If not, can you confirm if switching to a default theme such as Twenty Twelve resolves this (and, if so, what theme are you using)?


    @joeleadedesign
    : definitely feel free to monitor this thread, but if you find none of the steps we suggest to Anderson work for you it would be appreciated if you could create your own thread where we can separately work through this with you. Thanks!

    in reply to: Database Error #62429
    Barry
    Member

    Hi Anne,

    Sometimes bits of code can be stripped out by our forum software – which makes it difficult to know if I’m seeing everything or if pieces are missing. If it all possible, could you post that list of errors a second time using a service like Pastebin or Gist?

    I also note you tried deactivating all other plugins/reverting to a default, unmodified theme. Can you confirm if that made any difference here?

    in reply to: Add description to HTML ticket #62426
    Barry
    Member

    Closing this one out.

    Barry
    Member

    Guessing you’re all good here – closing this thread out ๐Ÿ™‚

    in reply to: Move ticket info above event info #62424
    Barry
    Member

    Closing this one, hopefully the above helped out but if not please don’t hesitate to create a new thread ๐Ÿ™‚

    in reply to: Not Receiving Emails #62423
    Barry
    Member

    Closing this one out since it’s been a while with no follow-up – if you do need further support please don’t hesitate to create a new thread.

    in reply to: Change the heading / word 'Tickets' on a event page #62422
    Barry
    Member

    Closing this out since there’s been no further follow up – if you do require further support please feel free to create a new thread.

    in reply to: Errors appearing when editing Menus #62421
    Barry
    Member

    Hi marktimemedia, I’m going to close this one out since you should hopefully be able to use the above workaround / if not it ought to be resolved in a forthcoming maintenance release. Thanks for your support!

    in reply to: Events page direct to Blog Posts #62420
    Barry
    Member

    Hi Grรฉgoire – closing this out since it’s been a while with no further follow-up. Of course if you still need help please just create a new thread ๐Ÿ™‚

    in reply to: The tickets option is not showing up on my event page. #62419
    Barry
    Member

    Hi lsgdesserts, it’s been a while without any update so I’ll assume you’re all sorted here and close this thread. Thanks!

    in reply to: Show link to Event on homepage template #62417
    Barry
    Member

    Hi braniganinteractive,

    So you’ve got a couple of choices there – you could either inspect the array or you could alternatively ask for a single result to be returned by doing something like:

    get_post_meta($event_id, '_EventBriteId', true)

    There’s a great guide to how get_post_meta() works over here: http://codex.wordpress.org/get_post_meta

    Does that help at all?

Viewing 15 posts - 13,216 through 13,230 (of 17,936 total)