Geoff

Forum Replies Created

Viewing 15 posts - 9,691 through 9,705 (of 10,150 total)
  • Author
    Posts
  • in reply to: Add Guest Names? Must have Feature… #832788
    Geoff
    Member

    Awesome, thanks for following up and sharing how you handled it! That does sound like a solid way to get around the guest names issue not offered in WooTickets.

    Cheers!
    Geoff

    in reply to: need ALL events to show "above the fold" in MONTH view #832785
    Geoff
    Member

    Hi there, Jennifer! Thanks for getting in touch. 🙂

    Good question. The calendar does offer a setting to display any number of events on a given day in Month view. Here is a screenshot of what that looks like in the WordPress admin.

    That said, this could make the containers for days on the calendar rather large if there are a lot of events in a given day, but you will be able to see all events.

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

    Cheers!
    Geoff

    in reply to: Need ical feed info #832760
    Geoff
    Member

    Hi there, Ross! Thanks for getting in touch. 🙂

    Good question. The iCal information itself is not part of a feed that can be pulled in the way you’re describing. However, the RSS for the calendar as a whole can.

    The RSS feed can be viewed at: [your-site]/[your-event-slug]/feed. That feed contains all data related to your events.

    Does that make sense? Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Add click to ‘Find out more’ button in the Tooltip.php #832728
    Geoff
    Member

    My pleasure! I’m so glad this worked out for you. 🙂

    I’m going to go ahead and close this thread, but please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help.

    Also, if you have a moment, we’d love it if you rated the plugin and shared your thoughts about it with others on our review page.

    Thanks again!
    Geoff

    in reply to: Photo view issue on collapse filter #832714
    Geoff
    Member

    Hi there, Jon! Thanks for getting in touch and sorry you’re running into some trouble here.

    The photos ought to align properly when the vertical filter bar is toggled and they seem to do that properly in my test site. Are there any scripts or CSS on your site that are preventing that from happening? I was unable to see an example on your site.

    I imagine you could force a page load when toggling the filter bar. Then again, AJAX would kick back in once a filter is selected, possibly putting you in the same situation. You can enqueue/dequeue any of your own scripts to handle that and set up a filter using the tribe_events_ajax_response hook to create the behavior you’re looking for.

    The most efficient solution is likely to manage it at the CSS level so the photos align properly at given breakpoints.

    I hope this helps!

    Cheers,
    Geoff

    in reply to: Add click to ‘Find out more’ button in the Tooltip.php #832670
    Geoff
    Member

    Good question. The answer is to create an override of the tooltip.php template instead of modifying the core file.

    In summary, that means:

    • <span style=”line-height: 13px;”>Make a copy of the tooltip.php file</span>
    • Create a new directory in your theme folder called tribe-events and another folder inside of that called widgets. Drop the copied file in there.
    • Make you changes to the template and save them

    Now the template is in your theme and will not be overridden when the plugin updates. 🙂

    These steps are more thoroughly detailed in our Themer’s Guide, which I suggest you check out.

    Does that make sense? Will that work for you? Please let me know.

    Cheers!
    Geoff

    in reply to: tribe_events returned when another post_type is specified #832654
    Geoff
    Member

    Hi there Oliver! I’m glad updating the core plugin resolved the issue.

    In general, we try to keep our forum topics to one thread per issue (and leave them unedited) so others can more easily find answers to similar issues. Please keep that in mind for the future, but let’s see if we can tackle the issue with your query. 🙂

    Events posts can be queried either by using the tribe_get_events() function or the default WordPress get_posts(). In this case, it sounds like get_posts() is your best bet since you want to exclude Events from the query and only show Resources.

    That would look something closer to this, though you may need to massage it for your specific situation:

    $args = array(
    'posts_type' => 'resource',
    'terms' => array('films', 'tv_shows');

    I hope this helps point you in the right direction. 🙂

    Cheers!
    Geoff

    in reply to: List event of the day only (with the widget) #832622
    Geoff
    Member

    Hi there, Camille! Thanks for getting in touch. 🙂

    Unfortunately, the List Widget only displays upcoming events from all days by default. Adding a filter to display just the current day is something that has been requested on our UserVoice page. If it’s something you’d like to see as well, I’d encourage you to head over there and add your vote.

    That said, I do believe this sort of thing is achievable. It would require a level of customization we’d need to leave in your hands, but if there is a specific stumbling block you are hitting we’d be happy to point you in the right direction, if we can.

    Here are a few points to get your started:

    • You can modify the query used by the list widget with the tribe_events_list_widget_query_args() filter hook
    • You can customize the layout of the widget by overriding the list-widget.php template (located in the plugin folder under (/views/widgets/list-widget.php)
    • It might be worth considering how you want to handle days in which no events exist

    Also check out our Themer’s Guide for more information on customizing layouts and our Technical Docs for all the hooks available to you.

    Cheers!
    Geoff

    in reply to: tribe_events returned when another post_type is specified #832567
    Geoff
    Member

    Hi there Oliver, welcome to the forums. 🙂

    Ah, I see that you’re using different versions of The Events Calendar (3.2) and The Events Calendar PRO (3.8.1). These types of errors can definitely happen when the versions are our of sync.

    Try upgrading PRO to 3.8.1 to see if that clears it up. You can grab it by logging into this site and heading over to the Downloads page.

    Does that help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Add click to ‘Find out more’ button in the Tooltip.php #832547
    Geoff
    Member

    Hi there Adam! Thanks for getting in touch and welcome to the forums. 🙂

    The link for any given event can be grabbed with the following:

    <a href="[[=permalink]]">Find out more</a>

    Add that to your tooltip.php template override and let me know if that helps.

    Cheers!
    Geoff

    in reply to: FIlter bar does not work on the iPhone #832508
    Geoff
    Member

    Awesome, thanks so much for setting this up! I really appreciate it and it helps a ton. 🙂

    The filter seems to be working as it should on the clean install. In small screen mode, the filter bar is the only visible element when it is expanded. The filters are displaying correctly and return results when a “Thématiques” filter is selected. The filter bar also properly returns the page to its normal state when collapsed. I tested this on my phone, but here’s a screen capture of the test on a scaled-down desktop as well.

    Does that look correct to you as well?

    That leads me to believe that the original issue is a conflict with the theme, although I have a hunch the Google ad placement could be responsible as well. Unfortunately, troubleshooting specific theme conflicts is something that’s outside the scope of what we can provide here in the forums, but I would suggest adding elements from your production site to the clean install one at a time to isolate the issue and resolve from there.

    I’m sorry I don’t have a specific, concrete solution for you, but I hope this helps point you in the right direction.

    Cheers!
    Geoff

    in reply to: blog is being set to current_page_parent #832455
    Geoff
    Member

    Hey there, Guy!

    That’s certainly odd. I’ve tested it out on my site (in footer.php) and it seems to do the trick. You may need to play around with it a bit to suit your specific theme, but the snippet should be a good starting point for you to get what you’re looking for while the theme developer responds with a more solid theme-level solution.

    You can also create a template override of the default-template.php file for the plugin and drop the snippet in there without the PHP:

    <script>
    $("#menu-item-227").removeClass("current_page_parent")
    </script>
    

    To do that:

    • Create a copy of the default-template.php file (/plugins/the-events-calendar/views/default-template.php)
    • Create a new folder in your theme directory called tribe-events and place the copied file in there
    • Add the snippet to the file and save it

    I hope this helps!

    Cheers,
    Geoff

    Geoff
    Member

    Thanks for confirming the answer, Brad! Please feel free to hit us up with a new thread if any other questions pop up. We’d be happy to help. 🙂

    Geoff

    in reply to: Stying the page that the events calendar resides on? #830856
    Geoff
    Member

    Hey there, Chris! Welcome to the forums and thanks for getting in touch. 🙂

    Good question. As you’ve already discovered, the calendar page isn’t actually a page that is editable through your WordPress dashboard. However, you can override any style for the calendar in one of two ways:

    • <span style=”line-height: 13px;”>Adding the styles to your theme’s style.css file</span>
    • Creating a new directory to your theme folder called tribe-events, adding a file in there called tribe-events.css, and adding your styles in there.

    These steps are detailed more thoroughly in the “Customizing Styles” section of our Themer’s Guide. I’d suggest heading over there to learn more about how to customizing the calendar styles.

    Does that make sense? Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi there, Brad! Thanks for getting in touch!

    Good question. Yes, that URL is valid with or without the Filter Bar add-on. Additionally, each venue has it’s own URL that lists associated events with it. For example, a venue called “Home” would look like this: [your-site]/events/venue/home. Here’s an example from your site.

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

    Cheers!
    Geoff

Viewing 15 posts - 9,691 through 9,705 (of 10,150 total)