• <small id='ZPFKt'></small><noframes id='ZPFKt'>

    <i id='ZPFKt'><tr id='ZPFKt'><dt id='ZPFKt'><q id='ZPFKt'><span id='ZPFKt'><b id='ZPFKt'><form id='ZPFKt'><ins id='ZPFKt'></ins><ul id='ZPFKt'></ul><sub id='ZPFKt'></sub></form><legend id='ZPFKt'></legend><bdo id='ZPFKt'><pre id='ZPFKt'><center id='ZPFKt'></center></pre></bdo></b><th id='ZPFKt'></th></span></q></dt></tr></i><div id='ZPFKt'><tfoot id='ZPFKt'></tfoot><dl id='ZPFKt'><fieldset id='ZPFKt'></fieldset></dl></div>
      <legend id='ZPFKt'><style id='ZPFKt'><dir id='ZPFKt'><q id='ZPFKt'></q></dir></style></legend>

      • <bdo id='ZPFKt'></bdo><ul id='ZPFKt'></ul>
        <tfoot id='ZPFKt'></tfoot>
      1. 必须点击两次才能在移动设备上打开网站链接

        时间:2023-11-30
        • <bdo id='ZkRrd'></bdo><ul id='ZkRrd'></ul>

        • <tfoot id='ZkRrd'></tfoot>

              <tbody id='ZkRrd'></tbody>
            <legend id='ZkRrd'><style id='ZkRrd'><dir id='ZkRrd'><q id='ZkRrd'></q></dir></style></legend>

              <small id='ZkRrd'></small><noframes id='ZkRrd'>

                • <i id='ZkRrd'><tr id='ZkRrd'><dt id='ZkRrd'><q id='ZkRrd'><span id='ZkRrd'><b id='ZkRrd'><form id='ZkRrd'><ins id='ZkRrd'></ins><ul id='ZkRrd'></ul><sub id='ZkRrd'></sub></form><legend id='ZkRrd'></legend><bdo id='ZkRrd'><pre id='ZkRrd'><center id='ZkRrd'></center></pre></bdo></b><th id='ZkRrd'></th></span></q></dt></tr></i><div id='ZkRrd'><tfoot id='ZkRrd'></tfoot><dl id='ZkRrd'><fieldset id='ZkRrd'></fieldset></dl></div>

                  本文介绍了必须点击两次才能在移动设备上打开网站链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在运行一个 Wordpress 网站并且遇到了一个问题,我需要在移动设备上单击两次链接才能使链接真正起作用.我认为这可能是由于 :hover 在我的 CSS 中造成的,但是即使在删除它之后,我仍然需要在移动设备上单击该链接两次.

                  I'm running a Wordpress site and have run into an issue where I need to click a link twice on mobile in order for the link to actually work. I'm thinking this might be due to :hover within my CSS however even after removing it, I still need to click the link twice on mobile.

                  我所有的产品标题、图片和主页上的 CTA 按钮都会出现这种情况.

                  This is happening on all of my product titles, images, and CTA buttons on the homepage.

                  .product_item img:hover
                  .product_item p a:hover
                  .check_it_out:hover
                  

                  谁能帮我确定如何解决这个问题?

                  Can anyone help me identify how to solve this?

                  有问题的网站是这个https://ecoshopr.com/

                  推荐答案

                  原来我的主题是使用了一些导致问题的 JS.一旦我从我的 init.js 文件中删除它:

                  Turns out my theme was using some JS that was causing the issue. Once I removed this from my init.js file:

                  /* button show */
                          $/*('.product_item').mouseenter(function(){
                                  $(this).find('.product_button').fadeIn(100, function() {
                                          // Animation complete.
                                  });
                      }).mouseleave(function(){
                                  $(this).find('.product_button').fadeOut(100, function() {
                                          // Animation complete.
                                  });
                      });*/
                  

                  问题已解决.

                  这篇关于必须点击两次才能在移动设备上打开网站链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:选择除悬停一个 CSS 之外的所有链接 下一篇:悬停在 div 上会影响外部元素

                  相关文章

                • <i id='5BFDz'><tr id='5BFDz'><dt id='5BFDz'><q id='5BFDz'><span id='5BFDz'><b id='5BFDz'><form id='5BFDz'><ins id='5BFDz'></ins><ul id='5BFDz'></ul><sub id='5BFDz'></sub></form><legend id='5BFDz'></legend><bdo id='5BFDz'><pre id='5BFDz'><center id='5BFDz'></center></pre></bdo></b><th id='5BFDz'></th></span></q></dt></tr></i><div id='5BFDz'><tfoot id='5BFDz'></tfoot><dl id='5BFDz'><fieldset id='5BFDz'></fieldset></dl></div>

                  • <bdo id='5BFDz'></bdo><ul id='5BFDz'></ul>
                • <legend id='5BFDz'><style id='5BFDz'><dir id='5BFDz'><q id='5BFDz'></q></dir></style></legend>

                    1. <tfoot id='5BFDz'></tfoot>

                      <small id='5BFDz'></small><noframes id='5BFDz'>