badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Free Interface Theme: Home Page Menu

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #43658
    contact22
    Participant

    Hi, on my home page the menu is not working. I currently am using the free Interface Theme. The drop down menu appears but when you move your mouse the drop down items disappear so that you cannot click on the other pages. How do I fix this? My url is: http://www.kristinakaylen.com Thanks!

    #43825
    senerertas
    Participant
    #43840

    Hi senerertas,

    Please create your own topic and post in forum for next time. Don’t post on other’s forum. If you do this then the main user of this forum could not get answers.

    To have that section according to your image, You can add recent work. Create a page and then go to dashboard -> widgets -> Drag and drop theme horse: featured recent work widgets to business page section sidebar add the page you created before.

    Thank you!

    #43845

    @contact22 some of the CSS code have been override by one of the plugins that you have installed into your site so please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
    	-moz-box-sizing: unset;
    	-webkit-box-sizing: unset;
    	box-sizing: unset;
    }

    Thank you for using our theme.

    #45128
    Edwin
    Participant

    Also the same problem here.

    This fix the problem in Chrome, but not in IE.

    How to fix the problem in IE.

    #45143

    @Edwin Which version of IE you are using?

    #45145
    Edwin
    Participant

    @keymaster

    IE 11.0.9600.18314

    #45177

    @edwin Can we have your site URL too? So that we can give you a exact CSS code to fix the issue.

    Thank you!

    #45300
    Edwin
    Participant
    #45342

    @Edwin,

    Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media all and (-ms-high-contrast:none) {    
        *::-ms-backdrop, .#access a { height: 100px } /* IE11 */
    }

    Hope this works fine.

    Thank you!

    #45343
    Edwin
    Participant

    Seems te work fine now, thanks a lot!

    #45357

    You welcome Edwin

    Thank you!

    #45398
    Edwin
    Participant

    Problem solved in IE, but now i see the same problem in safari.

    #45480

    Hi Edwin,

    Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
        height: 100px;
    }

    Thank you!

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