• Resolved theiteckhq

    (@theiteckhq)


    Hello everyone,
    I am using Point wordpress theme on my website, here is my site: theiteckhq.com
    On home page, the drop down menu doesn’t seem to work. However, when I am in a post, or in a category or some other page, the menu gives me a drop down menu when I click on the tabs.
    Please help!
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    I recommend asking in this theme’s dedicated support sub-forum for better results so its developers and users can help you with this:
    https://wordpress.org/support/theme/point

    Thread Starter theiteckhq

    (@theiteckhq)

    Hey Tara,
    well the support forum is pretty much useless. No reply in like more than 48 hours.
    Any guesses you can make as to why the menu is not working and also if you visit my site right now there is a blue button that says “Subscribe”. Now I want to change the color and the theme does give me an option to change it but the change is not reflected on the website. I mean I change it to black but it stays blue.
    Please any guesses or anything will work for now.
    Thanks!

    Hi @theiteckhq, while waiting for the theme author to reply, you can add this to your CSS first for the menu to work on homepage:

    body.home .sub-menu {
        display: block !important;
    }

    This is just a temporary solution as it does not fix the root of the problem. Let me know how it goes.

    For the “Subscribe” button, it is black on hover. Did you change color for the correct setting?

    Thread Starter theiteckhq

    (@theiteckhq)

    Hi @oopixjane
    Thanks so much! That code worked and the drop down menu is working.
    And yes, I changed the colour of the button and there is no “hover color” settings for that matter.
    But, thanks for the menu! It’s working:)

    @theiteckhq Glad I can be of help! Remember to mark this as resolved if this issue is settled. 🙂

    hi,
    I have also same problem.do give a look into my website http://solargise.world/ . Its dropdown menu is not working. How can I solve it ? Where should I add the css code?

    Hi @pritiranjan,

    Could you please start your own thread, as per Forum Welcome? I believe there are many helpful people here who can help you. If I saw your thread, I will try to help too. 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Drop Down menu not working on home page’ is closed to new replies.