【发布时间】:2022-01-02 05:57:03
【问题描述】:
我正在尝试使用 WordPress 主题制作图形设计作品集。在其中,我使用 Shortcodes Ultimate 插件创建了一个工具提示。它用于在将鼠标悬停在图像上时显示一个人的名称。但不幸的是,只有在禁用浏览器跟踪保护设置时,它才在实时网站上可见。我应该怎么做才能让浏览器不阻止它?
以下是我用来创建工具提示的代码
[su_tooltip text="UI designer" font_size="12"]
<figure class="wp-block-image size-full is-resized img-filter parallax-element parallax-wrap">
<a href="https://www.linkedin.com/in/ashish-yadav/" target="_blank" rel="noopener">
<img src="https://vedsarkar.com/wp-content/uploads/2019/11/Ashish.png" alt="" class="wp-image-3438" width="55" height="55">
</a>
</figure>
[/su_tooltip]
【问题讨论】:
标签: html css wordpress shortcode