Can I make a word a tooltip and a popover simultaneously?

I want to make a certain word both a tooltip and a popover. One of them can be on the top, and the other the bottom. Is it possible?

I tried this: [extra href="#example" title=“Yeah, tooltip time!” info=“tooltip” info_place=“bottom” info_trigger=“click”][extra href="#example" title=“Yeah, tooltip time!” info=“popover” info_place=“top” info_trigger=“click” info_content=“Place a little extra content in here for informational purposes.” ]Double Trouble.[/extra][/extra], but it doesn’t work properly.

Summary: I want to make a word a popover and a tooltip, but how?

Hello Daniel,
Thanks for writing to us,
It is not possible to use “Popover” and “Tooltip” on one word since it’s a shortcode and a shortcode is a wrapper for it to work, it would need custom development that allows both actions to a single wrapper.

You can user Popover and Tooltip separately on separate content it would work fine for you.
Tooltip

[extra href="#example" title="Yeah, tooltip time!" info="tooltip" info_place="top" info_trigger="hover"] Place your content here [/extra]

Popover

[extra href="#example" title="Yeah, tooltip time!" info="popover" info_place="top" info_trigger="hover" info_content="Place a little extra content in here for informational purposes." ] Place your content here [/extra]

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.