payless4domains Posted July 19, 2016 Share Posted July 19, 2016 Extract from http://docs.whmcs.com/Customising_the_Six_Theme There are two sidebars in WHMCS’ client area. The primary sidebar contains sidebar elements that are displayed above the body content when in responsive mode. The secondary sidebar contains sidebar elements that are displayed below the body content when in responsive mode. In desktop mode, there will be no noticeable difference between primary and secondary sidebar items. • The secondary side bar does not show below the body content. It shows below the primary sidebar. Does anyone know how to have it show at the bottom of the page, below the body content when in responsive mode? 0 Quote Link to comment Share on other sites More sharing options...
twhiting9275 Posted July 19, 2016 Share Posted July 19, 2016 This would be a template thing. In templates/template/footer.tpl, adjust the following {if !$inShoppingCart && $secondarySidebar->hasChildren()} <div class="col-md-3 pull-md-left sidebar"> {include file="$template/includes/sidebar.tpl" sidebar=$secondarySidebar} </div> {/if} Place it where you would like the sidebar to be. This will take quite a bit of tweaking and personalization for what you're after 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.