• Resolved sergialarconrecio

    (@sergialarconrecio)


    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sergialarconrecio

    (@sergialarconrecio)

    También canviar de input[type=”text”][disabled=”disabled”] a #vcita-email[disabled=”disabled”]

    Also canviar from input[type = “text”][disabled = “disabled”] to #vcita-email [disabled = “disabled”]

    Thread Starter sergialarconrecio

    (@sergialarconrecio)

    Tambien tienes que a?adir al css del plugin estos codigos. / You also have to add these codes to the css of the plugin.

    .vcita-email {
    border: 1px solid #CECECE;
    height: 28px;
    line-height: 28px;
    width: 238px;
    padding-left: 10px;
    margin-right: 5px;
    }

    .vcita-email[disabled=”disabled”] {
    background-color: #DFDFDF;
    }

    Plugin Author vcita

    (@vcita)

    Hi Sergi,

    Thank you for taking the time to reach out! I’ll be sure to share this information with our dev team. If you’d like us to take a closer look at the integration between vCita and your WordPress site, please feel free to open a ticket with us by using the “Contact Us” button inside your vCita account.

    Have a great day!

    Thread Starter sergialarconrecio

    (@sergialarconrecio)

    I updated the plugin to the latest version and did not add the errors that I commented and that you told me that you would pass it to the developers to fix it. I hope that today or tomorrow or during this week there will be a new update to fix these failures, since yes or if they have to be solved.

    He actualizado el plugin a la ultima versión y no avíes a?adido los errores que comente y que me dijisteis que lo pasaríais a los desarrolladores para arreglarlo. Espero que hoy o ma?ana o durante esta semana haya una nueva actualización para arreglar estos fallos, ya que si o si tienen que ser solventados.

    Plugin Author vcita

    (@vcita)

    These errors have now been fixed. Please open a ticket with us if you see any further issues.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Errores en el plugin muy importantes. / Very important plugin errors.’ is closed to new replies.