New Landing How can we help? Atelier product meta showing on add product page in admin even though disabled

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #193853
    mariatrier
    Member
    Post count: 163

    Hi there,
    In screen options I have disabled ‘Product Meta’ yet it continues to show? How to I get it gone?

    Attachments:
    You must be logged in to view attached files.
    #194111
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m afraid those specific screen options don’t work.
    You want to hide that section? We can provide you some css

    -Rui

    #194245
    mariatrier
    Member
    Post count: 163

    I would just like to be able to remove it in screen options but yes, if this is the only option I will need css

    #194487
    mariatrier
    Member
    Post count: 163

    There?

    #194803
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay.
    At the moment we don’t have a way to add css to admin without having problems with the Theme/Swift-Framework updates.

    So you will need to install this plugin https://wordpress.org/plugins/add-admin-css/ and add this custom css.

    
    .post-type-product #li-product_meta_box {
      display: none;
    }
    

    Let us know the result

    -Rui

    #194823
    mariatrier
    Member
    Post count: 163

    Did it and no luck.

    #194825
    mariatrier
    Member
    Post count: 163

    See attachments.

    Attachments:
    You must be logged in to view attached files.
    #195259
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Just to clarify, are you looking to hide all ‘Meta Options’ for a product? Or just the specific tab ‘Product Meta’?

    Thanks.

    #195315
    mariatrier
    Member
    Post count: 163

    All meta options.

    Attachments:
    You must be logged in to view attached files.
    #195343
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please use this:

    .post-type-product .sf-meta-tabs-wrap {
      display: none;
    }

    Thanks.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register