Slider breaks

Home Forums Calendar Products Events Calendar PRO Slider breaks

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1005023
    cbarbuto
    Participant

    Revolution Slider doesn’t load when I place it in the sidebar widget and it also breaks the Events homepage.

    #1005119
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can try to help out, but I am limited in supporting 3rd party coding and may not be able to provide a solution.

    Do you have a link where this is happening? It is hard to tell what the issue is without seeing it.

    Let me know and we can go from here.

    Thanks

    #1005321
    cbarbuto
    Participant

    유니콘슬롯

    As you can see, it shows it there but it’s not displayed. It also doesn’t show the 2 events that are listed

    #1005395
    Brian
    Member

    Hi,

    I took a look again and see you are using two different version of the Events Calendar.

    You have The Events Calendar 3.9.1 and Pro 3.5.2

    I would suggest updating both to the latest version at at least have the same numbers for each.

    I do see some customization here so I am not sure how the upgrade might change that as 3.10 and beyond was a major restructure.

    So if you want to stay on the version you are on I can provide some css that might help this.

    You can always download the latest version from your account here on theeventscalendar.com and follow this guide for manual updates:

    Manual Updates

    Let me know if you would like me to provide some css instead of the update route, but beyond that I am limited in supporting older versions.

    Cheers

    #1005399
    cbarbuto
    Participant

    Some CSS would be great! Thank you 🙂

    #1005589
    Brian
    Member

    Hi,

    I took another look and I would try adding this snippet first to your theme’s functions.php to fix the issue:


    function awi_tribe_events_js_bug_workaround() { ?>
    <script>if ( ! window.debug ) { window.debug = function(){}; window.debug.info = function(){}; }</script>
    <?php
    }
    +add_action( 'wp_head', 'awi_tribe_events_js_bug_workaround' );

    That might fix the issue. If not then keep the script and try this css too:

    #tribe-events-content #tribe-events-photo-events {
    opacity: 1!important;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    That may fix everything.

    Thanks

    #1010395
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Slider breaks’ is closed to new replies.