Diane

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Cannot Select create a venue or organizer #1219186
    Diane
    Participant

    This is happening in all browsers.
    Error: Uncaught TypeError: Handlebars.compile is not a function

    This new design is confusing for users. Is it possible to use the old version?

    in reply to: wp_dequeue_style() and wp_dequeue_script(). #1044478
    Diane
    Participant

    i 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’ );

    }
    }
    }

    in reply to: Add or Edit Event Leads to blank page #1026616
    Diane
    Participant

    I 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.

    in reply to: Community Plugin – No CSS loading whenNot Logged in #990742
    Diane
    Participant

    Fatal 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

    in reply to: Community Plugin – No CSS loading whenNot Logged in #990617
    Diane
    Participant

    Great. 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”

    in reply to: Community Plugin – No CSS loading whenNot Logged in #990146
    Diane
    Participant

    I am not satisfied with the functionality of the community plugin. Can I get a refund?

    in reply to: Add check box to form #990123
    Diane
    Participant

    How 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.

Viewing 7 posts - 1 through 7 (of 7 total)