• Resolved Vicente Herrera

    (@mordraug)


    I want to show the event description (the one you write into the text editor) before the event fields shown on single envent view, and not after them.

    I have succesfully created a new theme as per ,
    https://time.ly/document/user-guide/customize-calendar/create-new-calendar-theme/

    But editing event-single.twig can’t solve this, as that content allways shows before the description.

    Using in my theme single-ai1ec_event.php as in that file there is only a instruction:
    get_template_part( 'content', 'page' );
    and in content-page, there is only:
    the_content();
    so I can not separate and change their order.

    Is there any way that this could be done? Can I use some filtering or actions to modify this default behaviour? Do I have to create some php in my theme to alter it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Vicente,

    Your inquiry requires changes in the code, which unfortunately we cannot help with as part of our support. We’ll keep this topic open for a few days for other user to chime in if possible. Thanks for your understanding.

    Ben

    Thread Starter Vicente Herrera

    (@mordraug)

    Hi Benjamin,

    Thanks for the answer, I understand perfectly.

    Maybe you could just point me to the php file responsible, and I could try to make modifications myself. I know the difficult part would be to not modify plugin core file, but hook it up so the change lives outside.

    Anyway I’ll share my efforts, be them useful or not.

    Many thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event description before event fields’ is closed to new replies.