Forum Replies Created
-
AuthorPosts
-
gotmuck
ParticipantBelow is the debug info from Safari error console…
[Warning] The page at https://gotmuck.com/events/ displayed insecure content from http://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif. (jquery.min.js, line 2)
[Error] TypeError: undefined is not a function (evaluating ‘c(“#tribe-events-content .tribe-events-loop”).tribe_spin()’)
k (tribe-events-ajax-list.min.js, line 1)
(anonymous function) (tribe-events-ajax-list.min.js, line 1)
pre_ajax (tribe-events-pro.min.js, line 1)
(anonymous function) (tribe-events-ajax-list.min.js, line 1)
dispatch (jquery.min.js, line 3)
i (jquery.min.js, line 3)gotmuck
ParticipantSolved it. The events link that I was using still had ‘www’. Removed it and that sorted it out.
gotmuck
ParticipantI also tried adding this to make sure the SSL wasnt the issue:
add_filter( ‘init’, ‘enforce_ssl_ecp’, 5 );
function enforce_ssl_ecp() {
if ( ! is_ssl() || ! class_exists( ‘TribeEventsPro’ ) ) return;
$pro = TribeEventsPRO::instance();
$pro->pluginUrl = str_replace( ‘http://’, ‘https://’, $pro->pluginUrl );
}gotmuck
ParticipantWow, not sure how I missed that. Thanks!
Herg
December 15, 2014 at 8:22 pm in reply to: Additional Content in List Widget (latest version) #919332gotmuck
ParticipantSorted thanks!
gotmuck
ParticipantBoth solutions work! Thanks so much 😉
gotmuck
ParticipantThanks Brian. Ok, sorry I’m going to bother you one more time. I like the look of the box and to be honest, if it showed the month on the top and the year on the bottom it would be perfect, is that an option?
gotmuck
ParticipantPerfect thanks, that did it! If you have a sec, do you have a quick fix for hiding the day/date box that displays on the left of the event in the widget?
gotmuck
ParticipantHi Casey,
Cool, I did it right just didn’t place the override in the correct subdirectory! Thanks!
gotmuck
ParticipantHey Casey,
Sorry for the delay in response. I’ve created the override but a not sure where to add the function in the php file. I placed it in its own div below the vcard info. This, however, does not seem to work though…
Thanks, Herg
-
AuthorPosts
