Fault when using Limit Tooltip Length
-
Some of my Glossary articles run to quite a length so I am trying to limit the length shown in the tooltip.
When I have a value set for the length the tooltip displays !– wp:paragraph — as the opening text. The cause is the angle brackets around the HTML comment are not present.
The tag created when a tooltip length is set is:
<a href="https://unmaskedtest.local/glossary/php/" data-cmtooltip="!-- wp:paragraph --Themes allow users to change the look and functionality(...)" class="glossaryLink ">PHP</a>
Without a length set it corrently opens and closes the HTML comment:
<a href="https://unmaskedtest.local/glossary/php/" data-cmtooltip="<!-- wp:paragraph -->Themes allow users to change the look and functionality of a WordPress website without altering the core code or site content. Every WordPress website requires at least one theme to be present and every theme should be designed using WordPress standards with structured PHP<br/><!-- /wp:paragraph -->" class="glossaryLink ">PHP</a>
Any suggestions?
- The topic ‘Fault when using Limit Tooltip Length’ is closed to new replies.