You are here:   Support
Register   |  Login
VivoSocial Social Software VivoSocial Social Business VivoSocial Social Network VivoSocial Social Search VivoSocial
Knowledge Base
jquery Menu's
Home  » VivoSocial  » jquery Menu's

jquery Menu's
Posted: Fri, Jul 30, 2010 1:28 PM :: Rank: 0
Author
Points: 310
Level: Phylum

I seem to have found an issue with ProfileSearch and menu systems developed in JDMenu jquery scripts.  The ProfileSearch tabs under the edit my profile will reload the entire screen into the tab when running with the JDMenu. 

   Report Abuse
Re: jquery Menu's
Posted: Fri, Jul 30, 2010 2:41 PM :: Rank: 0
Author
Points: 12191
Level: Order
Version 7.2.5 was just released. Try that and see if the issue persists. Make sure to update Web Controls and Web Services as well.
   Report Abuse
Re: jquery Menu's
Posted: Sat, Jul 31, 2010 9:35 AM :: Rank: 2
Author
Points: 310
Level: Phylum

Finally solved the issues. Upgraded to 7.2.5. After that the JD menus disappeared on the screen. Upgraded the JDMenu to 1.4.2 and same problem. Ended up the format and css of the menus had to be changed.

Here is the bad menu:
HTML

<_div id="menu_l">< <_div class="menu_r">< <_div class="menu">

CSS

#menu_l { height:59px; background:url(images/menu_l.png) no-repeat left top; position:relative; top:-5px; z-index:9999;}
#menu_l .menu_r { height:59px; background:url(images/menu_r.png) no-repeat right top;}
#menu_l .menu_r .menu { height:59px; background:url(images/menu_m.jpg) repeat-x left top; margin:0 47px 0 55px; }


Changed to this to make it work
HTML:

 

<_div id="menus">
<_div class="menu_l">
<_div class="menu_r">
<_div class="menu_m">
<_dnn:jdmenu runat="server" id="dnnJDMENU">
<_script type="text/javascript">

//
CSS:
#menus { top:-5px; z-index:10; position:relative; width:100%;}
.menu_l {height:59px; background:url(images/menu_l.png) no-repeat left top; }
.menu_r {height:59px; background:url(images/menu_r.png) no-repeat right top;}
.menu_m {height:59px; background:url(images/menu_m.jpg) repeat-x left top; margin:0 47px 0 55px; }

   Report Abuse

Home  » VivoSocial  » jquery Menu's
VivoSocial Software
Social Networking, Social Software

VivoSocial is a Open Source Social Networking Platform

  • Community Edition
  • Enterprise Edition
  • Elite Edition
Support Options

If you have a question about VivoSocial or our modules, please use the Knowledge Base. If you cannot find an answer to your question, please Submit your Question

 Submit Question

If you have encountered a bug or would like to request a new feature, please go to our Issue Tracker.

Vivoware Issue Tracker

 

Networks