• Resolved lozeone

    (@lozeone)


    I have copied button-save.php to MYTHEME/flexible-product-fields/config/button-save.php but the original template is being used.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Tomasz WP Desk

    (@tomaszwp)

    Hello @lozeone

    I confirm that overwriting this template does not work. I reported it to our developer.

    Please write what is the specific purpose of overwriting this template. I ask because this is a little used feature.
    If the goal is to hide this section on the page then it is enough to include this CSS in the theme settings:

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

    Or add a p to hide the message and leave the button:

    .fpf-fields-config-wrapper p {
    display: none;
    }

    Plugin Support Tomasz WP Desk

    (@tomaszwp)

    I am marking this topic as resolved as we have not received any new replies. Please let us know if you need our help again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to override button-save.php’ is closed to new replies.