Hi @groovyx9,
Currently the link cannot be disabled, however as a workaround you can leave the setting “Link URL” blank/empty so it will not go anywhere, so the user stays on the same page if clicked
Likewise for the link text, you can leave the setting “Link text” blank to just display a plain ribbon with no text.
-
This reply was modified 6 years, 6 months ago by
Jeff Starr.
Just to follow up with this, the latest version of the plugin (20200314) provides an option to customize the output HTML (under the custom option). So you can modify the custom markup like this to exclude the link:
<div id="show-support-ribbon" class="show-support-ribbon" style="{{css_div}}">{{text}}</div>
Thanks for the feedback on this, @groovyx9.