Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #2251690
request quick finders new feature
Closed

Comments

  • Saad started the conversation

    Dear Sir, Madame,

    can we have a  row HTML element in the quick finder description, instead of the current quick finder description box.

  •  7,280
    Oliver replied

    Hi, 

    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