new user here…working with Divi have question

Home Forums Calendar Products Events Calendar PRO new user here…working with Divi have question

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1538290
    antiochchurchkc
    Participant

    In the Event Cal settings the default calendar page slug is set to ‘/eventcal’ the page I want it to really display on is ‘/calendar’

    Here’s the catch…with Divi I can’t edit the ‘/eventcal’ page they way I need to. ie add sections, rows, etc… above or below the calendar layout.

    On the ‘/calendar’ page I can use the Divi builder to create my row add a text module and paste in the Event Calendar shortcode … works great and build the page around it as we see fit for our needs….BUT when I then click through to any event and then proceed to click the ‘ALL EVENTS’ link in the top left corner to return to the main calendar it takes me to the plugin’s default slug of ‘/eventcal’ …. confusing? I’m trying to be clear. ha.

    Any one get me here?

    #1538324
    Andras
    Keymaster

    Hey Bro,

    I get you. 🙂

    If I understand correctly you would like the “All Events” link to take you to a different URL.

    You can do that with this little snippet. Copy it into your active (child) theme’s functions.php file:

    add_filter( 'tribe_get_events_link', 'myurl' );
    function myurl( $url ) {
    return "https://the-url-you-want.com";
    }

    Hope this helps. 🙂

    Cheers,
    Andras

    #1554380
    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 ‘new user here…working with Divi have question’ is closed to new replies.