Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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