• Resolved dreipass

    (@dreipass)


    Hi,

    using EOv2.5 and WP 2.5.2 and ResponivePro Theme I have Layout-Problems.

    It is destroyed in the venue-page : http://wp.dreipass.net/konzerte/veranstaltungsorte/jazzclub-cavete/
    widgets aren’t at the right side, they’re beneath the content.

    Also the googlemap isn’t shown, which I mentioned in another Topic.

    To get another output, first the event, and after that the event-metas, I try to change this in the sngle-event.php:

    <?php the_content(); ?>
    <?php eo_get_template_part(‘event-meta’,’event-single’); ?>

    instead

    <?php the_content(); ?>
    <?php eo_get_template_part(‘event-meta’,’event-single’); ?>

    Also this destroys the Layout.

    How can I fix this bugs?

Viewing 1 replies (of 1 total)
  • Thread Starter dreipass

    (@dreipass)

    Problem solved.

    The <?php get_sidebar(); ?> is missing in the event-single.php.

    After that, you have to define the right class in the content-div (which depends on your theme.

    Example for Responsive Pro-Theme:

    get_header(); ?>
    <div id=”primary”>
    <div id=”content” role=”main” class=”grid col-620″>

Viewing 1 replies (of 1 total)
  • The topic ‘Event Organiser – layout destroyed on venue-site and event-single.php’ is closed to new replies.