Jump to content

Download: ProMenu Basic


Robert Simons

Recommended Posts

  • Replies 858
  • Created
  • Last Reply

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:
Link to comment

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

Link to comment

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:
Link to comment

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.

Link to comment

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
Link to comment

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

Link to comment

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.

Link to comment

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?
Link to comment

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.

Link to comment

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
Link to comment

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.

Link to comment

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.

Link to comment

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?

Link to comment

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.

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...