Short Code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1206367
    Mike
    Participant

    Dear Support team,

    I would like to add the complete event table and search filter on top to the specific page like the following link:
    http://mikeghasemi.com/events/

    Please let me know what is the shortcode to add to the page?

    Also please let me know how can I change the color of selected cell?

    Best Regards
    Mike

    #1206518
    Geoff
    Member

    Hi Mike,

    Welcome to the forums! I hope you’ve been enjoying Events Calendar PRO so far. 🙂

    You can add the full Month View with the search bar to any page or post using the following shortcode:

    [tribe_events view="month" tribe-bar="true"]

    All the available shortcodes and options are outline here in this guide:

    https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/

    Also please let me know how can I change the color of selected cell?

    Are you referring to the color of the current day header in Month View? If so, you can change it by navigating to Appearance > Customize > The Events Calendar > Month/Week View from the WordPress dashboard.

    Or, if you’d prefer, you can add something like this to your theme’s style.css file:

    .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background: #000; /* or whatever color you would like */
    }

    Here’s a screenshot of how that looks when I tested it out on your site.

    Cheers!
    Geoff

    #1214353
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Short Code’ is closed to new replies.