Remove \"buy now!\" button from list view.

Home Forums Ticket Products Event Tickets Plus Remove \"buy now!\" button from list view.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1548347
    Miki
    Participant

    Hi,

    FRONT END – LIST VIEW:
    – (img. 1) I can’t figure out how to remove the “buy now!” button from the list view. How do I do that?
    – (img. 1) in the list view it says “30 tickets left” i tried to install “loco translate” but I cant seem to find where I can translate that sentence. Is it somewhere else?

    FRONT END – INDIVIDUAL EVENT
    – (img. 2) In the event page it says “unlimited ledige” below where you chose the amount of tickets you need. “unlimited” dissapear when i use -/+. How do I remove “unlimited” so it just say “ledige” and then the amount of tickets available.?

    BACK END
    – (img. 3.1 ) In the back end it also says “(unlimited)” eventhough i put 30 as max.
    – (img. 1 and img. 4) Furthermore, it seems like “share capacity with other tickets” works for the first event but “set capacity for this ticket” does not work.
    – (img. 4) on the second event neither “share capacity with other tickets” or “set capacity for this ticket” works – nothing happens when I use them.

    #1548971
    Victor
    Member

    Hi Miki!

    Thanks for reaching out to us! I’d be happy to help you with this topic.

    First, please let me note that we are fairly limited in how much support we can give for custom development questions like that.

    That said, we always like helping out and at least point users into the right direction as much possible.

    As a reference, you can customize our event template using one of the methods described in our Themer’s Guide > https://theeventscalendar.com/knowledgebase/themers-guide/

     I can’t figure out how to remove the “buy now!” button from the list view. How do I do that?

    You hide the “Buy Now” button by pasting the following CSS snippet into your theme’s styles.css file or using the WordPress customizer (WP Admin > Appearance > Customize > Additional CSS):

    .tribe-events-event-cost .tribe-button {
    display: none;
    }

    in the list view it says “30 tickets left” i tried to install “loco translate” but I cant seem to find where I can translate that sentence. Is it somewhere else?

    The translation for that string should be inside the event tickets translation files. Let me share the following article about how to add/updating translations for our plugins > https://theeventscalendar.com/knowledgebase/adding-or-updating-a-translation/

    For Danish, I can see the “<span class=”notranslate”>%s</span> ticket left” string is waiting approval from a translator editor for that language as you can see in https://translate.wordpress.org/projects/wp-plugins/event-tickets/stable/da/default?filters%5Btranslated%5D=yes&filters%5Bstatus%5D=waiting&page=3

    For the ticket stock issue, I will kindly ask you to open a new separate topic for it. This will allow us to keep things more organize and ensure we give the proper attention to each item.

    When doing so, please go through the steps outlined in our Testing for Conflicts guide and see if you can reproduce the same issue under default conditions. This will ensure you are not dealing with a theme/plugin conflict.

    Let me know how it goes.

    Best,
    Victor

    #1549064
    Miki
    Participant

    Hi Victor,

    Thanks for your reply. “buy now” button is now gone- perfect 🙂

    I have translated “tickets left” and some other strings via the link you send. How/when will these translations be available?

    Best regards

    Miki

    #1549245
    Victor
    Member

    Hi Miki,

    Glad to know the CSS snippet worked for you 🙂

    The translations for our free plugins must be approved by a Translator Editor for each language, so it may take a while until one of them approves new translations. You could also reach out to one of them and ask them to approve your submissions.

    If you want to become a translator editor yourself, I’d recommend the following article to learn more about it > https://make.wordpress.org/polyglots/handbook/

    On the other hand, if you have submitted a translation for one of our premium plugins, we make a pass to approve awaiting submissions on a weekly basis. Feel free to reach out to us if there’s any submission in particular that you have submitted and hasn’t been approved so far.

    In the meantime, you can manually apply your own translations by overriding the language files. Here’s a pretty good guide on how to accomplish that > https://theeventscalendar.com/knowledgebase/how-to-override-plugin-language-files/

    I hope that helps!

    Best,
    Victor

    #1565181
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove \"buy now!\" button from list view.’ is closed to new replies.