Stefano

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Integration with Groups for Woocommerce plugin #1191624
    Stefano
    Participant

    Cliff, thank you so much. You guys at TEC have been extremely helpfull so far and I love the plugins.

    I’ll get to it, and let you know how it goes.

    Cheers!

    Stefano

    in reply to: Disactivate Ticket Email #1187206
    Stefano
    Participant

    One more question: When I update the Tickets Plus plugin, will it overwrite this modification?

    Please instruct me how to avoid this.

    thanks again.

    in reply to: Disactivate Ticket Email #1187204
    Stefano
    Participant

    Great.. worked a charm!

    thanks very much
    Stefano

    in reply to: Disactivate Ticket Email #1187201
    Stefano
    Participant

    Thanks, Geoff… I’m giving it a shot now.

    in reply to: Disactivate Ticket Email #1185761
    Stefano
    Participant

    Hi Geoff,

    I’m not too familiar with altering files, so tell me if this is correct procedure:

    Appearance > Editor > Avada Theme (not child theme) > function.php

    Add the snippet at the end of the page. This is what the last lines of the code look like:

    ….

    function avada_auto_update( $key, $raw_key ) {

    if ( ‘avada’ === $key && ‘Avada’ === $raw_key ) {
    return $raw_key;
    }
    return $key;

    }
    // Check if doing an ajax theme update, if so make sure Avada theme name is not changed to lowercase.
    if ( defined( ‘DOING_AJAX’ ) && DOING_AJAX && isset( $_POST[‘action’] ) && ‘update-theme’ === $_POST[‘action’] ) {
    add_filter( ‘sanitize_key’, ‘avada_auto_update’, 10, 2 );
    }

    /* Omit closing PHP tag to avoid “Headers already sent” issues. */

    put snippet here?

    thanks for your help Geoff!

    Stefano

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