Login Requirements Shown on Event page

Home Forums Calendar Products Events Calendar PRO Login Requirements Shown on Event page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1517828
    sericraft
    Participant

    Hi,
    how can i hide the login on single event page?
    my Login Requirements setting is turned off, but it is still visible.

    There is a way to hide also the ticket quantity available? I need to manage the quantity, but I don’t want users to see how many are available.

    Thank you in advance for helping!

    ========================
    PLEASE LEAVE FOR SUPPORT
    Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/login-requirements-shown-on-event-page/

    #1521549
    Jennifer
    Keymaster

    Hello,

    You can hide the login message by adding the following to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    .tribe-events-tickets-tpp .tpp-add {
    display: none;
    }

    To hide the remaining quantity, you can add the following:

    .tribe-events-tickets .tribe-tickets-remaining {
    display: none;
    }

    Let me know how this works for you!

    Thanks,

    Jennifer

    #1524206
    sericraft
    Participant

    HI Jennifer, thank you for your reply.
    the code worked for the remaining tickets but not for the login. how can i fix this?
    thank you!

    #1524787
    Jennifer
    Keymaster

    I’m sorry that didn’t work for you…Please make sure that you clear out any caching after adding this (both in your browser and any caching that you may be doing on your site) to make sure that you’re seeing the current version of the page. If this doesn’t make a difference, you an also try adding an !important like this:

    display: none !important;

    If it’s still showing up, can you please send me a link to a page on your site where this is appearing?

    Thanks,

    Jennifer

    #1527014
    sericraft
    Participant

    Thank you for your patience! I noticed that i missed the initial dot when copyng the code. It was my fault, i didn’t double cheked it!
    Sorry about that!

    #1527507
    Jennifer
    Keymaster

    No worries (I’ve made this same mistake myself before), glad to hear that everything is working now!

    Since this has been marked “resolved”, I’ll go ahead and close it out. Feel free to open up a new thread if you run into any other issues!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Login Requirements Shown on Event page’ is closed to new replies.