使用 WordPress 时 Tooltipster 工具提示内容为空
Posted
技术标签:
【中文标题】使用 WordPress 时 Tooltipster 工具提示内容为空【英文标题】:Tooltipster tooltip contents empty when using WordPress 【发布时间】:2018-07-18 04:34:57 【问题描述】:使用我们的 WordPress 网站实施 Tooltipster,但遇到了障碍。工具提示正确打开,但工具提示中的内容为空。此代码在 WordPress 之外工作。请帮忙?
这是所有设置的方式。
1) 在functions.php中:
wp_enqueue_style( 'ttcss', '/ours/tt/dist/css/tooltipster.bundle.min.css' );
wp_enqueue_style( 'ttcss-noir', '/ours/tt/dist/css/plugins/tooltipster/sideTip/themes/tooltipster-sideTip-noir.min.css' );
wp_enqueue_script( 'ttjs', '/ours/tt/dist/js/tooltipster.bundle.min.js', array('jquery'), null, true );
2) 在关闭</head>
之前的header.php中:
<script> jQuery(document).ready(function()
jQuery('.ourtip').tooltipster(
theme: 'tooltipster-noir',
contentCloing: true,
contentAshtml: true
);
);
</script>
3) 在需要工具提示的主题内:
<span class="ourtip" data-tooltip-content="#ourtip_content">Tool</span>
4) 在主题中向下,应该显示什么(但不是):
<?php
function ours_publisher_popup()
?>
<style>.ourtip_templates display: none; </style>
<div class="ourtip_templates">
<div id="ourtip_content">
<strong>This text should display but is missing.<br></strong>
</div>
</div>
<?php
ours_publisher_popup(); ?>
【问题讨论】:
【参考方案1】:最终成为一个有冲突的插件。一次禁用一个 WP 插件,直到它开始工作,然后找到一个也在尝试使用 Tooltipster 的插件。停用该功能并返回功能。
【讨论】:
以上是关于使用 WordPress 时 Tooltipster 工具提示内容为空的主要内容,如果未能解决你的问题,请参考以下文章
使用 WordPress 时 Tooltipster 工具提示内容为空
使用 trello 和 wordpress 时自动发送电子邮件