【问题标题】:WordPress Appointkart plugin issue in iphone deviceiPhone设备中的WordPress Apppointkart插件问题
【发布时间】:2017-01-03 14:48:53
【问题描述】:

当插件页面加载时,默认打开日历。那么我如何隐藏默认打开的日历。

在 Iphone 页面加载日历打开。 website link

【问题讨论】:

  • 欢迎来到 SO。如果您想获得帮助,请添加代码示例或实时示例链接。
  • 请查看此链接demo.samaxxpreview.com@SergChernata

标签: wordpress plugins hook customization


【解决方案1】:

你有:

$(document).ready(function() {
    $('#hide_cal').delay(8000).fadeIn(400);
});

埋在末尾:

/wp-content/plugins/appointkart/assets/js/jquery.pickmeup.js

类似的东西甚至不属于插件文件。在单独的js 文件中执行所有启动。

【讨论】:

  • 是的,我已经添加了这个 js 代码,有时会延迟日历弹出但此时没有任何输出,所以我如何在 iPhone 设备中隐藏这个日历。我试过了。 @Serg Chernata
猜你喜欢
  • 2015-04-17
  • 2011-10-13
  • 1970-01-01
  • 2011-09-27
  • 2011-10-18
  • 2011-06-23
  • 1970-01-01
  • 2010-12-03
  • 2021-05-26
相关资源
最近更新 更多