Skip Navigation

[Gelöst] Can I hide specific buttons on front-end content submission?

This support ticket is created vor 6 Jahren, 5 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Dieses Thema enthält 11 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von aaronM-9 vor 6 Jahren, 5 Monaten.

Assistiert von: Shane.

Author
Artikel
#914888

I'd like users to be able to insert images into their posts the submit but when I enable that option there are some buttons that appear (forms, views, access, gallery, etc.). Is it possible to make these go away on the front-end? Thanks.

- Aaron

#914938

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Aaron,

These buttons appear over the editor correct?

Is it that you want the users to be able to upload images into the WYSIWYG editor ?

Please let me know.

Thanks,
Shane

#917414
temp.jpg

Hi Shane,

Yes, in the WYSIWYG front-end editor, I would like the Toolset Forms, Fields and Views, Add Gallery, and Access buttons to be invisible. Please see screenshot. Thanks.

- Aaron

#917522

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Aaron,

Could you send me a link to the page cause we can hide this with some css.

Thanks,
Shane

#917577

Hi - You can find the form on this page: /private-page/products/add-a-product/

Thanks.

- Aaron

#917652

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Aaron,

It says I need to sign in to continue.

Could you provide just a simple account for me so that I can see this form ?

Thanks,
Shane

#918488

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

HI Aaron,

Should be fine now.

Thanks,
Shane

#918754

Hi Shane,

I'm not quite following. Did you make a change? I still see the buttons.

- Aaron

#918862

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Screen Shot 2018-06-28 at 10.29.18 AM.png

Hi Aaron,

Yes this is the form that you sent me to remove the buttons for private-page/products/add-a-product/

From the screenshot you can see that the toolset buttons are no longer there.

Thanks,
Shane

#919002

Shoot, I totally sent you the wrong link. The screenshot was right but the link should have been /private-page/community-content/create-a-post/. I don't even think I had the upload image option enabled on the add product form.

What CSS did you add and where did you add it? I can just use this to implement the change on other pages. Thanks.

- Aaron

#919044

Shane
Supporter

Sprachen: Englisch (English )

Zeitzone: America/Jamaica (GMT-05:00)

Hi Aaron,

This is the CSS i used.

.js-cred-in-toolbar{
 display: none !important; 
}
.js-wpv-fields-and-views-in-toolbar{
   display: none !important; 
}
.js-wpcf-access-editor-button{
   display: none !important; 
}

Thanks,
Shane

#919281

That worked. Great, thanks!

- Aaron