Skip Navigation

[Resuelto] Upload Media button is missing

This support ticket is created hace 5 años. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Etiquetado: 

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por nathalieJ hace 5 años.

Asistido por: Shane.

Autor
Mensajes
#1379859
Screenshot 2019-11-11 at 11.24.44.png
Screenshot 2019-11-11 at 11.24.36.png

Hi

I haven't been able to find the answer to this

On the front end add and edit forms, the add media button is missing. I have ticked the boxes, and for user capabilities, well I am admin

Please see attached the settings

Thank you

Nathalie

#1380111

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Nathalie,

Thank you for contacting our support forum.

Not sure what plugins you have enabled but it could be caused by a plugin conflict.

Could you temporarily disable all the non-toolset plugins and try again ? Also if you have our Access plugin installed could you disable it as well and see if the media uploader button shows up ?

If it still does not show up, could you provide me with admin access to the page so that I can have a look at this for you?

The private fields have been enabled for your next response.

Thanks,
Shane

#1383423

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Nathalie,

I found the issue.

It seems that something in your css is setting the display to none for the button.

However I was able to overwrite it with this css.

#insert-media-button{
display: block !important;
}

Thanks,
Shane

#1388729

Hi Shane,

Many thanks for this!!

Nathalie