Topknotch (@topknotch)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • In reply to: Online Magazine Theme

    @topknotch

    Participant

    Brilliant worked a treat !! Now to move all smf posts to bbpress 🙁
    thanks Robin for all your help

    In reply to: Online Magazine Theme

    @topknotch

    Participant

    oh and I have moved it to a test site – http://topknotch-solutions.co.uk/test/forums/

    In reply to: Online Magazine Theme

    @topknotch

    Participant

    Still doesn’t work 🙁 this is driving me mad I have been trying it all day and when you re posted I thought woooohooooo , but sadly no 🙁
    This is my code –

    <?php
    
    /**
    
     * Template Name: Full Width, no sidebar(s)
    
    */
    
    get_header(); ?>
    
        <div id="main-fullwidth">
    
            
    
            <?php 
    
                if (have_posts()) : while (have_posts()) : the_post();
    
                    /**
    
                     * Find the post formatting for the pages in the post-page.php file
    
                     */
    
                    get_template_part('post', 'page');
    
                    
    
                    if(comments_open( get_the_ID() ))  {
    
                        comments_template('', true); 
    
                    }
    
                endwhile;
    
                
    
                else :
    
                    get_template_part('post', 'noresults');
    
                endif; 
    
            ?>
    
            
    
        </div><!-- #main-fullwidth -->
    
        
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    In reply to: Online Magazine Theme

    @topknotch

    Participant

    all i want is the bbpress sidebar like the image
    bbpress sidebar

    In reply to: Online Magazine Theme

    @topknotch

    Participant

    Hi Robin
    Thanks for getting back, I have done as you suggested however it didnt work – if you look at http://chill4uscarers.co.uk/forumtest/ you can see what I mean

    In reply to: Online Magazine Theme

    @topknotch

    Participant

    Thanks Robin

    <?php
    
    /**
    
     * Template Name: Full Width, no sidebar(s)
    
    */
    
    get_header(); ?>
    
        <div id="main-fullwidth">
    
            
    
            <?php 
    
                if (have_posts()) : while (have_posts()) : the_post();
    
                    /**
    
                     * Find the post formatting for the pages in the post-page.php file
    
                     */
    
                    get_template_part('post', 'page');
    
                    
    
                    if(comments_open( get_the_ID() ))  {
    
                        comments_template('', true); 
    
                    }
    
                endwhile;
    
                
    
                else :
    
                    get_template_part('post', 'noresults');
    
                endif; 
    
            ?>
    
            
    
        </div><!-- #main-fullwidth -->
    
        
    
    <?php get_footer(); ?>
    In reply to: Online Magazine Theme

    @topknotch

    Participant

    anyone able to help me with this ? 🙁

    In reply to: Online Magazine Theme

    @topknotch

    Participant

    That’s the problem the theme only has the main index.php and another nor that is full width it doesn’t have one with just one sidebar
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)