• Resolved wongkediri

    (@wongkediri)


    Hello,
    after update to 1.5.0 and woocommerce Version 4.7.1 update theres message shown below on each field created
    please see screenshot link for details
    i understand its only show for admin only, but how to disable this?

    This button is visible to the Store Admin and no one else. More information about generating a link to a predefined product configuration can be found in [the documentation].

    the container of the class div is “fpf-fields-config-wrapper”

    see screenshot here

    • This topic was modified 4 years, 3 months ago by wongkediri.
    • This topic was modified 4 years, 3 months ago by wongkediri.
    • This topic was modified 4 years, 3 months ago by wongkediri.
Viewing 1 replies (of 1 total)
  • Plugin Support Tomasz WP Desk

    (@tomaszwp)

    Hello @wongkediri

    It is possible to hide the entire container with CSS. Please go to Appearance > Customize > Additional CSS and paste the code below.

    div.fpf-fields-config-wrapper {
    display:none!important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘after update to 1.5.0’ is closed to new replies.