Home › Forums › Calendar Products › Events Calendar PRO › Slider breaks
- This topic has 6 replies, 3 voices, and was last updated 10 years, 7 months ago by
Support Droid.
-
AuthorPosts
-
September 14, 2015 at 2:27 pm #1005023
cbarbuto
ParticipantRevolution Slider doesn’t load when I place it in the sidebar widget and it also breaks the Events homepage.
September 14, 2015 at 6:28 pm #1005119Brian
MemberHi,
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
September 15, 2015 at 9:39 am #1005321cbarbuto
ParticipantAs you can see, it shows it there but it’s not displayed. It also doesn’t show the 2 events that are listed
September 15, 2015 at 1:30 pm #1005395Brian
MemberHi,
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:
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
September 15, 2015 at 1:38 pm #1005399cbarbuto
ParticipantSome CSS would be great! Thank you 🙂
September 16, 2015 at 7:27 am #1005589Brian
MemberHi,
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
October 1, 2015 at 7:05 am #1010395Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Slider breaks’ is closed to new replies.
