Q: How can i setup the module so all categories should be minimized by default?
A: Edit file:
components\com_rssfactory_pro\views\_modules\rssfactoryfeeds\feedsdisplaystoriestiles\view.php
at line 44 you will find $params['startTransition'] = true;
add beneath:
$params['startOffset'] = -1;
This tweak should work on the 1.6.0 version.