-
Author
-
November 5, 2016 at 04:00 #142960
Roader
ParticipantHow I can add inside style.css or whatever (ChildTheme) specifics Css codes for Tablet and Mobile Screens?
That is, how to start this ccs codes for these devices?
November 7, 2016 at 21:05 #143195Laura
ModeratorHello, what do you want to change exactly?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 7, 2016 at 21:36 #143198Roader
ParticipantHi Laura!
Many objets, etc.
Now, Im adding css code into style.css (childtheme) but this is only for PC Screen.
So, I need add css code for iPad, Mobile, etc. I know that you know 😀November 7, 2016 at 21:42 #143200Roader
ParticipantBut, I don’t understand very well this instructions.
November 7, 2016 at 22:04 #143210Roader
ParticipantPor aquà de nuevo Laura.
El css para modificar las pantallas mobiles es por ejemplo:@media screen and (max-width: 800px) {
table#message-threads td.thread-avatar {
display: none;
}
}No doy este tópico por resuelto aún, pero más o menos ya está.
Sigo esperando que me ayuden con el Cancel ButtonNovember 7, 2016 at 22:51 #143225Roader
ParticipantFor others users:
If you want to add specific Css code for Media Screen, for example: 480px, use this into your style.css (ChildTheme):
@media screen and (max-width: 800px) {
table#message-threads td.thread-avatar {
display: none;
}
}@media screen and (max-width: 760px) {
input#messages_search {
display: inline-block;
right: 150px;
top:44px;
position: relative;
margin-right: -10px;
}
}@media screen and (max-width: 700px) {
form#search-message-form {
margin-bottom: 20px;
}
}Try changing the max-width for customizer your Theme.
This code solve a problem with Message Screen.
November 9, 2016 at 08:13 #143511Laura
ModeratorHola, si, puedes usar cualquier codigo media ya que el css es global.
Respecto al cancel asigne tu otro ticket a raduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 10, 2016 at 05:12 #143659Roader
ParticipantLaura, todavÃa Radu no me ha ayudado con eso del Cancel button.
Mi otra consulta es sobre cómo añadir el Search bar nativo de BP a: Members directory, Profile – Friends, Groups. Veo que esa barra está en Messages.Tampoco me han dicho cómo mostrar el texto en esa area (ver foto). Al menos conseguà poner Edad, Ciudad, etc. Pero el otro texto no me aparece.
Escribà una entrada titulada: Features for the next update.
Yo espero que no hagan caso omiso a esta y que añadas esas caracterÃsticas.
Con respecto a la versión Mobile de SweetDate, veo que le falta más organización. Hay demasiados botones y cosas desalineadas. Yo usando css he ido modificando algunas cosas.
Laura, se me está terminando el soporte técnico, Por Favor, gestióname la Solución a las pequeñas cositas que aun me falta. Sobre todo ese botón Cancel
November 11, 2016 at 01:52 #143835Laura
ModeratorHola, Radu se encargara de lo del cancel button.
Para añadir caracterÃsticas nos guiamos por las peticiones con mas votos de la comunidad, si llega a ser votada muchas veces, lo revisaremos y probablemente lo pongamos en el tema.
Para añadir caracterÃsticas que quieres en tu web sugerimos contratar a un profesional ya que estamos aqui para ayudarte con problemas del tema y pequeños cambios visuales.Puedo ayudarte con css, estilos, dudas y cualquier problema con el tema. Pero la mayorÃa de problemas nativos de otros plugins deberÃan ser consultado al creador de estos ya que normalmente tienen una solución.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.