Hi all ! 🙂
I can’t get tooltips on accordion sections working!
The section is set like this:
[vc_accordion_tab title="Thérapies et spécialités des médecines douces et alternatives" icon="angle-circled-down" icon_closed="angle-circled-right" tooltip="tooltip" tooltip_position="top" tooltip_title="Cliquez pour ouvrir la liste"]
But the tooltip does not show when overing the (open or closed) section title, even if “Tip/Popover action” is set to “Hover”.
I tried several settings (position set to top bottom, left, right or top) but with no luck 🙁
When inspecting the page source code, I can see the data-* properties on the span element:
<span class=”icon-closed icon-angle-circled-right hover-tip” data-toggle=”tooltip” data-original-title=”Cliquez pour ouvrir la liste” data-placement=”right”></span>
Any idea on how I can show tooltips on accordion sections ?
Thanks,
Nicolas.