View Single Post
  #4  
Old 03-04-2016, 05:41 AM
 
xgarb xgarb is offline
 

eXpert
  
Join Date: Jul 2004
Location: UK
Posts: 263
 

Default Re: Changing the order of the 'blocks' in the left column

Thanks. I've added the below to the main.php file in my theme and it works nicely...

Code:
protected static function moveClassesInLists() { return array( 'XLite\Module\Client\ClientTwitterFeed\View\ClientTwitterFeed' => array( array('sidebar.single', 'customer'), array('sidebar.single', 500, 'customer'), ), 'XLite\Module\XC\News\View\TopNewsSideBar' => array( array('sidebar.single', 'customer'), array('sidebar.single', 1000, 'customer'), ), 'XLite\Module\QSL\WordPress\View\Plugins\RecentPosts\MenuSection' => array( array('sidebar.single', 'customer'), array('sidebar.single', 2000, 'customer'), ), ); }
__________________
Core version: 5.5.xx
Reply With Quote