• Hi, I have install this plugin and looks great, however I need to see the events page like Pages style and not like Article one.

    I don’t nedd no Side bar. This is the example, sorry form my English:

    Here the actual result:
    Event

    Here The Blank Pages with no sidebar
    Pages

    The different is that You take the Article Template and not the Pages template from the Theme.

    How can I hide the Sidebar?
    txx

    • This topic was modified 8 years, 4 months ago by baohdas.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter baohdas

    (@baohdas)

    Hi then I have try your link here:
    https://time.ly/document/user-guide/customize-calendar/edit-event-post-template/

    Whell I’m realy noob about PHP but I have delete all the part with Sidebar writen in, could you give me a look if this code is correct, with no error pls:

    <?php
    /**
     * The template for displaying all single posts.
     */
    
    get_header();
    
    get_template_part( 'template-parts/main-title' );
    get_template_part( 'template-parts/breadcrumbs' );
    
    ?>
    
    	<div id="primary" class="content-area  container">
    		<div class="row">
    			<main id="main" class="site-main" role="main">
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php get_template_part( 'template-parts/content', 'single' ); ?>
    
    					<?php
    					// If comments are open or we have at least one comment, load up the comment template.
    					if ( comments_open() || get_comments_number() ) {
    						comments_template();
    					}
    					?>
    
    				<?php endwhile; // End of the loop. ?>
    
    			</main><!-- #main -->
    
    			
    			
    		</div>
    	</div><!-- #primary -->
    
    <?php get_footer(); ?>
    • This reply was modified 8 years, 4 months ago by baohdas.

    Hi,

    Unfortunately, due to large number of issues that support is facing, we cannot offer this level of guidance. The main purpose of this forum is for us to catch and address product bugs, but hopefully other users can help you. 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 baohdas

    (@baohdas)

    Hi Ben I understand, I’ll ask y one other help, I’m studing fast the code, give me tima and I will be great ehehhe

    I Would like that when I click on an event like this

    Event

    The path on the near top of the event (Event – Name of event) don’t link on the page call event but in the page call calendar.
    In what File I must change the code?

    Tx for your time

    • This reply was modified 8 years, 3 months ago by baohdas.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar OR like Page view’ is closed to new replies.