Forum Replies Created
-
AuthorPosts
-
Diane
ParticipantThis is happening in all browsers.
Error: Uncaught TypeError: Handlebars.compile is not a functionThis new design is confusing for users. Is it possible to use the old version?
Diane
Participanti tried this and it doesn’t work…
function dequeue_tribe_events_scripts_and_styles() {
if ( function_exists( ‘tribe_is_event’ ) ) {
//dequeue scripts and styles
if ( ! is_home() && ! tribe_is_event() ) {wp_dequeue_style( ‘tribe-events-full-pro-calendar’ );
wp_dequeue_style( ‘tribe-events-calendar-pro’ );
wp_dequeue_style( ‘tribe-events-calendar-full-pro-mobile’ );
wp_dequeue_style( ‘tribe-events-calendar-pro-mobile’ );
wp_dequeue_style( ‘tribe_events-widget-calendar-pro’);wp_dequeue_script( ‘tribe-events-list’ );
wp_dequeue_script( ‘tribe-events-pro’ ); // relies on tribe-events-calendar-script
wp_dequeue_script( ‘tribe-events-pro-geoloc’ );
wp_dequeue_script( ‘tribe-placeholder’ );
wp_dequeue_script( ‘tribe-events-jquery-resize’ );
wp_dequeue_script( ‘tribe-events-bar’ ); // relies on placeholder, resize, datepicker
wp_dequeue_script( ‘tribe-events-calendar-script’ ); // relies on placeholder, resize, datepicker
wp_dequeue_script( ‘tribe-events-bootstrap-datepicker’ );}
}
}Diane
ParticipantI reverted to 3.12.3 and I am able to add/edit.
Not sure why newer vision is in conflict.
I did disable all other plugins as well.Diane
ParticipantFatal error: Cannot redeclare class ReCaptchaResponse in /home/content/html/wp-content/plugins/the-events-calendar-community-events/vendor/recaptcha-php/recaptchalib.php on line 143
Diane
ParticipantGreat. Is there any way the css issues can be resolved? I’d like to use the plugin if it works?
1. Page not loading any css when not-logged in. Need to have users create events without an account.
2. Remove email message “You may want to consider obfuscating”Diane
ParticipantI am not satisfied with the functionality of the community plugin. Can I get a refund?
Diane
ParticipantHow do i remove:
You may want to consider obfuscating any e-mail address published on your site to best avoid it getting harvested by spammers.
-
AuthorPosts
