XF 1.2 Xenforo sidebar

Yes.

In the template where you wish to switch it off, add:

Code:
<xen:container var="$noSidebar">1</xen:container>

How about if I want to do something like this via EXTRA.css:
Code:
.sidebar .sharePage .secondaryContent
{

With lets say these sidebar blocks like below, how would I go about finding their proper name - example .sharepage - etc.

Screen Shot 2014-02-08 at 7.03.39 AM.webp
 
There's no need to turn off the Xenforo Sidebar. You're using Widget Framework and can simply use the Clear Sidebar Widget to remove all the stuff from the standard Sidebar before adding all of the widgets you require. See my post in the WF thread about your duplicate Members Online Recently issue.
 
Top Bottom