Jump to content

Download: ProMenu Basic


Robert Simons

Recommended Posts

Posted



right to left opening would be useful for those communities in languages that are right to left reading :)




well considering the js isn't intelligent enough to detect the outer window border, and I must admit that js is NOT my strong suit ... I'm thinking it might be handy .. especially for any parents with subs on the right side of the board..I thought of this while thinking about the mega menu .. and how huge they can get ... and w/o intelligent js to push it ... it would require some settings
  • Replies 858
  • Created
  • Last Reply
Posted

I must be missing something. I thought there was supposed to be an arrow in this version that showed in the dropdown so people knew there was a sub menu. If so, I'm not seeing it...

Posted

I must be missing something. I thought there was supposed to be an arrow in this version that showed in the dropdown so people knew there was a sub menu. If so, I'm not seeing it...




did you upload the images properly .. before you upload the new version you have to adjust the theme name(s} to suit your needs

/public/style_images/YOUR_THEME

making as many copy's needed to match your layout of coarse .. I designed it to be per skin versus global ... so users can having different colors per skin if desired
Posted

Where are the images? In my download there is no images folder. Just documentation, screenshots and upload. I installed the contents of the upload folder which has admin and public.

Posted

Where are the images? In my download there is no images folder. Just documentation, screenshots and upload. I installed the contents of the upload folder which has admin and public.




public/style_images/YOUR_THEME

Posted

did you upload the images properly .. before you upload the new version you have to adjust the theme name(s} to suit your needs



/public/style_images/YOUR_THEME



making as many copy's needed to match your layout of coarse .. I designed it to be per skin versus global ... so users can having different colors per skin if desired




Ahhh....ok. Missed that part. I only read the installation instructions in the folder. You should add that for folks like me who only read the documentation...LOL
Posted

I'm an idiot. Working fine now...thank you sir :smile: I do have one question...how do I adjust the width of the box so my arrow doesn't show beneath the menu item?

Posted

I'm an idiot. Working fine now...thank you sir :)



Its not a problem ..no need to feel like an idiot ... I can see how it could be looked over .. I thought about just adding images in the main upload folder..but figured that could confuse some ppl .. so I left the structure in tact .. now that I've highlighted it lets hope no one else misses it :P
Posted

I edited so u may have missed my question... I do have one question...how do I adjust the width of the box so my arrow doesn't show beneath the submenu item?



you can make width adjustments within the stylesheet ..if you need assistance just let me know .. but be warned ..I'm about to head out for dinner and some shopping so it will be late b4 I get back
Posted

you can make width adjustments within the stylesheet ..if you need assistance just let me know .. but be warned ..I'm about to head out for dinner and some shopping so it will be late b4 I get back




Which bit of code is it in the css? I can adjust from there....
Posted

its documented within the stylesheet


#primary_nav .menu ul

{

    background: #1C3B5F; /* Change this to alter your background color */

    border-radius: 0 4px 4px 4px; /* change first variable to 4px to round top left corner (general) */

    -moz-border-radius: 0 4px 4px 4px; /* change first variable to 4px to round top left corner(mozilla) */

    -webkit-border-top-left-radius: 0px; /* change variable to 4px to round top left corner(IE) */

    -webkit-border-top-right-radius: 4px;

    -webkit-border-bottom-right-radius: 4px;

    -webkit-border-bottom-left-radius: 4px;

    font-size: 0.95em !important;

    min-width: 150px; /* Change this to alter the minimum width of submenus */

    position: absolute;

    z-index: 10000;

    margin: 0;

    padding: 0 !important;

}

keep in mind this directly effects the display location of subs


ul.menu ul ul

{

	left:130px; /* Change this to alter the left position of the second level submenu */

	top:-5px	/* Change this to alter the top position of the second level submenu */

}



these would probably need adjusting as well

Posted

Thank you sir. Now go eat :smile:




I plan on doing just that .. if it doesn't show .. I work from home .. so I'm always present .. would most likely be the reason for my "lightening speed" support LOL
Posted

missed one..want to add in a better editing flexibility for permissions .. as it stands now you can do that one 2 places..within the editing of the menu .. or done on the fly with its own page .. wanna add in an option on that page to save and load next menu permissions located on the tree

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...