Forum Replies Created

Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #844737

    Thank you BruceJackson.

    in reply to: Dropdown menu stays open on Ipad #498690

    Hi!
    My site had a broken link in the menu which caused the disappearing at the second use.
    I fixed it and tested the mod on an iPad. It works like a charm!

    Thank you very much!

    Best regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #496785

    Hey Josue!

    Hmm, ok, now it shows the correct behavior on my clean installation! Unfortunately my iPad is broken but you say on yours it is fine.
    I will have a look why the menu is disappearing on the site of the given link. With this mod my second site works fine on desktop so maybe it has something to do with the plugins or the child-theme.
    I’ll report later. I appreciate your help. Thank you very much!

    Best regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #496293

    Hi,

    Now I notice that the menu is not visible anymore after klicking on a menu item.

    Regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #496159

    I applied it on a different clean testinstallation. Now it’s also in the given link.
    I note no difference.

    Regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #496107

    Hi Josue,

    Thank you for reply but your code didn’t work. You can tap an a menuitem only once. Then it stays open but without funktion. After reload you can use it one time again.

    Regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #496040

    Meanwhile two month but there is no help. I’m very disappointed!
    Installed version 3.3.2 but still have the same problems.

    caip

    in reply to: Dropdown menu stays open on Ipad #482425

    Hey,

    Because it relates to the normal menu not to the mobile menu I tried also unsuccessfully the following code

    function add_custom_cs(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( "ul.sub-menu a" ).click(function() {
      jQuery( "ul.sub-menu" ).hide();
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_cs');

    Following code works fine on an iPad. On a Windows system (Firefox and Chrome) the menu is collapsing after choosing an item but won’t expand when you are poining to the menu again. The menu is then only expanding once you click the first item where the site is scrolling to top. So if you want to navigate through the different anchors of one site you have to click twice and hopping from section – top – section – top… and so on.

    function add_custom_cs(){
    ?>
    <script>
    jQuery(window).load(function(){
      if (jQuery(window).width() <= 2048){	
        jQuery("*").click(function(){
            jQuery(".sub-menu").toggle();
        });
      }
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_cs');

    This code is not working with hide fuction.

    Best regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #482013

    Hey!

    No, the new code has the same behavior.

    Best regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #479829

    Hi!

    Thank you for reply and the code. But unfortunately it has no effect.

    Regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #478005

    Hey!

    You guys sold a lot of themes but don’t have an iPad execpt of Dake? He experienced the same error on his iPad three weeks ago.

    Now I installed a clean and latest WordPress (v4.2.2) and Enfold theme (v3.22) without any plugins. Created one site with different color sections and ID’s. The menu dropdown are linked to this anchors.
    Result: Exactly the same. The menu is expanding but don’t collapse even if you tap on it or somewhere else.

    A similar bug is also on your Enfold demo site! Click with an iPad on a menu item to expand. Then stay on the same site and try to navigate. The expanded menu is still there.

    Regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #476957

    Hey!

    It would be very nice if you could help me. 3 weeks ago I startet this thread, since the last post one week ago from Basilis I heard nothing else.
    I don’t expect a quick ready to go solution. But a short comment from time to time would help not to have the feeling to be forgotten or to be unimportant.

    Thanks,
    caip

    in reply to: Dropdown menu stays open on Ipad #472629

    Hi, I’m still waiting.

    I have two websites running with Enfold and this overlapping menu on an iPad. Potential customers leaving my sites because of this bug. On your website you say Enfold is “fully responsive”. But I think with this it is not.
    I would be very grateful if you could help me.

    Best regards,
    caip

    in reply to: Dropdown menu stays open on Ipad #469263

    Hi,

    I updated to version 3.2.2 a few days ago and there was an error in my child theme. Now it shows the correct version.
    On different ipads (with safari) the menu is still not collapsing whenever you choose an anchor menu.
    On a MS surface 3 pro the menu also stays open when selecting a link but collapse when taping next to the menu.

    Regards,
    caip

    • This reply was modified 9 years, 3 months ago by caip.
    in reply to: Dropdown menu stays open on Ipad #467785
    in reply to: scroll-top-link icon still disappear #248282

    Hi Yigit!

    this works fine in Style.css!
    But why it has no effect when added to Quick CSS?

    Awesome support!
    Thank you,
    caip

    in reply to: PHP Sniplets #247601

    Hey!

    I removed it but it has no effect. Do you have any other ideas?

    Regards,
    caip

    in reply to: scroll-top-link icon still disappear #247586
    This reply has been marked as private.
    in reply to: PHP Sniplets #247347

    Hi!

    the functions.php in my child theme is empty exept

    <?php
    ?>

    Sincerely,
    caip

    in reply to: PHP Sniplets #244302

    Hi,

    am I doing wrong? This works fine in parent theme but inserted in child functions.php has no effect.

    Sincerely,
    caip

    in reply to: Change H-tags of iconlist-title #215220

    Hi Yigit,

    thank you for reply. But this is what I found in the link in my first post.
    Changing the output-class in iconlist.php will affect to ALL titles in the iconlist. How can I change each title in an inconlist for different h-tags?

    Regards,

    Cai

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