Comments Saad started the conversationDecember 25, 2019 at 1:29pmDear Sir, Madame,can we have a row HTML element in the quick finder description, instead of the current quick finder description box. 7,092Oliver repliedDecember 26, 2019 at 8:23amHi, In the file: /wp-content/plugins/thegem-elements/inc/post-types/quickfinders.php change the line: $quickfinder_item_data['description'] = implode("\n", array_map('sanitize_text_field', explode("\n", $quickfinder_item_data['description']))); To: $quickfinder_item_data['description'] = $quickfinder_item_data['description']; After you can put html code to the description filed.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Dear Sir, Madame,
can we have a row HTML element in the quick finder description, instead of the current quick finder description box.
Hi,
In the file: /wp-content/plugins/thegem-elements/inc/post-types/quickfinders.php
change the line:
To:
After you can put html code to the description filed.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver