Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 7, 201213 yr make sure that your promenu.css for your custom skin says this at the top: ProMenu CSS - By Marcher Tech and Robert Simons - ©2012 Provisionists LLC It wasn't and I added it but it didn't fix things :(
January 7, 201213 yr revert your CSS file If you have made changes you will need to merge these into the reverted CSS file, so keep a copy prior to reverting.
January 7, 201213 yr as Ian says, make a copy of your css (for any edits you have made) then revert the css. you will then need to go through and remake any changes manually
January 7, 201213 yr revert your CSS file If you have made changes you will need to merge these into the reverted CSS file, so keep a copy prior to reverting. Ok that seemed to fix it...thank you Ian. Now I have a few CSS things to fix :smile: I'll come back begging if I can't figure it out... Thank you too Richard :smile:
January 7, 201213 yr ahh, I just realised lol - I didnt mean for you to add that line, it was a check to see if you had the latest css there which you didnt, yeah as said, revert and crack on :)
January 7, 201213 yr Author tsk tsk tsk .. doesn't anyone read documentation anymore? LOL this last upgrade didn't actually edit the css .. only edits the source, and the nav_menus template bit .. I didn't force a replacement this time (though without it dropdowns would break) ... that way ppl could grab their edits and reapply on the fly
January 8, 201213 yr tsk tsk tsk .. doesn't anyone read documentation anymore? LOL this last upgrade didn't actually edit the css .. only edits the source, and the nav_menus template bit .. I didn't force a replacement this time (though without it dropdowns would break) ... that way ppl could grab their edits and reapply on the fly Oh I read the documentation in the download but i didn't understand what you were saying. You need to dumb it down a little by saying something like "hit the revert button"..... :baby:
January 8, 201213 yr heres an "odd" suggestion, and I have no idea if possible. for the "outline" is it possible to use a background oval shape to change the rectangular shape (default shown in attachment) it uses now? I am not sure if this is possible, was thinking if it was it would be more seamless with more themes.
January 8, 201213 yr Author heres an "odd" suggestion, and I have no idea if possible. for the "outline" is it possible to use a background oval shape to change the rectangular shape (default shown in attachment) it uses now? I am not sure if this is possible, was thinking if it was it would be more seamless with more themes. you would either have to add it in the promenu stylesheet to do so .. or alter the ipb style.css .. you know how to round edges in all browsers? reason why I dont add stuff like that in..as it would be altering all skins to conform .. which wouldn't be good...the end user has the flexibility to make those special tweaks for each theme they run
January 8, 201213 yr Author for those having arrow issues: /* INACTIVE ARROWS FIRST >.< ALTER AT YOUR OWN RISK*/ #primary_nav .promenu a.inactive.down_arrow { background:#1C3B5F url({style_images_url}/_menu_icons/down_arrow.png ) no-repeat 100% !important; } #primary_nav .promenu a.inactive.right_arrow { background:#1C3B5F url({style_images_url}/_menu_icons/right_arrow.png ) no-repeat 100% !important; } #primary_nav .promenu a.active.down_arrow { background:#fff url({style_images_url}/_menu_icons/down_arrow_active.png ) no-repeat 100% !important; } #primary_nav .promenu a.active.right_arrow { background:#fff url({style_images_url}/_menu_icons/right_arrow_active.png ) no-repeat 100% !important; } #primary_nav .promenu a.active:hover.down_arrow { background:#fff url({style_images_url}/_menu_icons/down_arrow.png ) no-repeat 100% !important; } #primary_nav .promenu a.active:hover.right_arrow { background:#fff url({style_images_url}/_menu_icons/right_arrow.png ) no-repeat 100% !important; } #primary_nav .promenu a.active.right_arrow:hover, #primary_nav .promenu a.inactive.right_arrow:hover, #primary_nav .promenu a.active.down_arrow:hover, #primary_nav .promenu a.inactive.down_arrow:hover { background-color:#173455!important; } this seems to work better .. I tested it in IE, chrome, and FF with the same results ... long titles, short titles, etc .. no overlaps so I will be implementing this into the next upgrade
January 8, 201213 yr I've done some rounding yes, I failed to realize the issues it would cause if it was implemented at install level. you are 100% right, its not something you should do. I just noticed the arrow issue too and was going to report it, did notice a sub-sub issue I used bug reporter for this morning.
January 8, 201213 yr Author I've done some rounding yes, I failed to realize the issues it would cause if it was implemented at install level. you are 100% right, its not something you should do. I just noticed the arrow issue too and was going to report it, did notice a sub-sub issue I used bug reporter for this morning. I seen your report..but for some reason it was blank .. only seen that one other time .. can't remember from who though.. whats the sub sub issue?
January 8, 201213 yr when you have a sub-sub the active (the highlight) is not shown. say you have a category (like me) called application with a sub of user blogs. when set like that it all works fine. if you add a child to the user blogs (ex admin blog) then the active does not show at all for blogs. still works fine on any other item that does not have a sub-sub.go here, will show even as guest, and you should see what I mean. it does it on default ip skin too. would the arrow issue fix this? I have not applied them yet.
January 8, 201213 yr Author when you have a sub-sub the active (the highlight) is not shown. say you have a category (like me) called application with a sub of user blogs. when set like that it all works fine. if you add a child to the user blogs (ex admin blog) then the active does not show at all for blogs. still works fine on any other item that does not have a sub-sub.go here, will show even as guest, and you should see what I mean. it does it on default ip skin too. would the arrow issue fix this? I have not applied them yet. no thats just arrow placement .. check your settings on those menus..because blogs should highlight as primary or subs .. they do on every build I've tested on or installed apon
January 8, 201213 yr have checked them, have disabled-saved-re-enabled and same thing. remove that sub-sub and instantly works. going to add a sub-sub to something else to see how it acts. edit: I added a sub to the sub of gallery and same thing. the sub of a sub seems to disable it. for curiosity sake I also tested with recursive set on both settings.
January 8, 201213 yr Author ok..I can reproduce it here .. I see lookup activity still needs some work as I've said in previous posts ... that recursive lookup has been a bear ... MT and I (mainly MT) worked that function to no end
January 8, 201213 yr its not a huge deal to me really, TBH I was more interested in testing the bug reporter so when I noticed it I figured was good way to test it :)
January 8, 201213 yr heh, heres a suggestion that may drive you crazy :) have a user entered favorites section somehow. a limited (10 or so) menu that allows them to enter their favorite board links in it, sort of a personalized menu section. actually this may need to be a separate mod.
January 8, 201213 yr Hello. Just updated promenu with version 1.0.1 before 1.0.3. There was a problem with the display of CSS, but with her, I understand. Remained a problem - does not display the active tab. In the settings found only the ability to disable the active tab, but this option is disabled. In what may be the problem?
January 8, 201213 yr Author revert your promenu.css file ... the active class is proper and in showing (I looked on your site)http://clubcanon.ru/ <a id="promenu_1" title="Перейти на главную" class=" active" href="http://clubcanon.ru">Home</a> so I think your promenu.css didn't get updated during the upgrade process .. so log your color changes and revert it (promenu.css) ..then CAREFULLY remodify your color changes and save.
January 8, 201213 yr Author recursive lookup bug fixed .. released in application .. just download and overwrite .. no upgrade required .. just a source file edit
January 8, 201213 yr no tabs are showing as active for me on our DEV site. Not aware of doing anything wrong, updated to your latest files and the settings look ok (to me)
January 8, 201213 yr Author no tabs are showing as active for me on our DEV site. Not aware of doing anything wrong, updated to your latest files and the settings look ok (to me) I'd have to come in and take a look first hand with that one
January 8, 201213 yr I'd have to come in and take a look first hand with that one I'll PM you some login details, Id like to make sure everythings ok before we put it on our live site :)
Archived
This topic is now archived and is closed to further replies.