Widgets/organizers/venues doesn’t works correctly

Home Forums Calendar Products Events Calendar PRO Widgets/organizers/venues doesn’t works correctly

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1335014
    hsg
    Participant

    Hi team Support,
    I’m working with divi (not my choice) + event calendar pro. i found just some bugs:
    Into the part appearence > widget, I can’t use others widget anymore, arrows disappears, and i can’t add others widgets in sidebar or footer, no movement are possible. I didn’t find the conflict, I desactived all plugins, And obsiously, It’s works when I desactivated The pro version of the calendar that all. But i need it so..
    I don’t find solution.

    Second,
    I can’t change organizer or location in single event ? I don’t know why ? the button doesn’t work :/ it brings me back to high of the page when I click on it.

    If you need code admin ask me.
    You need to know, I didn’t make this site. For now, on the actual website, the new calendar is not online, I’m working on it, cause I’m changing this old weird agenda made by someone before me.
    Your plugin is the best solution.

    Can you help me?
    All The best
    Chris

    #1335289
    Jennifer
    Keymaster

    Hi Stephanie,

    Thanks for reaching out! I’m sorry to hear you’re running into this issue as well. The issue with the organizer and location not working is a known issue with the latest update of The Events Calendar (4.5.10). It is going to be fixed in the next maintenance release, but in the meantime, you can downgrade to the previous version (4.5.9) by following these instructions or edit the 4.5.10 version to add in the fix. If you would like to go this route, you can make these changes to the wp-content/plugins/the-events-calendar/common/src/Tribe/Assets.php file.

    Please let me know if you need any help with either of these options! I’m linking this thread to our internal ticket, so as soon as the permanent fix is released, you will be notified here.

    Regarding the issue with the widget, that could be related to this same issue. Is this something that started at the same time as the other issue? Does downgrading or updating the code fix this issue?

    I do apologize for the inconvenience, and please let me know if you have any questions!

    Thanks,

    Jennifer

    #1336424
    Nico
    Member

    Hi there,

    Just wanted to share with you that a hotfix has been released to address this issue ?

    Find out more about this release → https://theeventscalendar.com/hotfix-the-events-calendar-4-5-10-1/

    Please update The Events Calendar to version 4.5.10.1 and let us know if the fix works for you,
    Best,
    Nico

    #1342682
    hsg
    Participant

    Hi there,
    Thanks a lot both. The first reply was good and I will doing the update next step.
    Cause i’m in the rush, right now.
    Others questions:
    – In single event, Is it possible to add one other item ex: venues / organizer / other ?
    – In single event, Is is possible dto unlinked all links in venues (location) / Organizer ?
    – In sidebar, How change the arrows next and prev in the calendar-widget ?

    I’m french and tired, sorry for my english.
    I’m sending you images, it’s always better to explain.
    The best

    • This reply was modified 8 years, 8 months ago by hsg.
    #1342812
    Jennifer
    Keymaster

    Hi Chris,

    No worries at all! To add another item, try using the Additional Fields that come with Events Calendar Pro. These will allow you to create custom fields that will display in the box alongside the venue, organizer, and other event details.

    Removing the links is possible but will require a bit of a customization. You can follow the instructions in our themer’s guide to copy the following template into your child theme:

    Organizer template: wp-content/plugins/the-events-calendar/src/views/modules/meta/organizer.php

    -Change line 34 to
    <?php echo tribe_get_organizer( $organizer ) ?>

    Venue template: wp-content/plugins/the-events-calendar/src/views/modules/meta/venue.php

    -Change line 16 to
    $website = tribe_get_venue();

    Finally, you can change the arrows in the Mini Calendar Widget template, which you can find here (see line 31): wp-content/plugins/events-calendar-pro/src/views/pro/widgets/mini-calendar/grid.php

    I hope that helps, and please let me know if you have any questions!

    Thanks,

    Jennifer

    #1343545
    hsg
    Participant

    Okay, thanks Jennifer, I’m working on. It’s simple at the end 😉
    Thanks a lot

    #1343548
    hsg
    Participant

    Arf, last help, I hope!
    Just a problem css with the widget calendar.
    Numbers becoming white after click on.
    I supose it’s something with active number in css. I don’t find the correct line :/
    Normally i’m finding the kind of trouble.
    You can’t check on the website : http://hallessaintgery.be
    Thnaks a lot
    The best
    Good day!

    #1345286
    Jennifer
    Keymaster

    Hi Chris,

    No problem!

    Try adding the following to the Custom CSS area under Appearance > Customize (if you have one) or to the style.css file in your child theme:

    .entry-content .tribe-mini-calendar td.tribe-mini-calendar-today {
    background: #000 !important;
    }

    Let me know how that works for you!

    Thanks,

    Jennifer

    #1355660
    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 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Widgets/organizers/venues doesn’t works correctly’ is closed to new replies.