Andras

Forum Replies Created

Viewing 15 posts - 3,196 through 3,210 (of 6,224 total)
  • Author
    Posts
  • Andras
    Keymaster

    Hello Seth,

    Thanks for using our plugins for so long and welcome to the forums!

    Wow, I’m officially impressed. 🙂

    Normally you shouldn’t lose any data with an update, however version 1.3 was waaaaay before I joined so not fully sure about that.

    How did you do the update to 1.6.5? Was it through the dashboard? (Deleting and installing the new version?)

    Did you try updating the plugin via FTP? (Deactivate, Login to FTP, rename or remove the old version folder, upload the new version, Activate)

    Meanwhile you check this I will try to look around to see if I can find any more useful info beside this article which you most probably saw already.

    Cheers,
    Andras

    in reply to: various queries relating to monthly calendar view #1320033
    Andras
    Keymaster

    Hello Jo-Ann,

    Thanks for using our plugins and welcome to the forums!

    Wow, great questions you have there. Let me help you with them.

    1. Multi-day events:

    Having a bar go across several days in a month would be quite difficult to do. On the other hand, showing it only on the first day should be doable with a bit of customization. I will look around if we have a solution for that, please give me some time for this.

    [… some time passes …]

    One of my teammates found this snippet, which should show the multi-day event only on the first day in calendar view. Paste it in your functions.php file and see if the magic happens.

    https://gist.github.com/vicskf/5854eb1f88b8886c39743ca250a4ba99

     

    2. include the date range below the event title in month view

    That is absolutely possible with a template override. You can find the details in our Themer’s Guide on how you can do a template override.

    You will likely need to create an override for this file:

    wp-content\plugins\the-events-calendar\src\views\month\single-event.php

     

    3. Hover popup

    Same as above, template override for this file:

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

     

    4. Filter bar button

    Try copying the below css into your style.css file and see if it helps.

    #tribe_events_filters_toggle {
    margin-left: 0 !important;
    }

     

    These should get you started. Let me know if you have any more questions, I’d be happy to answer.

    Cheers,
    Andras

    in reply to: Ensure Google Map and Link is always checked #1320024
    Andras
    Keymaster

    Hey Alex,

    While I don’t have a solution for that specifically at hand, maybe the following snippet will help you out as well.

    https://gist.github.com/elimn/4cbdbf600e4d25842a824147b2e56e5e

    This will make sure that the Google Map and the link is always shown regardless of the setting.

    Does this help? Let me  know.

    Cheers,
    Andras

    in reply to: Make image upload required #1320014
    Andras
    Keymaster

    Hi again,

    We took a look at it and if you use the below that should make it work.

    $fields[] = 'event_image';

    Let me know if this fixes it for you.

    Cheers,
    Andras

    in reply to: Missing Venue, but double venue in edit mode #1320010
    Andras
    Keymaster

    Hello onelittlemoose,

    Thanks for reaching out and I’m sorry about this issue.

    We have recently received another report on this issue and are currently investigating and trying to gather as much information as possible. So far I haven’t been able to reproduce the issue so the more details you can share with us the more it will help.

    What events are you experiencing this issue with? All events or only some?

    Does it happen with all / more venues or only one?

    Were the events imported or created normally with a proper venue selection?

    Does this happen with only old events or also with new events?

    Did this start happening maybe after a plugin update?

    Thanks,

    Andras

    in reply to: Make image upload required #1319997
    Andras
    Keymaster

    Hello Lauren,

    Thanks for getting in touch! I tested it and it also doesn’t work for me. It looks like we have found ourselves a bug.

    I filed an internal bugticket on this so our developers will take a look at it. At this point I cannot give you any specific date though.

    I am going to set the status of this ticket to “pending fix” and we will update it once the fix is released or if someone comes up with a workaround.

    If you have any new questions or issues please create a new ticket and we’ll be happy to help.

    Thanks and cheers,
    Andras

    in reply to: Soft 404 Crawl Errors in Google Search Console #1319993
    Andras
    Keymaster

    Hey Lance,

    I asked a colleague to look at this. He was kind enough to whip up the following snippet. When looking at a category it will list the events from newest to oldest.

    Copy it into your functions.php file:

    https://gist.github.com/andrasguseo/60cd347b4cb9e6cd70d10f64152e601a

    Hope this will be useful for you.

    Cheers,
    Andras

     

    in reply to: Urgent – Production issue – Long running query #1319987
    Andras
    Keymaster

    This reply is private.

    in reply to: Uncaught TypeError: $(…).bumpdown is not a function #1319986
    Andras
    Keymaster

    For your info, I have created an internal bugticket to have this documented and to give all the info to the developers when they look at it.

    I am going to set the status of this ticket to “pending fix” and we will update it once the fix is released.
    If you have any new questions or issues please create a new ticket and we’ll be happy to help.

    And thank you for sharing this!

    Cheers,
    Andras

    in reply to: Uncaught TypeError: $(…).bumpdown is not a function #1319980
    Andras
    Keymaster

    Hey Carsten,

    Yes, sorry, my bad. I meant the plugins folder.

    Thanks for sharing your solution. We’ll give it a check and if it needs be we’ll implement it or something similar.

    Cheers,
    Andras

    Andras
    Keymaster

    Hi Henry,

    Thanks for this as well.

    I can even give you an update. A developer has been assigned to the issue so we will be looking into this soon.

    Cheers,
    Andras

    in reply to: Location Venue Duplication #1319970
    Andras
    Keymaster

    Hello Kris,

    Thanks for sharing that. After importing I’m getting the same issue.

    At the moment I can think of this:

    The Event had a venue assigned to it previously. Then the venue hasn’t been removed from the event, and the venue was deleted. So the event is trying to load the original venue (but cannot) and since it thinks it is there it creates a new one as well.

    Is this something that could have happened?

    A.

    in reply to: Uncaught TypeError: $(…).bumpdown is not a function #1319641
    Andras
    Keymaster

    Carsten, thanks for looking into this so deeply!

    Meanwhile I also had a conversation with one of the developers and told me that if the content folder was moved / renamed “as it should be”, then the plugins should work.

    Nonetheless there might be the issue, which you pointed out up there. I will have some further discussions on this and will get back to you as soon as I have something. I ask for a bit of patience.

    Cheers,
    Andras

    in reply to: Event Aggregator Won't Import – Fatal Error #1319637
    Andras
    Keymaster

    This reply is private.

    in reply to: Urgent – Production issue – Long running query #1319632
    Andras
    Keymaster

    This reply is private.

Viewing 15 posts - 3,196 through 3,210 (of 6,224 total)