Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 8, 201213 yr Author that the sub-sub issue? if you meaning for the last little patch I released today .. yes
January 8, 201213 yr actually I was thinking of his issue since I saw a bunch of subs, but if patch addressed that than I am wrong.
January 8, 201213 yr Author 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
January 9, 201213 yr it fixed my sub issue, was actually applying as I typed last response. seems to work well.thank you for that :)
January 9, 201213 yr Author My sub-sub menu' still don't work. What's wrong? Promenu.js is in it's folder. wouldn't know w/o looking into it specifically ... but its usually a setting issue or an upgrade without reverting template/promenu.css issue
January 9, 201213 yr It's an upgrade from 1.0.1 to 1.0.3, but I didn't touch any, so I didn't reverted nothing, to be honest.
January 9, 201213 yr Author It's an upgrade from 1.0.1 to 1.0.3, but I didn't touch any, so I didn't reverted nothing, to be honest. go revert all your skin_promenu template bits (if applicable) and promenu.css (vital) as some upgrades didn't force a change, though required
January 9, 201213 yr 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?
January 9, 201213 yr Author 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? check what mode you in ... as I think in compatability mode .. it can go haywire
January 9, 201213 yr 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)?
January 9, 201213 yr Author 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
January 9, 201213 yr 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
January 9, 201213 yr Author 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?
January 10, 201213 yr I had to move to the other cleancut skin, never could get that one to work right.
January 10, 201213 yr It doesn't work for me properly with that skin either (skinning wise that is, functionality is fine).
January 10, 201213 yr Author 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
January 10, 201213 yr works fine for me on other theme with no changes needed. only thing I did was widen theme setting to 95% or so (I do this to all themes, hate squished up themes) which may be why mine works.
January 11, 201213 yr 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?
January 11, 201213 yr Author 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
January 11, 201213 yr 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?
January 11, 201213 yr Author 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
Archived
This topic is now archived and is closed to further replies.