Position of the Main Calendar

Home Forums Calendar Products Events Calendar PRO Position of the Main Calendar

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1004181
    Nikolaus
    Participant

    What do I have to do to show the calendar oin a different page?

    Please please help! I need a calendar, bought your calendar. Now it shows on a page “events” in the top menue and is completely destroying my design. You completely overtake the page content. My top-sliders are dropped.

    Can you please please please give me a way to at least move the calendar to a page in a submenu?

    This doesn’t work:

    ————————

    /**
    * Alter the organizer post type slug.
    *
    * Remmber that if rewrite-related properties (such as the post type slug) are
    * changed you may need to flush permalinks by visting the Permalink Settings
    * screen.
    */
    function modify_organizer_type_properties( $properties ) {
    // Change the slug
    $properties[‘rewrite’][‘slug’] = ‘events/kalender/’;

    return $properties;
    }

    // This hook is only available if Events Calendar PRO is activated
    add_filter( ‘tribe_events_register_venue_type_args’, ‘modify_organizer_type_properties’ );

    #1004296
    Brian
    Member

    Hi,

    Sorry for the issues and we will try to help you support the features as they exist, but please do not create duplicate posts. I am closing this thread and please use this one to respond:

    Using Avada Theme and Revolution Slider

    Also, our plugin is designed to build the Event Section using the /events/ slug which can be changed in the Events Settings. This creates an archive according to WordPress to display our events it is not considered a page by WordPress.

    We do not create pages for the event views nor do we have shortcodes for the main views.

    If that is a deal breaker we hate to see you go, but you can request a refund following our policy outlined here:

    Refund Policy

    And we can take care of it. Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Position of the Main Calendar’ is closed to new replies.