Errores en el plugin muy importantes. / Very important plugin errors.
-
Explicó los dos fallos que hay en el plugin y espero que se haga una actualización arreglando los fallos.
Primer Fallo: El primero es que hay un código en css que sobra porque se crea un fondo blanco que no hace falta en la administración del plugin y encima también hace crear el fondo blanco en la administración de Widgets. El código que se tiene que esborrar es este.
#wpbody-content {
background: #fff;
}Segundo fallo es que dentro de la administración de wordpress deja de verse bien algunos formularios de los que son de type texto. El fallo esta en que tienen puesto en el css del plugin input[type=”text”] cundo tiene que ser #vcita-email. Si que si cambiáis de input[type=”text”] a #vcita-email arreglareis el fallo.
He explained the two faults that are in the plugin and I hope that an update is made fixing the failures.
First Failure: The first is that there is a code in css that is left over because a white background is created that is not needed in the administration of the plugin and above it also creates a white background in the Widget administration. The code that has to be deleted is this one.
#wpbody-content {
background: #fff;
}Second failure is that within the administration of wordpress it stops looking good some forms of which are of type text. The fault is that they have been put in the input plugin css [type = “text”] when it has to be #vcita-email. If you change from input[type = “text”] to #vcita-email, you will fix the error.
- The topic ‘Errores en el plugin muy importantes. / Very important plugin errors.’ is closed to new replies.