Viewing 7 replies - 1 through 7 (of 7 total)
  • We are building a theme system for the plugin meaning that later this year you will be able to choose from different theme for the plugin that can do exactly what you want. For now, you will have to edit the plugin. The file of interest is: app/view/event-single.php

    Thread Starter borisj

    (@borisj)

    Great1 Thanks for the speed response ??

    This is excellent news, as I was wondering the same thing. Thanks for the reply, Yani!

    Thread Starter borisj

    (@borisj)

    Yes, thank you for the hint. It is a simple float-style to add to the table tag of the event details. But this does not work if you use aligned images in the post. These will remain at the bottom. For this you need to adjust the width of the table with the event details, in that way that they have “space” to jump at the top (e.g. image size=40% then table size < 60%).

    Is there an other way to fix this issue by changing the order in the post somewhere else?

    i.e. post text first, event detail table second

    Thanks!

    i would like to know this too!

    Yes it is possible.

    Edit file /all-in-one-event-calendar/app/controller/class-ai1ec-events-controller.php

    Under the function get_view, move the line echo $content; (should be line 570 for ai1ec v1.5) to directly under ob_start();.

    Developers, you could add this as part of a Setting for the next release! (:

    Thread Starter borisj

    (@borisj)

    Great, thxs!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Event details on bottom of post’ is closed to new replies.