Is there a way to modify shortcode ?

Home Forums Calendar Products Events Calendar PRO Is there a way to modify shortcode ?

  • This topic has 3 replies, 1 voice, and was last updated 9 years ago by Jean-Baptiste.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1258955
    Jean-Baptiste
    Participant

    I have included a shortcode in my page : [tribe_events view=”photo”] .

    This is working great, but I would like to disable user to select the type of view (photo, map, etc..).

    Which file should I modify ? (css display: none isn’t the best option I guess).

    Thank you !

    #1259040
    Cliff
    Member

    Hi, Jean-Baptiste.

    You could add

    tribe-bar="false"

    to your shortcode to make the Tribe Bar not display at all. Or, if you want the bar but not the view switcher, you could add some custom CSS like this:

    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner {
    background-color: #f5f5f5;
    }
    
    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-collapse-toggle,
    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner select,
    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label,
    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner ul,
    #tribe-events.tribe-events-shortcode.view-photo #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner a {
    display: none;
    }

    You could even add CSS for overriding the cursor.

    I hope this was helpful!

    #1270072
    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 ‘Is there a way to modify shortcode ?’ is closed to new replies.