Jump to content

Download: ProMenu Basic


Robert Simons

Recommended Posts

  • Replies 858
  • Created
  • Last Reply

actually I was thinking of his issue since I saw a bunch of subs, but if patch addressed that than I am wrong.



I haven't made it over to richards to look at it yet..in session ATM .. it does fix the submenu activation issue .. just a source file edit

@richard ... will be over to look at as soon as I can
Link to comment

Hi,

I have been using this tool for a few days with no problems...until now. For no apparent reason the menu has fallen apart in IE9. It was fine in IE for a few days and then just blew up as you can see from this image...
No amount of removing/adding pages will fix this. 'Test Menu', 'FAQ' and 'Home' are all meant to be top level items.
Can anyone help?

%7Boption%7D

Link to comment

Hi,



I have been using this tool for a few days with no problems...until now. For no apparent reason the menu has fallen apart in IE9. It was fine in IE for a few days and then just blew up as you can see from this image...


No amount of removing/adding pages will fix this. 'Test Menu', 'FAQ' and 'Home' are all meant to be top level items.


Can anyone help?



%7Boption%7D




check what mode you in ... as I think in compatability mode .. it can go haywire
Link to comment

Robert, you are a lifesaver! That was the problem. Thanks VERY much for the immediate response. I was going a little crazy trying to figure this one out.
One quick question.....is it possible to make my 'Home' Link appear first in the menu (to the left of forums)?

Link to comment

Robert, you are a lifesaver! That was the problem. Thanks VERY much for the immediate response. I was going a little crazy trying to figure this one out.


One quick question.....is it possible to make my 'Home' Link appear first in the menu (to the left of forums)?




well yes..the flexibility it there...use the default application settings..or remove default menus .. then build them all custom .. your choice
Link to comment

definitely sounds theme related .. I assume your background colors aren't visibly .. try throwing an !important tag behind your background colors in the css .. see if that helps





Hi,

Just purchased this mod as I like the sound of the extra options over the Fusion menu I was running. I've got this issue with revtastics cleancut skin as well. I don't understand how you fix it though? Skinning/css is a major weak point of mine! You can see the issue first hand here:

http://www.stdrivers.co.uk/forum/index/

Thanks
Link to comment

Hi,



Just purchased this mod as I like the sound of the extra options over the Fusion menu I was running. I've got this issue with revtastics cleancut skin as well. I don't understand how you fix it though? Skinning/css is a major weak point of mine! You can see the issue first hand here:



http://www.stdrivers...uk/forum/index/

Thanks




I assume your just having issues styling it to your theme?
Link to comment

I had to move to the other cleancut skin, never could get that one to work right.


http://community.inv.../5064-ccremake/


try this out for cleancut .. the background images used in the primary nav would conflict with the dropdown indicator arrows

) repeat-x left 50%; position:relative; float:left; margin: 0 !important; padding: 0 !important; display: block !important; } #primary_nav .promenu ul li { margin: 0 !important; padding: 0 !important; display: block !important; float: none !important; } #primary_nav .promenu a { text-shadow: none !important; } #primary_nav .promenu a:hover { background: #d0d0d0; color: #4e6a97; } #primary_nav .promenu a.active { background: #4e6a97; display:block; border: 1px solid #334562; border-top: 1px solid #b6c3d7; border-bottom: 0; line-height: 35px; padding: 0px 15px; color: #fff; } #primary_nav .promenu li ul.right_open { left:140px; /* Change this to alter the right position of the submenu */ top:-5px /* Change this to alter the top position of the submenu */ } #primary_nav .promenu li ul.left_open { left:-145px; /* Change this to alter the left position of the submenu */ top:-5px /* Change this to alter the top position of submenu */ } #primary_nav .promenu li ul.first { left:0px; /* Change this to alter the left position of the first dropdown menu */ top:35px /* Change this to alter the top position of the first dropdown submenu */ } /* INACTIVE ARROWS FIRST >.< ALTER AT YOUR OWN RISK*/ #primary_nav .promenu a.inactive.down_arrow { background: url( ' alt='' class='ipsImage' > ) no-repeat 109% !important; } #primary_nav .promenu a.inactive.right_arrow { background: url( ' alt='' class='ipsImage' > ) no-repeat 100% !important; } #primary_nav .promenu a.active.down_arrow { background: #4e6a97 url( ' alt='' class='ipsImage' > ) no-repeat 103% !important; } #primary_nav .promenu a.active.right_arrow { background: #4e6a97 url( ' alt='' class='ipsImage' > ) no-repeat 100% !important; } #primary_nav .promenu a:hover.inactive.down_arrow { background: #d0d0d0 url( ' alt='' class='ipsImage' > ) no-repeat 109% !important; } #primary_nav .promenu a:hover.inactive.right_arrow { background: #d0d0d0 url( ' alt='' class='ipsImage' > ) no-repeat 100% !important; } #primary_nav .promenu a:hover.active.down_arrow { background: #d0d0d0 url( ' alt='' class='ipsImage' > ) no-repeat 103% !important; } #primary_nav .promenu a:hover.active.right_arrow { background: #d0d0d0 url( ' alt='' class='ipsImage' > ) no-repeat 100% !important; }


/********************************************************************************/

/* ProMenu CSS - By Marcher Tech and Robert Simons - ©2012 Provisionists LLC  */

/********************************************************************************/

/* promenu.css			  */

/********************************************************************************/

#primary_nav .promenu ul

{

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

position: absolute;

margin: 0;

padding: 0 !important;

		display:none;

}

#primary_nav .promenu li

{

  background: #d9d9d9 url(		



dropped the imagery for the primary nav and just use color background now ... not perfect .. but would get ya on the right path I do believe

I believe you'll have a similiar issue with the other theme you linked as well

Link to comment

Morning chaps,

Just come across this error whilst messing around with IP.content, is it related to Promenu?


Fatal error: Call to undefined method globalPrimaryNavEraser::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863


It was the "PrimaryNavEraser" that got me wondering?

Link to comment

Morning chaps,



Just come across this error whilst messing around with IP.content, is it related to Promenu?




Fatal error: Call to undefined method globalPrimaryNavEraser::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863




It was the "PrimaryNavEraser" that got me wondering?




that would most likely be related to fusion menu .. I assume you still have it installed
Link to comment

Morning chaps,



Just come across this error whilst messing around with IP.content, is it related to Promenu?




Fatal error: Call to undefined method globalPrimaryNavEraser::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863




It was the "PrimaryNavEraser" that got me wondering?



isnt primary nav eraser one of the fusion menu hooks?
Link to comment

isnt primary nav eraser one of the fusion menu hooks?




I do believe so .. its his hook for navigation removal .. I haven't looked in ages .. but it probably doesn't support checks for Content ... I even found a small bug in mine ... if a user defines content as their default application .. and doesn't have it installed .. causes an error .. I do have a check in place for that now .. will be in the next upgrade
Link to comment

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...