Home Forums Theme support Browser Issue

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 10 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • We have used Prestige theme for our website.

    We are facing 1 browser issue on property detail page.
    Below is a page where we get issue in Chrome and Safari browsers.

    http://capital.webcoderstechnology.com/estate/luxury-apartment-with-harbour-view

    On this page, if you will mouse over on 2nd top menu called “Rent a Property”, you will see 3 submenu. We have a submenu for 3rd menu called “Properties By”. But as you can see sub menu does not appear when we mouse over on Properties By. Except this property page, sub menu opens but not on property detail page.

    This issue only comes on Chrome and Safari browser. Can you plz check and respond on this.

    Regards,
    James

    Hi,

    it seems there is a javascript problem with the jQuery menu plugin. Please try this: go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:

    li:hover ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: inherit !important;
    }

    This css code should solve the problem

    Excellent service dude.. Problem resolved. Thanks for your support..

    You’re welcome! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.