Geoff

Forum Replies Created

Viewing 15 posts - 4,741 through 4,755 (of 10,150 total)
  • Author
    Posts
  • in reply to: Sidebars not displayed in my Calendar pages #1055423
    Geoff
    Member

    Yes, that would be possible. Check out our Themer’s Guide because it outlines the steps for customizing the calendar templates.

    Once you identify which templates you would like to customize, I would suggest adding the sidebar shortcode in there and wrapping it in a conditional statement to display on a specific event category. Something like this:

    // Checks for a specific category, then outputs shortcode
    if( tribe_is_tax('category-name-goes-here') ) {
    ...shortcode stuff goes here
    } else {
    ...code for everything else
    }

    Cheers!
    Geoff

    Geoff
    Member

    Hi Ted,

    Sorry, I do not have a date or timeframe for that. It’s not currently slated for an upcoming release as far as I can see at the moment.

    Thanks,
    Geoff

    in reply to: What do we actually require? #1055406
    Geoff
    Member

    Hi Doug,

    So you says we just need Events Pro and Event Tickets Plus now?

    You need the three plugins I mentioned earlier:

    But do I need to purchase Event Tickets Plus separately now or it included?

    You should have Event Tickets Plus in your account if you already purchased WooCommerce Tickets. We provided Event Tickets Plus free of charge to customers with an active WooCommerce Tickets licensed. Please log into your account here on this site, head to My Account > Licenses and let me know if you do not see the Event Tickets Plus license in there.

    Does this help answer your question? Please let me know.

    Thanks,
    Geoff

    in reply to: Code showing up on mouse over pop up #1055398
    Geoff
    Member

    My pleasure! I’ll go ahead and close this thread but will update it once an official fix has been released. 🙂

    Cheers!
    Geoff

    in reply to: Remove data (price) from the event title #1055309
    Geoff
    Member

    My pleasure and thanks for following up!

    I’ll go ahead and close this thread but do please feel free to open a new one if any other questions come up–we’d be happy to help. 🙂

    Cheers,
    Geoff

    in reply to: Looking for calendar feed by category #1055307
    Geoff
    Member

    Hi Tara,

    The RSS feed uses the main calendar view as the basis for what is included in the feed. In this case, the site is set to Month View, so it will display the first ten events in the current month in the feed.

    We have more information on RSS feeds here, including a tutorial on how to customize it further.

    Cheers!
    Geoff

     

    in reply to: Google #1054839
    Geoff
    Member

    Hi Marlen,

    You can import events from Google Calendar into The Events Calendar, as long as the Google Calendar has a valid iCal feed and you have our iCal Importer add-on installed.

    Does this help? Please let me know.

    Cheers,
    Geoff

    Geoff
    Member

    Hi Dylan and welcome to the forums!

    First off, nice work finding the conflicting plugin. That’s seriously awesome detective work and I appreciate you doing that in advance.

    It’s possible that the other plugin is firing javascript that is interfering with The Event Calendar’s code.

    Your best bet is to reach out to the Sermon Manager plugin author and ask for a method to remove that plugin’s scripts from loading on calendar pages. Definitely not trying to bounce you off to someone else, but that other plugin author knows that plugin’s much better than we do and would be able to provide a better solution.

    And, of course, I’ll leave this thread open if any questions pop up that we can help answer while this is being looked at.

    Thanks!
    Geoff

    in reply to: eventbrite tickets not showing on my wordpress site #1054833
    Geoff
    Member

    Hey @ca4it,

    Would you be willing to share the Eventbrite link to the event you are importing? I would like to try importing it on my test site as well to see if I run into the same issue.

    Thanks!
    Geoff

    in reply to: strange links to venues and event organisers #1054830
    Geoff
    Member

    🙂

    in reply to: strange links to venues and event organisers #1054826
    Geoff
    Member

    Shoot, sorry about that. The snippet corrected my issue and I was hoping it would do the same for you as well and would help relieve the issue while we work on an official release.

    I’ll keep you updated with the status of this issue as I know more.

    Thanks,
    Geoff

    in reply to: Excerpt problem not solved with 4.01 update #1054816
    Geoff
    Member

    Thanks for the update, Hans! No news on this issue yet. We are in the middle of working on our next release (4.1) and will be scoping out the following release after that, which will include reported bugs. I’ll keep you posted as I know more.

    Thanks!
    Geoff

    in reply to: EventBrite Import removes country from event address #1054814
    Geoff
    Member

    Hi Jessie,

    No update at the moment. We are working on our next release (4.1) and will be scoping other releases shortly after, in which we will slot bug reports into the mix.

    I’ll keep you posted in the meantime.

    Thanks,
    Geoff

    in reply to: Custom Re #1054811
    Geoff
    Member

    🙂

    in reply to: Code showing up on mouse over pop up #1054810
    Geoff
    Member

    Thanks for your patience on this, Tom. I’ll definitely keep you posted as I learn more about the status of this issue.

    One way to disable the tooltips in the meantime would be to add this to your theme’s style.css file or by using a plugin like Simple Custom CSS:

    .tribe-events-tooltip {
    display: none !important;
    }

    Cheers!
    Geoff

Viewing 15 posts - 4,741 through 4,755 (of 10,150 total)