-
Author
-
November 5, 2016 at 04:00 #142960RoaderParticipant
How 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?
Attachments:
You must be logged in to view attached files.November 7, 2016 at 21:05 #143195LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 7, 2016 at 21:36 #143198RoaderParticipantHi 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 #143200RoaderParticipantBut, I don’t understand very well this instructions.
November 7, 2016 at 22:04 #143210RoaderParticipantPor 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 #143225RoaderParticipantFor 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 #143511LauraModeratorHola, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
November 10, 2016 at 05:12 #143659RoaderParticipantLaura, 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
Attachments:
You must be logged in to view attached files.November 11, 2016 at 01:52 #143835LauraModeratorHola, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.