Shortcode for full calendar?

Home Forums Calendar Products Events Calendar PRO Shortcode for full calendar?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #972887
    Sheila
    Participant

    I’m a bit rusty with ECP. I have it on only one client site and I’m currently updating their theme from Headway 2 to Divi for the responsiveness. I’m sure there’s a themer way to work this from the back end, but I don’t do much coding if I can avoid it. What I want to do is put the calendar on a page I customize in Divi. I thought I could do that with a shortcode. I’ve searched and found this: https://theeventscalendar.com/knowledgebase/inserting-the-calendar-into-a-page-or-post/ but it is only for the mini-calendar. Is there a shortcode that would let me add the full calendar to a page?

    Live (registered) version of the site is at http://sococulture.org/calendar/ But, the dev site calendar I’m working on is at http://soco.hoffmangraphics.com/calendar. It’s OK as is. But what I was hoping to do was add an orange header banner with the page title on it as the other pages have. I’d like it between the nav bar and the map (our default).

    If there’s not a shortcode, what is the easiest way to do this?
    Thanks,
    Sheila

    #972907
    Brian
    Keymaster

    Hi,

    I can help out here.

    We do not have shortcodes for the main views such as month list, photo, etc.

    These are our current shortcodes:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    As you see the plugin creates its own url and in your case it is /calendar/

    To modify those event templates we have the themer’s guide and it does take a bit of coding to do:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Let me know if you have any follow up questions.

    Thanks

    #973040
    Sheila
    Participant

    Thanks Brian. I hope it’s OK to piggy-back another question since it’s on this same site. We’re using the Events List widget in the footer. The options for what to display include:
    Venue
    Organizer
    Address
    City
    State (US) Or Province (Int)
    Postal Code
    Country
    Phone
    Price

    HOWEVER…conspicuously missing is the title of the event! Client wants that to be what is included in the widget. Is there a way to do that I’m missing????? THANKS.

    #973109
    Brian
    Keymaster

    No worries on the other question.

    The title of the event should always show, it does not have an option to turn off or on. It is always on.

    There are instances where a theme’s css hides the title heading tag and it does not appear, but then a css selector can fix that.

    Cheers

    #973140
    Sheila
    Participant

    Brian, thanks so much. Something weird with this install of my theme, from the beginning. Somewhere I can NOT find, all the h2 are set to display none! That was the issue. I was able to add this CSS to fix it!

    .tribe-mini-calendar-event .list-info h2 {
    display: block;
    }

    #973162
    Brian
    Keymaster

    I am glad to see you were able to fix this issue!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shortcode for full calendar?’ is closed to new replies.