• here is my website https://www.campuswhizz.in/wordpress/ and I want to insert the theme my login plugin at this home page as any sidebar but i am unable to do so also I am facing one serious problem with the navigation as when I click any of the tab a dropdown menu appears that was nice but please tell me how to go to the parent page out there…Is there any option through which I can get the hover effect for dropdown which will directly solve my problem
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve had the menu drop-down issue before. Almost certainly can be resolved as follows:

    Disable/Delete Theme
    Disable Plugins
    Reinstall Theme (3.0.5)

    Test if Navigation works with no Plugins, hopefully it will.

    Activate each Plugin and test the Navigation until you find one that is causing the problem.

    Let us know which is the Plugin that causes the issue if this works.

    I’ve also installed the Twitter Bootstrap CSS plugin which has baled me out of a different issue, using the full Java library.

    Just found myself with problem I had before which was that if I had a 2-level menu
    eg
    Level1
    – Level 21
    – Level 22

    I had to click on the Level 1 item to reveal the Level2 items.

    Found my fix which was:

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display:block;
        margin: 0px;
        background-color: #C6D57E ;   /* Lime Green   */
    }

    so now the Level 2 items show when I hover on Level 1.

    This may be nothing to do with your problem, but thought I’d share it in case.

    You cannot click on the parent menu and go somewhere. This is working as designed in this theme. I see you’ve already got around this by adding an extra submenu for each parent menu item.

    (Personal opinion: It would look more natural if you took out the “About –” and rewrote the menu items. E.g. “About — Study Abroad” could change to “Why Study Abroad?”.

    And the “redirecting” doesn’t really work well. You can simply change the link directly in WordPress’s Appearance > Menus panel (open another thread if you need to know how to do this).)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar problem in Customizr Theme.’ is closed to new replies.