Andras

Forum Replies Created

Viewing 15 posts - 4,036 through 4,050 (of 6,224 total)
  • Author
    Posts
  • in reply to: Recurring Events not Chronological #1253694
    Andras
    Keymaster

    Hi Christopher,

    Nothing yet unfortunately, I still haven’t been able to recreate the issue.

    What kind of server operating system is the website running on? Is it Windows or Linux based? Or something more exotic? πŸ™‚

    The fix in 4.4.4 for this bug worked for most of our users and the recurring events is properly ordered. I have another thread with 2 users where the issue still exists, and one of them is running on Windows, so could be that. That’s why I’m asking.

    Also, just to check, did you / can you try to empty your website and browser cache, deactivate the caching plugin you are using, and check if you still have the issue? Might be that the page was cached before the update and it is still loading that.

    Thanks and cheers,
    Andras

    in reply to: Incorrect sort order when viewing all recurring events #1253693
    Andras
    Keymaster

    Hello Lauren,

    I appreciate the offer of the login, however, our current policy is not to accept logins or to log in to customer servers/WordPress installations. Therefore I would kindly like to ask you to:

    1. update your plugins
    2. clear your cache
    3. and if the issue still persist after that then deactivate all plugins except for the Calendar ones and switch to a default theme like twentysixteen and check if that shows the correct order of the recurring events.

    Also it would be great if you could check – most probably with your hosting provider – what kind of server operating system you are running on.

    Thanks a lot Lauren, I’m looking forward to helping you solve this issue.

    Cheers,
    Andras

    Andras
    Keymaster

    This reply is private.

    in reply to: Event Tickets Visible in Shop by Default #1253606
    Andras
    Keymaster

    Hello Steve and thanks for reaching out!

    I believe this article should get you started on what you are looking for.

    Sell Tickets From the WooCommerce Products Page

    Let me know if that helps or if you have any further questions.

    Cheers,
    Andras

    Andras
    Keymaster

    Hello Tristan,

    Thanks for using our plugins and welcome to the forums!

    Great question you have there! Let me try to help you with this.

    I believe the easiest would be to create a template override for the list view itself.

    Here are 2 posts to get you started on template overrides for our plugins:

    https://theeventscalendar.com/knowledgebase/themers-guide/
    https://theeventscalendar.com/knowledgebase/template-overview/

     

    If I’m not mistaken, then you will need to create an override for one of the below 2 files:

    wp-content\plugins\the-events-calendar\src\views\list\content.php

    or

    wp-content\plugins\the-events-calendar\src\views\list\list.php

    depending on where exactly you want to put the extra div.

    This should get you started, let me know if this helps and if you have any further questions regarding this.

    Cheers,
    Andras

    Andras
    Keymaster

    Hello Christine,

    Thanks for using our plugins and welcome to the forums!

    Thanks for your question. We usually don’t support customizations but since this is an easy one I can help you out with this.

    You can modify the background color of the tickets table with a little CSS code. Just paste the following snippet into your theme’s style.css file. (Go to Appearance > Editor, this should open the style.css file by default.)

    .tribe-events-style-full .tribe-events-tickets tr {
    background-color: #ff0000;
    }

    This will change the background color of all the rows of the ticket table to red. Of course you can adjust the color based on your need.

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: WPML translated Filter Bar not working #1253600
    Andras
    Keymaster
    in reply to: WPML translated Filter Bar not working #1253599
    Andras
    Keymaster

    Hello Alix,

    Thanks for using our plugins and for reaching out!

    The strings in the filterbar can be translated though the .po language files which you can find in this folder:

    wp-content\plugins\the-events-calendar-filterbar\lang\

    If you would like to translate more strings then you need to open the .po language file of your choice (tribe-events-filter-view-fr_FR.po for French for example) with an application like PoEdit or a WordPress plugin like Loco Translate.

    Note, if a .po language file for the required language doesn’t exist, then you will need to create one.

    After you open the .po file then first you should update it.

    • If using PoEdit, then go to Catalog > Update from POT … > choose the .pot file of the plugin
    • If using Loco Translate then open the file and click on the Sync button

    This should update your .po file to include all strings in the original language and you can start translating.

    If you would like to keep your translations after an update – and why wouldn’t you, right πŸ™‚ – then place the .po and .mo file in wp-content/languages/plugins folder.

    I hope this gets you started. Let me know if you need any further help.

    Cheers,
    Andras

    in reply to: I want to chnge the order of address of Event location. #1253578
    Andras
    Keymaster

    Hello Tatsunori,

    Thanks for using our plugins and welcome to the forums!

    I’m sorry you had to wait a bit to receive an answer. As per our support guidelines we try to reply to any question within 24-48 hours on workdays.

    Good news is I can help you with your question. πŸ™‚

    For changing the order of the venue address you will need to create a template override. Here are some posts to give you an overview about that:

    https://theeventscalendar.com/knowledgebase/themers-guide/
    https://theeventscalendar.com/knowledgebase/template-overview/

    And here is basically the override that you need to do. Create an override for:

    <span class=”pl-s1″><span class=”pl-c”>[your-theme]/tribe-events/modules/meta/venue.php</span></span>

    Copy the below snippet into this file:

    https://gist.github.com/andrasguseo/2d85f4ae41ccf40ecd74e8906caf3a0e

    Note: I created this file for someone else, so you might need to adapt it to your needs. Look in line 35 of the snippet.

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: Add to Cart Button missing #1253568
    Andras
    Keymaster

    πŸ™‚ Happy to help.

    Since this issue seems resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new one in the forum and we will be happy to help you out.

    Good luck with your project!

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so πŸ™‚ we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/plugin/the-events-calendar/reviews/
    https://wordpress.org/support/plugin/event-tickets/reviews/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. πŸ™‚ If you can spare a few words, that’s even better. Doublethanks!

     

    in reply to: Incorrect sort order when viewing all recurring events #1253564
    Andras
    Keymaster

    Hello Jim,

    I haven’t been able to reproduce the issue any more.

    I’m still waiting for Lauren to get back to me after updating to the latest version.

    @Lauren, can you also share with me what server you are running on? Windows, Linux or something more exotic? Thanks!

    Cheers,
    Andras

    in reply to: Time Zone #1253560
    Andras
    Keymaster

    Hello Susan,

    On #4:

    Event Aggregator allows you to import some private events / calendars because you need to log in to your Facebook account, so should have _import access_ to the private events / calendars that you can see in Facebook as well. The legacy importer doesn’t have this.

     

    How can I limit the number of lines shown per event on the photo view

    A colleague of mine was kind enough to come up with the below snippet. Please paste it into your theme’s functions.php file, adjust the number on line 21 to your needs and you should be set. (Note, if your functions.php file already has some code in it, then you will not need to copy the opening <?php tag.)

    https://gist.github.com/andrasguseo/ddf3c8c6ac443f22c3af2afe0430d312

     

    On the timezone issue, one of our developers is already assigned to develop a fix for it and if all goes according to plan it will be released by the end of March.

    I hope these help.

    Cheers,
    Andras

    in reply to: italian translation issue #1253551
    Andras
    Keymaster

    Hi Ivan, super happy to hear you managed to fix that! Awesome job!

    Also, thanks for the translation, much appreciated! I will add it to our repository.

    Good luck with your project!

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so πŸ™‚ we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/plugin/the-events-calendar/reviews/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. πŸ™‚ If you can spare a few words, that’s even better. Doublethanks!

     

    in reply to: How to preserve custom fields during a scheduled import #1253544
    Andras
    Keymaster

    This reply is private.

    in reply to: clean event aggreagtor #1253538
    Andras
    Keymaster

    This reply is private.

Viewing 15 posts - 4,036 through 4,050 (of 6,224 total)