Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26636
    Djapeto
    Member

    Hi,
    I have two issues with homepage on my web site http://demo.raznirecepti.com/demo/.
    1. In Firefox everything is OK with homepage, but in Opera and Chrome small icon appears above slider.
    2. On Android tablet and Windows 8 tablet submenu items are inactive – you can not tap on it. With Iphone and Android phone everything is OK.

    Could you tell me what I am doing wrong?
    regards,
    Djapeto

    #26729
    Sakin
    Keymaster

    @Djapeto:
    1. There is missing Featured Header image. If you don’t want you can disable it or add your own image from “Appearance => Theme Options => Featured Header Image Options”
    2. Can you try adding in the following script in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>
    #26864
    Djapeto
    Member

    Thank you Sakin!!! It’s working now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Small icon above slider and inactive submenu’ is closed to new replies.