Jump to content

Download: ProMenu Basic


Robert Simons

Recommended Posts

Posted

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 :(
  • Replies 858
  • Created
  • Last Reply
Posted

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.

Posted

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:
Posted

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 :)

Posted

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

Posted

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:
Posted

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.

Posted

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
Posted

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

Posted

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.

Posted

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?
Posted

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.

Posted

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
Posted

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.

Posted

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

Posted

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.

Posted

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?

Posted

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.

Posted

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.

  • Recently Browsing   0 members

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