Courtney

Forum Replies Created

Viewing 15 posts - 5,506 through 5,520 (of 5,607 total)
  • Author
    Posts
  • in reply to: Multiple Events #1254821
    Courtney
    Member

    Hi Scott,

    We don’t have a way for you to test this. However, I took a screenshot of my local install showing what the community submitted recurring event area would look like. Both plugins are designed to work together for this:

    event time date recurring

    We do also have a 30 day refund policy in case you are not completely satisfied with your purchase.

    Is there anything else you need help with?

    Thanks,
    Courtney

    in reply to: All Events Link #1254759
    Courtney
    Member

    Hi Tom

    Could you try targeting the CSS on the page with the shortcode using something like this:


    .tribe-events-shortcode {
    line-height: 0!important;
    }

    Notice that it says .tribe-events-shortcode.

    That should get you started. Let me know how it goes.

    Thanks,
    Courtney

    in reply to: Plugin not showing up #1254733
    Courtney
    Member

    Hi Nancy,

    I just checked with the team and learned actually your license should work for 1 of the sites within the multi-site. I’m so sorry I didn’t know that before.

    That said, do you have WooCommerce installed with your plugin? You’ll need it to see that as an option vs. just the RSVP radio button.

    As for the license, there is a known bug with how to enter that. I updated our bug report as well with this thread so you can be updated when it is resolved. The license key doesn’t fix the display a payment option issue you are having, or really have any new features. It just determines when you receive update notifications. Since your situation isn’t working, we can flag this forum thread as pending fix so you’ll get a notice via email about it.

    Can you check on the WooCommerce install and network activated?

    If you are still unhappy, we can certainly issue a refund.

    Thanks,
    Courtney

    in reply to: Featured Events mobile styling issue #1254638
    Courtney
    Member

    Hi Ines,

    Unfortunately we’re limited in helping with styling customizations, per our Support / Terms.

    The furthest that I can help with your CSS needs is to offer this code:


    .tribe-events-loop .tribe-events-event-meta {
    background-color: transparent !important;
    Border: 0px !important;
    }

    .tribe-events-list .tribe-events-venue-details {
    border-top: 0px !important;
    }

    But a few tips to help you carry this further include:

    1. Typically, don’t change the theme or plugin’s css files, they will be overwritten on updates. To avoid this, follow the steps outlined in Themer’s Guide
    2. Use overriding CSS files, or add CSS to your site using Appearance » Customize » Additional CSS.
    3. Use !important before a semicolon to override every css rule. It’s a brute force method, but works for quick fixes.
    4. Please check out this Customizing WordPress #2 – Using Chrome Developers Tools YouTube video in addition to our Using Chrome Developer Tools tutorial on how to easily make changes using CSS.

    I hope this helps.

    Thanks,
    Courtney

    in reply to: Featured Events mobile styling issue #1254459
    Courtney
    Member

    Hi Ines

    The best way to modify the CSS code for mobile is to use our Themer’s Guide and then modify the mobile CSS styling.

    That file is located at:

    /wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css

    Let me know if this works for you.

    Thanks 🙂
    Courtney

    in reply to: reCaptcha API Settings #1254413
    Courtney
    Member

    Hi David

    I’d really like to help you get that fixed. 🙂

    Can you send along your System Info? It’ll help me see all sorts of helpful details to determine why you are experiencing this issue.

    Thanks,
    Courtney

    in reply to: Plugin not showing up #1254409
    Courtney
    Member

    Hi Nancy,

    Unfortunately, your license doesn’t support a multisite install of the plugin. You can review the license options at https://theeventscalendar.com/product/wordpress-event-tickets-plus/.

    Will upgrading work for your needs?

    If there’s anything else I can do to help, let me know.

    Thanks,
    Courtney

    in reply to: Padding not Visible on Event Feature Image #1254400
    Courtney
    Member

    Hello 🙂

    Try this:


    .tribe-events-event-image img
    {
    padding-right: 20px;
    }

    That should give you a little space between the featured image and the text.

    Let me know if that works for you.

    Thanks,
    Courtney

    in reply to: Eventbrite Plugin Asking for venue and valid address #1254398
    Courtney
    Member

    Hello Deloris

    I’m sorry this isn’t working for you yet. I’d like to help get this resolved 🙂

    Has the same venue previously work? If so, the Eventbrite API might be having some downtime. Is this event not working while other events are working?

    Another alternative is to follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.

    If it doesn’t, would you mind enabling WP_DEBUG and sharing any messages you see while navigating your site’s home page, events page, single-event pages, and any other of your site’s pages relevant to this ticket?

    Thanks,
    Courtney

    in reply to: Format Smallest List #1253970
    Courtney
    Member

    Hi Íñigo

    I’d like to help you with as much of this as we can.

    To change the size of the font for the price, it’s a simple CSS fix.


    /* Body content full width */

    .tribe-events-list .tribe-events-event-image+div.tribe-events-content
    {
    width: 100% !important;

    }

    /* Increase price font size */
    div.tribe-events-event-cost {
    font-size: 2rem;
    }

    However, to change the featured image with wrapped text, you’ll want to check out the Themer’s Guide and additional documentation in the Featured Images article. Unfortunately, we cannot help with customizations.

    You’ll start by copying the folder and files from the plugin over to a folder within your theme. This will prevent plugin updates from conflicting with your customizations.

    Then, you’ll locate the list view mode that displays the featured image and place it where you’d like.

    After that, you’ll be able to use CSS to modify the location.

    I hope this helps you.

    Thanks,
    Courtney 🙂

    in reply to: Multiple Events #1253778
    Courtney
    Member

    Hi Scott

    It sounds like you’ve got a fun project in the works.

    The Events Calendar Pro plugin does allow for recurring events. This would meet your needs for repeats.

    To allow users to submit events, you’d want the Community Events plugin as well.

    Is there anything else I can help you with?

    Thanks,
    Courtney 🙂

    in reply to: Events pro/aggregator/Eventbrite #1253773
    Courtney
    Member

    Hi Emma 🙂

    We do have a non-profit program. Please complete the application at https://theeventscalendar.com/apply-for-npp/.

    Let me know if there’s anything else I can do to help.

    Thanks,
    Courtney

    in reply to: Move ticket order #1253772
    Courtney
    Member

    Hi Kamran

    I wish that the ticket order sorting were a little easier. But the good news is that you can sort by price.

    At the bottom of https://theeventscalendar.com/knowledgebase/changing-the-order-of-tickets/ is a guide to sorting by price.

    Do notice at the beginning of the guide, it refers to the Themer’s Guide. You’ll need to follow the steps there as well so you place the override code in the correct location.

    Please let me know how you make out 🙂

    Thanks,
    Courtney

    in reply to: Events tagged with event category not displaying #1253761
    Courtney
    Member

    Hi Virginia

    I’m sorry you aren’t seeing the events in your category. Can you provide a link to the category and a link to an event that should display within it?

    I’d really like to help you get this fixed. 🙂

    Thanks,
    Courtney

    in reply to: Shortcode not restricting to only Featured Events #1253758
    Courtney
    Member

    I’m sorry to hear that the update isn’t showing.

    When you are not seeing the update notice, deactivating the plugin usually works (as long as your license is still valid).

    If that doesn’t show the update, then it is sometimes necessary to completely delete the plugin and reinstall it from scratch (which causes no loss of data by the way).

    Is there anything else I can help you with ?

    Thanks,
    Courtney

Viewing 15 posts - 5,506 through 5,520 (of 5,607 total)