Child menu indicator

Forums Forums Menus Child menu indicator

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #56
    Anonymous
    Member

    Ryan, great plug-in. Many thanks. Is there a way to add a child menu indicator on a parent list item? An arrow or something that indicates a link has a child menu.

    Regards,

    A

    #2213

    No, I haven’t figured out a way to do that reliably yet. That is on my list of things to do though.

    #2214
    Anonymous
    Member

    [quote:1ugxv8hl]Andy – no, I haven’t figured out a way to do that reliably yet. That is on my list of things to do though.[/quote:1ugxv8hl]

    If there were a way to set the style of the parent li then you could add a style to cover an li with a child menu. Unfortunately the only way I can think of doing it would be with JS, something I’m trying to avoid. If only CSS allowed us to target the parent……. li ul<li or something….even li+ul would do it if it worked, but the adjacent selector doesn’t seem to stick in this instance.

    #2215

    My knowledge of Javascript is abysmal, so if can find a way to do this with Javascript I’m all ears. It’s not something I would include by default, but it may be an option that some users would like. As long as it degraded nicely without javascript it could work quite nicely.

    If you could apply a certain class to the parents, that would be optimal as I can add a style in the CSS which generates the arrow or whatever method people choose to display that the menu item has child items.

    #2216
    yohanesw
    Member

    hello ryan, this topic maybe quite an old one, but i’m curious about this one as i’m trying to make child indicatior like arrow but still can’t find a solution <img decoding=” title=”Sad” />

    Have you find a way to do this in js/php? Thank you

    #2217
    malcalevak
    Moderator

    Download the latest beta from here: https://geek.hellyer.kiwi/forum/index.php?topic=592.0

    If you enable superfish it will automatically put in some child-menu indicators for you, as demonstrated on my site: http://www.transientmonkey.com

    Alternatively, I’ve also modified the php code, and if you know how to write the CSS all items with children now have the class "has_children". Unfortunately I can’t help you with proper CSS if you go that route, but when Ryan has a chance to look over the code changes I’ve made I’m sure he’ll look into updating the CSS generator or something along those lines.

    #2218

    I’m ridiculously busy right now. So I don’t have time to work on this. But thankfully Malcalevak has been extremely helpful in doing some improvements to the plugin.

    I’ll be launching a new product in a few weeks time and hopefully after that I’ll get some time to implement some of the new plugin features such as this.

    #2219
    yohanesw
    Member

    @malcalevak
    thanks a lot man, exactly what i need!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.