• Resolved bsatsangi

    (@bsatsangi)


    Hello

    I have a weird issue, The primary menu has some submenu/drop down menu which appears on hover over. the issue is with dropdown menu it doesn’t work when I am at vendor dashboard page “mydomain.com/dashboard” and when I navigate to any other page the menu works fine, I have tested all pages and navigation but the issue is with dashboard page only.

    Thanks.

Viewing 13 replies - 1 through 13 (of 13 total)
  • Hey! Would it be possible for you to post a link to the site that you’re working on?

    Thanks,
    Kevin

    Thread Starter bsatsangi

    (@bsatsangi)

    my website is https://122.160.64.9/
    it may be slow as work is going on.

    you might need to login in order to access https://122.160.64.9/dashboard/

    here are the test credential to login.
    user: test1234
    passwd: test1234

    I can’t seem to access your site? Keeps saying connection timeout?

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    can you try now ? also try bigvaluedeal.com (both are same)

    Hey,
    Seems you have a plugin adding css that is causing overflow to be hidden.

    Add this css to fix it.

    #nav-main {
        overflow: visible;
    }

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks, that worked.

    I have another query, can I shift my secondary menu to the right side, I just created a secondary menu and its covering the entire screen from left to right, I just want this to shift towards right side something like same as main menu.

    Thanks again

    You can use this css:

    #nav-second ul.sf-menu {
        float: right;
        width: auto;
    }
    #nav-second ul.sf-menu>li {
        width: auto;
    }
    #nav-second ul.sf-menu>li>a {
        padding: 10px;
    }

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks Much, it worked, you are really an expert.
    I am almost done except this last thing regarding search.

    when ever I am making a search its showing lot of garbage and posts, I only want to search in woo product, is it possible ?
    I tried turn on Theme option > menu settings > Make menu search results only products > ON , but no luck.

    Thanks Again!

    Thread Starter bsatsangi

    (@bsatsangi)

    Also at every product left upper corner there is a tag called “SALE!” I want to change it to something else like “Offer”
    I really need this, please advise ?

    Thanks Much!

    Thread Starter bsatsangi

    (@bsatsangi)

    I have figured out the SALE! tag solution myself, but still struggling with search option and solution, please help.

    Thanks.

    For search you would need to use the woocommerce search widget that is available on your apperance > widgets page.

    Kadence Themes

    Thread Starter bsatsangi

    (@bsatsangi)

    Thanks.

    all the categories are being displayed at shop page, I don’t want all the categories to be displayed there but selected only.

    is it doable ?

    Thread Starter bsatsangi

    (@bsatsangi)

    its fixed, I disabled category in shop setting.

    Thanks for your support.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘dropdown menu not working.’ is closed to new replies.