Comments 1Larry Kolinek started the conversationDecember 29, 2020 at 6:44pmHi,I'm trying to add text above the global search block.how to: ADD or CHANGE TEXT<div class="dt-buttons"><a class="dt-button DTTT_button DTTT_button_spacer" tabindex="0" aria-controls="table_1" href="#"><span>ADD or CHANGE TEXT</span></a></div>ALSO, why is the href="#" there? I want to remove that too. 2,572Aleksandar repliedDecember 30, 2020 at 10:39amHello again LarryA hash - # within a hyperlink specifies an html element id to which the window should be scrolled.You can only alter the text of a Search button through the code, in wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 3620.Adding text above it would require writing InnerHTML, and it's not included in the provided support for the plugin.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi,
I'm trying to add text above the global search block.
how to: ADD or CHANGE TEXT
<div class="dt-buttons"><a class="dt-button DTTT_button DTTT_button_spacer" tabindex="0" aria-controls="table_1" href="#"><span>ADD or CHANGE TEXT</span></a></div>
ALSO, why is the href="#" there? I want to remove that too.
Hello again Larry
A hash - # within a hyperlink specifies an html element id to which the window should be scrolled.
You can only alter the text of a Search button through the code, in wp-content/plugins/wpdatatables/source/class.wpdatatable.php on line 3620.
Adding text above it would require writing InnerHTML, and it's not included in the provided support for the plugin.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables