Jomsocial Menu bar dropdown not showing up

Hello, I talked to the people at Jomsocial already about this issue and they told me to see if anyone here knew how to fix it. I am having an issue with my Jomsocial menu bar drop down not showing the drop down menus. I know this isn’t the place to ask about jomsocial integration with Joomlart templates but I was just wondering if anyone else on here has had the same problem and knew how to fix it.

I also switched the template to the original joomla template with no errors at all and everything worked fine. But when I switch it back to the JA University template, them the drop down menu doesn’t work on the Jomsocial toolbar.

Thank you,
Shaun

5 answers

HeR0 0.00 $tone January 29, 2013
Public

Hi Shaun,

I guess that is conflict javascript issue. Please post url for further checking and i will help you out.

Regards

#1
lphig 0.00 $tone February 5, 2013
Public

I’ve got the same problem… Joomla 2.5 + Jomsocial + JA Purity II

I have installed Jomsocial and JA Purity on my project webpage. When I want to show JS Toolbar as MegaMenu, it doesn’t shows. Menu is not showing. The issue concerns every type -- MegaMenu, CSS, Split and DropDown.

Moreover on JA Purity JS Toolbar (in Jomsocial page) is not expanding -- it shows only first level without expading on mouse over.

Issue concerns fresh install of Joomla and JA Purity -- without any special modifications, plugins and modules.

I have checked situation on other basic Joomla templates and everything is ok. The situation is funny, because on my OTHER test site, MegaMenu doesn’t shows JS Toolbar at the begining when I installed Ja Purity. I don’t know what happend, but at now menu is visible -- in every configuration -- Split, Drop Down and CSS.

The problem is more complicated I thing, because on my TEST site, where MegaMenu unexpected works, it doesn’t expand (only first level visible) on my Jomsocial profile page, when some added module (Techjoomla -- People You May Know) is enabled -- on other subpages is ok.

Please help, I need to show exactly JS Toolbar as MegaMenu…

Best wishes!
Adam

#2
HeR0 0.00 $tone February 5, 2013
Public

Hi There,

Try this :

open file /components/com_community/templates/default(theme activing)/css/style.css and edit line 9:

Find

Code:

#community-wrap .cToolBar > li {
    display: inline-block;
    float: left;    
    position: relative;
}

and replace to

Code:

#community-wrap .cToolBar > li {
    display: inline-block;
    float: left;
    overflow: visible !important;
    position: relative;
}

Clean all cache and test again.
Hope this help.

Regards

#3
earthson 0.00 $tone March 3, 2013
Public

I was having the same issue. Thank you -- this worked beautifully! But, will I need to repeat this error each time my template gets an update?

#4

This question is now closed

Written By

Comments