Minor bug in TribeEventsMiniCalendarWidget

Home Forums Calendar Products Events Calendar PRO Minor bug in TribeEventsMiniCalendarWidget

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #75483
    timhengeveld
    Participant

    The Mini Calendar Widget is enclosed in a <div class=”tribe-mini-calendar-wrapper”> tag.
    When navigating the mini calendar months (prev / next month), this <div class=”tribe-mini-calendar-wrapper”> tag is added by the ajax response again and again (nesting in itself) giving:

    <div class=”tribe-mini-calendar-wrapper”>
    <div class=”tribe-mini-calendar-wrapper”>
    <div class=”tribe-mini-calendar-wrapper”>
    … etc

    The calendar widget still functions properly, but the nesting of the same html tag that is returned from the ajax call is not too pretty 🙂

    It can be reproduced very easy on your own demo site. In my Pro copy i have the same problem (Version 3.2)

    Kind regards,
    Tim

    #76119
    Barry
    Member

    You’re absolutely right Tim, thanks for drawing this to our attention: we’ll get this on the bug tracker and will aim to resolve it as quickly as we can.

    Thanks for your patience and support while we look into this.

    #76121
    Barry
    Member

    … Also, can you try adding this snippet to your theme’s functions.php file and see if that works as a temporary workaround while we dig into this?

    Thanks again!

    #76150
    timhengeveld
    Participant

    Hi Barry,

    Thank you for looking into this. Your snippet fixed the problem, so i can remove my javascript solution i used until now 🙂

    Kind regards,
    Tim

    #76219
    Kelly
    Participant

    That’s great to hear. Thanks, Tim! 🙂

    #82411
    Leah
    Member

    Hi there,

    I just wanted to pop in here with a quick update. Although we were not able to get a fix for this into our imminent 3.3 release, it is still on the radar for inclusion in a future build. Thanks for your patience!

    ~Leah

    #95328
    Leah
    Member

    Hi there,

    I’m happy to report that we have fixed this in our upcoming version 3.4. Keep an eye on your Plugins page for an update message! Thanks for your patience while we worked on this.

    Best,
    Leah

    #982954
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Minor bug in TribeEventsMiniCalendarWidget’ is closed to new replies.