Geoff B.

Forum Replies Created

Viewing 15 posts - 6,406 through 6,420 (of 9,860 total)
  • Author
    Posts
  • Geoff B.
    Member

    Good evening Devon,

    Thank you for the info and for sharing what you are trying to accomplish.

    I would recommend not updating these files for that goal.
    Instead, I would use either:

    1. Your theme’s Custom CSS box (if it has one)
    2. Your theme’s style.css file
    3. A plugin such as Simple CSS (if the above 2 solutions are not possible for you)

    Simply add the following CSS rule in there:

    .tribe-tickets-remaining {display: none !important}

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Changing text of COSTS #1172574
    Geoff B.
    Member

    Good evening July,

    Thank you for writing back.

    Here is an updated version of your child theme that includes the snippet.
    I have tested it and it works.  themetrust-create Child

    You only need to replace your current child theme with this one.

    To be on the extra safe side, you can always drop the language files I have sent you in your /wp-content/languages/plugins/ folder as well.

    This should take care of changing the text of the string once and for all.

    As for your second need, that is a bit different. That specific field has validations on it.
    This is why you are currently not free to input just any text.

    Let me ask around tomorrow to see if we cannot override that validation.

    Hang in there and let me know how the first part goes,

    Geoff B.

    in reply to: Displaying the event and tickets #1172571
    Geoff B.
    Member

    Hey Andrew,

    Kudos on finding a workaround on this!

    Let me know if I can assist you further (including using the CSS route).

    Best regards,

    Geoff B.

    in reply to: Colour change and potentially a small bug? #1172570
    Geoff B.
    Member

    Good evening Jason,

    Thank you fro trying these out.
    It does seem like something in Avada is interfering with the Customizer.

    The good news is that we are in the process of integrating the customizer in our plugins instead of in themes which should help with this type of issue.

    In the meantime, you can always override this with CSS. Just go to Avada > Theme options > Custom CSS and use the following rules

    #tribe-events-content .tribe-events-calendar td {
    background-color: #fff;
    }

    #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"], #tribe-events td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #000;
    color: #fff;
    }

    .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
    background-color: #000;
    }

    .tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
    background-color: #000;
    }

    .tribe-events-calendar thead th, .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column, .tribe-grid-header {
    background-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    }

    #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #000;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: Styling Colours of Events widget #1172568
    Geoff B.
    Member

    Hi again Ray,

    My bad, I just noticed that you are not using Avada.

    Could you please send me a copy of your WordPress theme / child theme in a .zip file link (via Dropbox or Google Drive) so that I can run some tests on my end ?

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates you might have made.

    Best regards,

    Geoff B.

    in reply to: Styling Colours of Events widget #1172567
    Geoff B.
    Member

    Good evening Ray,

    Thank you for your answer. I am sorry this approach was not more successful.

    I retested these rules in Avada and they totally should work. As it turns out, I cannot see them on your site for some reason (even when not taken into account, they should at least appear somewhere when the site is inspected with Google Chrome).

    Can you make sure you include the following under Avada > Theme options > Custom CSS

    .tribe-mini-calendar thead {
    background: #009343 !important;
    }
    
    
    .tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #009343 !important;
    color: #fff !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Translation not complete #1172559
    Geoff B.
    Member

    Hello Leonie,

    I can see the files and even download them. But for some reason, I am unable to unzip your folder (I am getting error messages doing so).

    Could you try to just extract the “tribe-events” folder from your Eventica theme and simply putting these files in a .zip directly on this site.

    In the meantime, here is a fully updated details.php: Leonie

    That should fix a few other translations that were missing.
    As a side note, another approach would be to update the language files of the theme itself (which contains the Events Calendar strings in Eventica)

    Best regards,

    Geoff B.

     

    in reply to: Events list shortcode month #1172557
    Geoff B.
    Member

    Good evening David and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The short answer is yes. You can change the list widget view (and shortcode) to your liking.

    In order to do that, you will need to perform a template customization.

    You might want to read our Themer’s guide to get a sense of how that works.

    As you can see, you can basically tweak what shows up in the list widget view by making a copy of its template in your child theme’s /tribe-events/ folder.

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: Translate RSVP and submit button #1172426
    Geoff B.
    Member

    Good afternoon Jack,

    Awesome work there! I’m stoked that this worked for you.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    in reply to: Importing CSV File not working properly #1172118
    Geoff B.
    Member

    Good evening Lindy and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the import not working as expected.
    I would love to help you with this topic.

    I just ran a quick test and I obtained the same result as you. Only 35 out of 49 events were created.
    What is happening is that some of these events were merged.

    I believe the culprit is the use of the ampersand character.
    I just replaced “&” by “and” in your text and it works like a charm.

    Let me know how that goes.

    Best regards,
    Geoff B.

     

    in reply to: Woo Tickets #1172113
    Geoff B.
    Member

    Good evening George,

    I am very sorry to hear this was not a smooth experience on your end.

    It does sound like there is some pretty heavy customization at play in your WordPress theme.
    I can’t promise anything, but I would like to take a look.

    Could you please send me a copy of your WordPress theme / child theme in a .zip file link  in a private reply (via Dropbox or Google Drive) so that I can run some tests on my end ?

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates you might have made.

    As for the extension, you actually do not need one. The WooTickets plugin should continue to work as it does currently even if the license is expired. Also, it should not have any update at this point.

    Let me know if I can help you with something else on this topic.

    Also, please note that unfortunately our support forums are typically closed on weekends.

    Best regards,

    Geoff B.

    in reply to: Changed from .com to .org #1172112
    Geoff B.
    Member

    Good evening Dwayne and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    I believe you will find what you are looking for here: https://theeventscalendar.com/knowledgebase/moving-your-license-keys/

    Let me know if that helps.

    Have a great day!

    Geoff B.

    in reply to: Displaying the event and tickets #1172111
    Geoff B.
    Member

    Good evening Andrew and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    The short answer to your question, Avada actually includes a template customization for our plugins.
    This is why the layout is slightly different.

    The good news is that you should have total control over that customization. You might want to read our Themer’s guide to get a sense of how that works.

    Basically, by using an Avada Child Theme and using your own /tribe-events/ folder you should be able to tweak things to your liking.

    I would be glad to help with that of course should you need me to.

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Displaying an event in Divi (or really, any theme) #1172110
    Geoff B.
    Member

    Good evening again Krystle!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    There is currently no short code for a single-event, but that might change in the future, so stay tuned.
    In the meantime, your best bet would probably be to use an iframe to embed the content of the event while keeping the visitor on the same page.

    You can do that in a few ways, but perhaps the simplest is with a plugin. E.g: https://wordpress.org/plugins/iframe/

    Let me know how that goes.

    Best regards,
    Geoff B.

    in reply to: Event calendar pro #1172108
    Geoff B.
    Member

    Good evening Craig and welcome to the Events Calendar forum!

    Thank you for your interest in our products.
    We’ll be glad to answer your questions.

    The short answer is yes. However, this is not a built-in feature.

    You would have to do a template customization to achieve this result.
    You might want to read our Themer’s guide to get a sense of how that works.

    Basically you will want to add CSS classes to the different events based on the date and your rules.
    Once that is done you will only need to assign the right colour to each of these classes.

    Let me know if that helps.

    Have a great day!

    Geoff B.

Viewing 15 posts - 6,406 through 6,420 (of 9,860 total)