Forum Replies Created
-
AuthorPosts
-
RSM
ParticipantHi 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
ChrisRSM
ParticipantHi 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
ChrisJanuary 5, 2018 at 8:07 am in reply to: Back to shop link in shopping basket with wrong link #1418864RSM
ParticipantHi 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
ChrisRSM
ParticipantHi there,
thanks that helped. But why did it show up in the first place?Regards
Christian -
AuthorPosts
