RSM

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Hide tickets left counter on events #1421838
    RSM
    Participant

    Hi Jennifer,

    I figured, that CSS seems to work without problems. I added the following custom CSS to my Theme:
    .tribe-events-event-cost .tribe-tickets-left { display:none; }
    .tribe-events-tickets .tribe-tickets-remaining { display:none; }

    This removes the counter from the event overview and event page.

    Regards
    Chris

    in reply to: Hide tickets left counter on events #1420386
    RSM
    Participant

    Hi Jennifer,
    thanks for the quick reply!

    This does not seem to work. I get an error on the website when activating the snippet.

    `Warning: implode(): Invalid arguments passed in /www/htdocs/w00da2c5/wp-content/plugins/event-tickets/src/template-tags/tickets.php on line 260

    Maybe something changed in the code since the snippet was created?

    Regards
    Chris

    in reply to: Back to shop link in shopping basket with wrong link #1418864
    RSM
    Participant

    Hi Victor,

    thanks for the help, that pointed me in the right direction. However to be update stable on themes and woocommerce, I decided to use the following snippet to override.

    function wc_empty_cart_redirect_url() {
    return 'http://your_url_here/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Best regards & thanks again
    Chris

    in reply to: Strange text after shows up on production page #968493
    RSM
    Participant

    Hi there,
    thanks that helped. But why did it show up in the first place?

    Regards
    Christian

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