Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Socialize Toolbar icons need to love little left

6 years 9 months ago
Licenses:
JomSocial Active iSEO Active Socialize Expired

Hello,
In English langauge all Toolbar icons showing correctly with burger icon, But when i am viewing in arabic, Burger icon is hiding the Toolbar icons,I want to move it little left,so all things will show correctly,
Can you check and help me out,I tried to change in css but its not working for me.

screencast-o-matic.com/watch/cb1U2NlQKk

6 years 9 months ago
Licenses:

Hi,

please check it, I fixed the issue by changing the css at:
/templates/socialize/local/css/rtl/qatar333theme/template.css line 388
from

ol {
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
to
ol {
  padding-left: 0;
  padding-right: 30px !important;
  margin-top: 0;
  margin-bottom: 10px;
}

Regards

6 years 9 months ago
Licenses:

Hi,

the issue has been fixed, and will be included at next release (4.3.5)
the fix has been applied to your site. here the changes:
/components/com_community/views/profile/view.html.php line 549
from

$pathway = $mainframe->getPathway();

$pathway->setPathway(array());
$menu = JFactory::getApplication()->getMenu()->getActive();
if(isset($menu->title)){
    $pathway->addItem(JText::_($menu->title), CRoute::getExternalURL($menu->link));
}
$pathway->addItem($user->getDisplayName(), '');
to
if ($my->id == $user->id) {
    $this->addPathway(JText::_('COM_COMMUNITY_PROFILE'), CRoute::_('index.php?option=com_community&view=profile'));
} else {
    $isFriend = CFriendsHelper::isConnected($user->id, $my->id);
    if ($isFriend) $this->addPathway(JText::_('COM_COMMUNITY_FRIENDS'), CRoute::_('index.php?option=com_community&view=friends'));
    else $this->addPathway(JText::_('COM_COMMUNITY_MEMBERS'), CRoute::_('index.php?option=com_community&view=search&task=browse'));
}
$this->addPathway($user->getDisplayName(), '');

Regards,
Albert

6 years 9 months ago
Licenses:
JomSocial Active iSEO Active Socialize Expired

Hello,
Thanks for fix,But it fix only for Members page, when i am trying edit my profile,it give me duplicate breadcrum, check scnapshot
prntscr.com/fpw4ir

6 years 9 months ago
Licenses:

Hi,

please check it. it's fixed.
I put many changes at /components/com_community/views/profile/view.html.php
so I cannot put here. the fix will be included at jomsocial 4.3.5, current version is 4.3.4

Regards

6 years 9 months ago
Licenses:
JomSocial Active iSEO Active Socialize Expired

Hello,
I fixed alot of issues with support tickets.I dont want to update the extention bcz again i have to fix from start.I have to launch my website .I saw jomsocial is just releasing fixes,but there is no new features in many of the old release which i saw on change log, I saw road map JomSocial 4.5 which has Good features but i dont think it will be available in next 2 years.

6 years 9 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi There,

Jomsocial new version just for minor improvement and bugs fixes, the next mayor improvement will be available in version 4.4 will be released soon.. and for 4.5 we will try to make it next year.

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW