Volstate Posted January 7, 2012 Posted January 7, 2012 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 :(
.Ian Posted January 7, 2012 Posted January 7, 2012 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.
Richard.C Posted January 7, 2012 Posted January 7, 2012 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
Volstate Posted January 7, 2012 Posted January 7, 2012 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:
Richard.C Posted January 7, 2012 Posted January 7, 2012 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 :)
Robert Simons Posted January 7, 2012 Author Posted January 7, 2012 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
Volstate Posted January 8, 2012 Posted January 8, 2012 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:
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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.
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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.
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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?
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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.
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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.
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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 :)
Dmacleo Posted January 8, 2012 Posted January 8, 2012 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.
Morozzz Posted January 8, 2012 Posted January 8, 2012 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?
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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.
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 recursive lookup bug fixed .. released in application .. just download and overwrite .. no upgrade required .. just a source file edit
Morozzz Posted January 8, 2012 Posted January 8, 2012 Thank You. Indeed, in the CSS a lot of changes on this and not updated.
Richard.C Posted January 8, 2012 Posted January 8, 2012 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)
Robert Simons Posted January 8, 2012 Author Posted January 8, 2012 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
Richard.C Posted January 8, 2012 Posted January 8, 2012 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 :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.