Remove Register Button from single event and 3 other questions

Home Forums Calendar Products Events Calendar PRO Remove Register Button from single event and 3 other questions

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1043205
    Teresa Huber
    Participant

    Hello
    I have 4 questions I cannot find the answers to in the documentation, forum or blog.

    1. I would like to remove the Register Button on some single events. I’ve not seen any mention of this in the documentation.
    http://prntscr.com/9fgtp0

    2. Styling: I’d also like to enlarge the type in the details in the sidebar and also in the event itself. I have the plugin set to use the theme’s styling but it’s not the same as the body text.

    3. I would like to edit the main menu page where the calendar lives but cannot seem to find where to do this. http://prntscr.com/9fgva4

    4. I would like to have a sort option based on category on the main calendar page as well. Can this be done?

    #1043714
    Geoff
    Member

    Hey @misswebweaver (love the name!),

    Good questions.

    1. I would like to remove the Register Button on some single events.

    By chance, have you customized the single event template, or did you theme come with customizations? That button isn’t included in our plugins by default. However, I imagine you could remove it with some CSS:

    .single-tribe_events .booking-button {
    display: none;
    }

    2. Styling: I’d also like to enlarge the type in the details in the sidebar and also in the event itself. I have the plugin set to use the theme’s styling but it’s not the same as the body text.

    This same sort of thing would work here as well. You can use CSS in the theme’s style.css file or use a plugin like Simple Custom CSS:

    #tribe-events .tribe-events-content p,
    .single-tribe_events .w-event-meta dd {
    font-size: 16px !important;
    }

    3. I would like to edit the main menu page where the calendar lives but cannot seem to find where to do this. http://prntscr.com/9fgva4

    CSS would work here as well, but you may need to fiddle with it a little. This might help you get started:

    #tribe-events-content table.tribe-events-calendar tr:not(:first-child) {
    display: none;
    } 

    4. I would like to have a sort option based on category on the main calendar page as well. Can this be done?

    Yes, we actually do have another plugin called Filter Bar that allows visitors to filter the calendar by category.

    Does this help get you started and help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    #1043732
    Teresa Huber
    Participant

    Hi Geoff
    1. The theme I bought has customized your basic plugin. I did purchase your
    premium plugin. The css did the trick other than if sometime in the future
    they want to add register for some events and not for others.

    2. CSS worked, thanks!

    3. That’s not really want I wanted. I want to edit the entire page. The
    calendar is pushed all the way to the top of the page. I see the page
    domain.com/events but cannot locate this page within the site to add
    padding to the top or additional contact above the calendar. How can this be accomplished? Is there a shortcode for the calendar I can use and create a new calendar page?

    4. Thanks. So another $89 in addition to the pro upgrade I did for $89?
    The filter feature is not included in the pro version of the plugin?
    $160 to get pro and filter?

    #1044746
    Geoff
    Member

    Hey and thanks for following up!

    3. That’s not really want I wanted. I want to edit the entire page.

    Sorry about that! Yes, you can add more padding to the calendar page by heading to Events > Settings > Display. There is a setting at the end of the screen that allows you to add HTML to the top and bottom of the calendar. Add spacing in there and you will have spacing on the page.

    4. Thanks. So another $89 in addition to the pro upgrade I did for $89?

    Yes, that’s correct. PRO and Filter Bar are separate products and each require a license.

    Let me know if you have any other questions and I’d be happy to help!

    Geoff

    #1045555
    Teresa Huber
    Participant

    Theme creator must have removed it- padding is not in settings.

    is there a shortcode I can use to create a new page for the default calendar with the filter included (once I buy the second plugin for the pro version)? I have items I need to add above the calendar also – not just space.

    #1045564
    Geoff
    Member

    Hey there!

    is there a shortcode I can use to create a new page for the default calendar with the filter included (once I buy the second plugin for the pro version)?

    I’m afraid not. The shortcodes that come with Events Calendar PRO embed the widgets rather than the full calendar views.

    Any other questions I can help with? Please let me know. 🙂

    Geoff

    #1076373
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Remove Register Button from single event and 3 other questions’ is closed to new replies.