Okay
  Public Ticket #2136929
Events Details on one page
Closed

Comments

  • Globalhawk started the conversation

    Dear Support.

    I want to have the events overview with all details directly at one page. So that I don't have to click on details button or onto the event itself. Is that possible? I cannot find any solution for that.

    Thanks in advance

  •  1,103
    Max replied

    Hi there,

    Its not possible with our built-in theme function to show all the event details under the same page. You will mostly have to build a custom page templates for this..Or, if you don't have a lot of events, perhaps you just can create a new elementor page, add your event informations on that page and forget about our custom post type Events?

    Thanks,


    Max from the Sonaar.io Crew

  • Globalhawk replied

    Hi Maxime,

    could you tell me the steps how to create that custom page template? I have a bunch of events and every two weeks new ones. So that I don't think that a Elementor page is a good choice.

    Thanks

  •  1,103
    Max replied

    Umm, I never done it and you would probably need custom plugins to suits your need. Unfortunately, custom modification to the theme or personalization is beyond the scope of our support.

    For custom works, we strongly recommend these guys: WP Kraken - https://sonaar.io/go/wpkraken

    It's cheap! And the cool thing is that if you are not satisfied with their service Seanlai, or they don't meet your guidelines, you will get your money back ! It's 100% guaranteed.


    Thanks,


    Max from the Sonaar.io Crew

  • Globalhawk replied

    Hm, okay. I already tried to use custom events plugin. But the next problem is that sonaar events plugin is merging with custom events plugin. How I can deactivate the events plugin of sonaar completely ?

  •  1,103
    Max replied

    I'm not very familiar at deregistering already registered custom post types but maybe this in your function.php.. I hook this code by looking on google: https://www.google.com/search?ei=Ho9uXZbWGc6e5gKS0bGYBQ&q=unregister+post+type+from+my+theme&oq=unregister+post+type+from+my+theme

    function delete_post_type(){
      unregister_post_type( 'event' );
    }
    add_action('init','delete_post_type', 100);





    Thanks,


    Max from the Sonaar.io Crew

  •  1,103