Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Disable button option in tympanus circular menu bar..

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #195775
    punithramesh007
    Participant

    Hi..
    I’m trying to create circular menu bar,but my menu bar is similar to tympanus circular menu bar(visit http://tympanus.net/Tutorials/CircularNavigation/index2.html)
    but in tympanus we want to click open then it scroll the menu.
    I want menu page to be display without any scrolling(ie,fixed menu bar) and instead of button i need to have website logo there(non button) version
    thanks in advance
    for code(visit https://github.com/SaraSoueidan/circular-navigation)

    #195776
    Paulie_D
    Member

    thanks in advance for code

    Do you mean you’d like us to code it for you for free…that’s not something we really do?

    If so, I suggest you hire someone.

    #195777
    punithramesh007
    Participant

    @Paulie_d
    I think you have mistaken that sentence
    it says that you are spending some of your precious time on reading my ques though u know or not you are spending so i stated like that
    coming to coding(here is the code https://github.com/SaraSoueidan/circular-navigation))
    I’m stuck in that step so I came here with some hope that i may get soln(just suggestion) for that ques

    #195780
    Paulie_D
    Member

    Unfortunately, your question was not clear…perhaps it’s language barrier.

    However, asking us to download files to recreate what you have already and then adapt it is still asking us to do a lot of set-up work that you could be doing.

    Perhaps you could create a reduced case demo page (perhaps in Codepen.io) with your existing code.

    #195785
    punithramesh007
    Participant

    @paulie_D
    demo in codepen here http://codepen.io/anon/pen/ogENvG
    I wanted to show menu without any clicking the button

    #195786
    Paulie_D
    Member

    When should the menu show…all the time? when something happens?…if so, what?

    …and leading on..what have you tried so far?

    #195789
    punithramesh007
    Participant

    @paulie_D
    1)The menu must show all the time
    2)button will completely disabled(it will replaced by my website logo)
    3) I tried by replacing
    [<button class=”button” id=”button”>open</button>

    <

    div>] by [<button class=”button” id=”button”>close</button>

    <

    div>]
    but it doesn’t work

    #195794
    Paulie_D
    Member

    That’s sounds like a LOT of work..

    what have you tried so far?

    What I mean’t was…show us what you have tried.

    At the moment is sounds like you gave up after changing one thing.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.