Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1233504
    wyckoffsmi
    Participant

    I have followed some instructions on here in order to implement sensei into my site. I have everything setup perfectly except on one page http://www.wyckoffsmi.com/course/wyckoffunleashed/ the footer is different then every other page on the site and not correct. Also I have gotten the side bar to display correctly on every other sensei page except this one. If you might be able to help me figure this out that would be great.

    I have attached two screen shots on of the correct footer and one of the incorrect footer.

    Due to their being some customizations already made that were recommended in previous posts I will include a wordpress login ….

    #1233508
    wyckoffsmi
    Participant
    This reply has been marked as private.
    #1233762
    Jade
    Moderator

    Hi there,

    Kindly double check the codes you have added on the page and make sure that every html element are paired correctly where opening html tags have their correct corresponding closing tags because it causes the layout to break if the tags aren’t correctly closed.

    #1233780
    wyckoffsmi
    Participant

    Hi a member of your team actually modified the coded for us… here https://community.theme.co/forums/topic/sensei-not-showing-sidebar/

    Im not sure where he would of did this at.

    #1234238
    Rue Nel
    Moderator

    Hello There,

    Thanks for getting back to us. I have made some change to the code and make use of this:

    function x_theme_sensei_wrapper_end() { ?>
    
    	<?php if ( ! is_singular( 'course' ) ) : ?> 
              </div> </div><!-- .entry-wrap -->
              
            <?php endif; ?>
    
            </div> <!-- end sensei .x-main left mao ni-->
    
            
    
     <aside class="<?php x_sidebar_class(); ?>" role="complementary">
    
        <?php if ( get_option( 'ups_sidebars' ) != array() ) : ?>
    
          <?php dynamic_sidebar( apply_filters( 'ups_sidebar', 'sidebar-main' ) ); ?>
    
        <?php else : ?>
    
          <?php dynamic_sidebar( 'sidebar-main' ); ?>
    
        <?php endif; ?>
    
      </aside>
    
           </div> <!-- end sensei x-container-fluid -->
    
    <?php }
    
    

    Now the sidebar is properly in place. If you need anything else, please let us know.

    Cheers.

    #1234375
    wyckoffsmi
    Participant

    Thank you Rue I notice after you made that change that one page now has a error….

    http://www.wyckoffsmi.com/messages/

    doesnt have a sidebar or footer now….
    you will need to be logged in to admin to see it.

    #1234483
    Rue Nel
    Moderator

    Hello There,

    It doesn’t show the sidebar and the rest of the footer because there is a fatal error on the page:

    
    <!-- article .(<br />
    <b>Fatal error</b>:  Call to undefined function sc_attr() in <b>/home/wyckoffsmi/public_html/wp-content/plugins/woothemes-sensei/templates/content-message.php</b> on line <b>80</b><br />
    

    This error is coming from the the Sensei plugin itself. Please contact the creators of the plugin to resolve this error.

    Thank you.

    #1234520
    wyckoffsmi
    Participant

    Thanks rue I will forward this.

    #1234546
    Friech
    Moderator

    Let us know how it goes.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1233504 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>