Jomsocial toolbar and Msocial style

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jan 23, 2014 9:41 pm
Reply with quote
Report this post
Hi,
i've inserted a module showing the jomsocial toolbar on all pages i want with this code:

Code: Select all
require_once( JPATH_BASE . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'core.php');
require_once( JPATH_BASE . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'toolbar.php');
$toolbar = CToolbarLibrary::getInstance()->getHTML();
echo '<div id="community-wrap" class="on-gk_msocial ltr cFrontpage">' . $toolbar . '</div>';



but i see the grey jomsocial toolbar not with msocial style. how to resolve this problem?
User avatar
Fresh Boarder

GK User
Fri Jan 24, 2014 8:40 am
Reply with quote
Report this post
Our styles will work only with regular toolbar position, the best way is to check toolbar styles via Firebug and copy styles to proper area of your website. Sorry but this is custom change so we can't predict that someone will load toolbar in different place.
User avatar
Platinum Boarder


cron