Cliff

Forum Replies Created

Viewing 15 posts - 4,576 through 4,590 (of 10,686 total)
  • Author
    Posts
  • Cliff
    Member

    Lorraine,

    I definitely understand WPML may be an additional factor here, but I’d suggest using the snippet I previously provided and see if that works for you (you might also need to remove any custom translation on that same string).

    in reply to: Max Attendees & Sold Out #1252719
    Cliff
    Member

    Ben, I’m glad to hear that.

    You’ll want to make sure and do some trial and error testing for your specific situation.

    The functions in these files may be helpful for any of your customizations:

    • /wp-content/plugins/event-tickets/src/template-tags/tickets.php
    • /wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Global_Stock.php

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Facebook Import Failing #1252717
    Cliff
    Member

    My apologies. It’s at wp-admin > Events > Settings > APIs tab

    Please let me know how this goes for you.

    in reply to: Venue Page Event Listing [BUG] #1252710
    Cliff
    Member

    Hi. Thanks for your detailed report.

    I passed it along to our developers and here are some of the initial thoughts about this:

    • Technically, our single venue is hijacking the main query, thus it is the main query. Main queries do not need to call wp_reset_postdata(); after. In calling that we might even break some customizations.
    • All that said, we still call that in our other views. At least, according to the code.
    • We could test this a little more and see if it is running too late for your needs.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply if/when the applicable fix has been released. I cannot guarantee it, as it’s in the development team’s hands now. They need to evaluate, assign, code, test, and schedule it for release.

    Thanks again for sharing your solution and your understanding.

    in reply to: Ticket Quantity Blank #1252172
    Cliff
    Member

    Hi, Ellen.

    Sorry you’re experiencing this. I visited http://sincitybrewtours.com/event/public-inclusive-brewery-tour-4/ and saw the inputs were overlapping.

    Adding this CSS, while not perfect, should rectify the issue:

    body.single-tribe_events .woocommerce .quantity input.minus,
    body.single-tribe_events .woocommerce .quantity input.qty,
    body.single-tribe_events .woocommerce .quantity input.plus {
    width: 35px;
    }

    Please let me know how this goes for you. If it does work for adding tickets to the cart, you could tweak it to make things look prettier, but this would then at least be functional.

    in reply to: My Events Shortcode? #1252167
    Cliff
    Member

    Hi, Thomas.

    No, this does not exist at this time.

    You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    in reply to: google cal and details cost text #1252164
    Cliff
    Member

    Hi.

    In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding.

    1)

    Utilize the code snippet at the bottom of https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ to change this text:

    Cost:

    2)

    Depending on your preferences, you could do it via jQuery. Or, if you prefer PHP, you could use this as a starting point:

    https://gist.github.com/cliffordp/48bc70ec229e09b1dccff1ab006c511a

    To basically replace this method: https://github.com/moderntribe/the-events-calendar/blob/4.4.4/src/Tribe/iCal.php#L69-L82 with whatever you want, which would just be this with adding target=”_blank”

    Please let me know if you have any follow-up questions on this topic.

    Cliff
    Member

    Hi, Theresa.

    The only way I know to accomplish this is to use Filter Bar to generate the URL you want and then link that wherever visitors are navigating/clicking from, like this at our demo site: http://wpshindig.com/events/month/?tribe_eventcategory%5B%5D=46&tribe_eventcategory%5B%5D=38

    Notice the multiple “tribe_eventcategory” in the URL…

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Filter bar pushes calendar below it #1252155
    Cliff
    Member

    Hi, Kristina.

    Geoff definitely went way above our Scope of Support / Terms, where it states that we do not provide CSS/styling or theme-integration assistance, which is where this request falls into.

    Might it be that the CSS you implemented (of your own and/or from Geoff) was wiped away by an update?

    If not and you share a link where we can see the issue, we might be able to offer just a bit more assistance here. However, I’ll again refer to our support limitations (linked above) and make sure you understand that we will not be able to provide ongoing fixes for this if it doesn’t play nice with your site’s theme or other plugin styles in the future.

    Thank you very much for your understanding.

    If you need some coding help, you may want to ask your developer, theme author, or reference our documentation and list of known customizers.

    in reply to: Event Calendar Pro – Gift Cards #1252153
    Cliff
    Member

    Hi, Ryan.

    Thanks for sharing this, but it’s not something we’d provide, and it’s not something we know of existing elsewhere.

    Sorry I can’t help much more on this; it’s just something outside of the scope of our products.

    If you come across a more technical description of what you want to implement, I may be able to offer some additional guidance toward your end goal.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: slide gallery #1252152
    Cliff
    Member

    Hi, Francesco. Sorry you’re experiencing this.

    This isn’t currently a known issue so I’d suggest following these recommended troubleshooting steps for your own site:

    I see from your System Information Report that you’re not running the latest versions. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.

    If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG and share any debug messages you see while changing tickets quantity, navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket.

    Then, please share your System Information (while in Testing for Conflicts Mode). That will give me a lot of extra information to help diagnose the problem.

    You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Let us know what you find out.

    Thanks.

    in reply to: Integration with Custom Content Type fields #1252151
    Cliff
    Member

    Hi, Dietcheese.

    Thanks for your interest in Filter Bar.

    It easily integrates with Events Calendar PRO‘s Additional Fields, which isn’t a regular plain text custom field (it’s a serialized array in a single custom field). There also isn’t any built-in integration with ACF; we don’t have such a snippet available either.

    However, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Change position of featured images in month view #1252148
    Cliff
    Member

    Hi, Simone.

    Technically, it’s outside our Scope of Support / Terms, but here’s a quick bit of CSS that will make the height of both 1-line and 2-line event headings the same… so the images will start at the same position.

    h3.tribe-events-month-event-title {
    min-height: 57px;
    }

    Please let me know how this goes for you.

    in reply to: How create a Filter Bar with my event categories? #1252142
    Cliff
    Member

    Hi, Alexander.

    You’re asking for the exact functionality of our Filter Bar add-on, so I’d recommend purchasing that.

    FYI: we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: SEO and Event List Heading #1252141
    Cliff
    Member

    Hi, Jimmy.

    Please reference https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/ and let me know if you have any follow-up questions on this topic. If you do, please provide links and/or annotated screenshots.

    Thanks.

Viewing 15 posts - 4,576 through 4,590 (of 10,686 total)