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 #3109013
Remove custom field thegem_product_description
Closed

Comments

  • rjaiswar started the conversation

    How do i remove custom fieldĀ thegem_product_description

    I am neither able to add content nor shortcode, neither it is deleting

    Why the description tab text is in custom field, it should be in main text editor like other theme

    please guide


    2242258399.png
  •  7,092
    Oliver replied

    Hi,

    Add this code to the fucntins.php of the child theme:

    add_action('add_meta_boxes', 'thegem_add_product_settings_boxes_new');
    function thegem_add_product_settings_boxes_new() {
        remove_meta_box('thegem_product_description_meta_box', esc_html__('Product Extra Description', 'thegem'), 'thegem_product_description_settings_box', 'product', 'normal', 'high');
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • rjaiswar replied

    No impact of this, still i cant remove custom fieldĀ thegem_product_description

    NOT able to add content nor shortcode, neither it is deleting

  •  7,092

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • rjaiswar replied

    May be cache, yes now its not visible, Thanks

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver