Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1458341

    Hi,
    I’ve imported your “Enfold Lawyer” demo and as used in the demo the “Event Calendar” plugin. I’ve understood afterwards that the plugin is…99 $ ! Which is expensive.

    When creating an event, like a post or page, I do not see the option to switch the AVIA Page Builder. Is there a way to activate it to personnalize the event display, or better, the event template?

    I’m working for a pro-bono association in ESS (Social assistance), I do that for free and for them such a price is very expensive.

    I took into account technical constraints of the free version but do not see how to change the event display.
    Do I have a mean to activate the page builder to make my own event page? Or any other way to personnalize my page? They talk about elementor, but…I use Enfold… :-) Elementor is not Enfold compliant, right? So…what shall I do?
    Possible I miss something.

    Thanks lovely Enfold team!

    #1458518

    Hey Ad-Min747,

    Please refer to this: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type

    Best regards,
    Rikard

    #1461945

    Thanks Rikard,
    so i’ve read and went to “Activate your custom post type for ALB”.
    But want should I mention in the field to add my “Event Custom Post Type”? I’ve tried “events” and “event” but didn’t see anything happened.

    I aim at changing the “Event description” template of Event Calendar and at least make the event page on One column instead of 2 which is currently the case.

    hem…if you could help :-)
    ty

    #1462056

    Hi,

    Thank you for the inquiry.

    The name of the event post type is tribe_events, so you have to use the following filter.

    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'tribe_events';
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    

    However, please note that not all event elements are supported, and activating the ALB might limit the functionality of the event pages.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.