Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jaked3d

    (@jaked3d)

    Ok, thanks for your help Barry, I will check them out.

    Thread Starter Jaked3d

    (@jaked3d)

    Hi Barry,

    Thanks a lot for your time.

    I have replaced

    <?php tribe_get_template_part( ‘modules/bar’ ); ?>
    with
    <?php tribe_get_view(); ?>

    The events are now showing up which is great, but only one.
    Also the side bar is under the events.

    Do you know if there is a way to align the events to the left so the side bar shows on the right and events show on the left?

    This is where I am at with the code

    <?php
    /*
    Template Name: My Custom Events Page
    */
    
    if ( !defined('ABSPATH') ) { die('-1'); } ?>
    
    <?php get_header(); ?>
    
    <?php do_action( 'tribe_events_before_template' ); ?>
    
    <!-- Tribe Bar -->
    
    <?php tribe_get_view(); ?>
    
    <div class="tribe-clear">
    
    <?php get_sidebar(); ?></div>
    <?php get_footer(); ?>
    Thread Starter Jaked3d

    (@jaked3d)

    Hi all,

    An update to the side bar issue.

    I have created a custom template to get the sidebar on the right but now I have no event content.

    It is on this page http://www.jaked3d.com/events

    And here is the code… any help would be great, thanks

    <?php
    /*
    Template Name: My Custom Events Page
    */
    
    if ( !defined('ABSPATH') ) { die('-1'); } ?>
    
    <?php get_header(); ?>
    
    <?php do_action( 'tribe_events_before_template' ); ?>
    
    <!-- Tribe Bar -->
    <?php tribe_get_template_part( 'modules/bar' ); ?>
    
    <div class="tribe-clear">
    
    <?php get_sidebar(); ?></div>
    <?php get_footer(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)