• Resolved Michael Rieder

    (@teamtacho)


    Dear Team

    is it possible to hide these two icons (Insert Form, Insert variable) above the editor?

    Icons
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @teamtacho

    Thank you very much for using our plugin. Unfortunately, you have not included the screenshot. However, if you are referring to the Insert Form and Insert Variable icons, this is because your website is using the classic WordPress editor, or you are using Elementor or similar, which uses the classic WordPress editor in some modules.

    If you want to hide these icons, you have two alternatives:

    1) You can edit the styles in your website. Enter the following style definition into a CSS file loaded in your back-end:

    a[href*="cp_calculatedfieldsf"]{display: none !important;}

    2) Alternatively, you can directly edit the files in the plugin by appending the previous style definition to the end of the ‘/wp-content/plugins/calculated-fields-form/css/style.css’ file.

    Best regards.

    Thread Starter Michael Rieder

    (@teamtacho)

    Hi Team

    thank you very much for you quick reply. Unfortunately. It doesn’t work. I have added a link to the screenshots. Best Regards

    https://www.dropbox.com/scl/fo/v6nooqcc32lgzel0hr2ch/AALHd7jdr0QlcPdp5_7UM5Q?rlkey=sc01p19fvmd8xc3yscvcs91z9&st=v8mstoou&dl=0

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @teamtacho

    Please indicate where you entered the styles definition, an if you purged both website and browser caches after editing the styles.

    Best regards.

    Thread Starter Michael Rieder

    (@teamtacho)

    Hi Team

    I placed the css code in the themes custmizer css. I purged both.

    Best Regards

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @teamtacho

    That’s just the problem. The themes customizer CSS is loaded by the public website, not by your WordPress back-end.

    You must enter the style in a place loaded by your WordPress admin section not the public website.

    Best regards.

    Thread Starter Michael Rieder

    (@teamtacho)

    Ah, ok.

    It works! Thank you very much for your patience.

    Best Regards

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @teamtacho

    If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://wordpress.org/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users. 

    Best regards.

Viewing 7 replies - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.