Forum Replies Created
-
Author
-
November 9, 2016 at 03:49 in reply to: How to Setup Default Gender Avatars ( Or Based on a Field ) #143462RoaderParticipant
Laura, podrías tener la amabilidad de explicarme dónde coloco el código php? O dónde debo modificar? Más detalles plis!
RoaderParticipantNice Radu, Now is working. Remember to add this multiple_sidebars.php fixed up to the Next Update.
Other thing. How I can add Sidebars for Profile, Messages or specific links?
Attachments:
You must be logged in to view attached files.RoaderParticipantWow, not easy.
Well, if you want, for the Next Theme Update, you can add this function. This is very practical.RoaderParticipantJust copy from the original BuddyPress template the search form in our template.
How? Because I did try… and nothing :-/
RoaderParticipantRadu, friend, a solution for not having to use Bp Global Search is to add other criteria: members, groups and forums.
Because SD default search form only search pages and blog entries.
If you can help with that, please, send me the code.Attachments:
You must be logged in to view attached files.RoaderParticipantOr maybe, Laura and Radu, you can add other criteria for the sweetD search. Because this search form only search pages and blog entries.
New criteria for search: members, groups, forums.RoaderParticipantOk my friend, I will try this later.
And Radu, PLEASE! Help me with the Cancel Button! And the Search Members Bug. (See my others Tickets).
RoaderParticipantOkey! Well. Waiting for the next SD update, because you know that the default Profile Cover has problems! If you put a write cover, I can’t see nothing (name, country, etc.).
The solution for this problem is, use the same code for Groups Cover.RoaderParticipantMy friend Radu, this is not a custom, because you know that Buddypress by default has this Search Bar in Members, Groups, User friends and groups. I need to restore this bar only.
The other topic:
I talking about that: https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directoryBut this solution does not work for me.
I can’t see information: gender, city, etc. Neither Status.
Only I can see Age.RoaderParticipantGift Buddypress Addons
https://es.wordpress.org/plugins/gift-buddypress-addons/But this plugin does not work with SweetDate, I don’t know why.
Maybe 7thQueen Team can do something with that.RoaderParticipantLaura, version 4.0.4 ? Parece que eso es para KLEO.
SweetDate va por la 2.9.6
Pero aun así probaré a ver.Sobre lo de Loco translate… también pero, cómo puedo tener una página multi-idioma? O un selector de idiomas en la página
RoaderParticipantOTHER FEATURES:
– SweetDate Share
https://wordpress.org/plugins/bp-activity-share/
(But, this plugin is not compatible with SD, maybe Developers can do something)– SweetDate Gift
https://wordpress.org/plugins/gift-buddypress-addons/
(But, this plugin is not compatible with SD, maybe Developers can do something)RoaderParticipantSearch by name: Justification.
If you have 200 friends, and you want to search one, having a search by name into Member Directory, User–Friends, is the easy way!OTHER QUESTION HERE:
How I can add Email Confirmation after Sign Up?
RoaderParticipantNo tuve más remedio que usar el Esquema “Modern” o sea el Color Vino.
Luego le pondré otros tonos de color.Por ahora es más importante para mí la solución a otros problemas, como ese del botón Cancel.
Dices que lo de las Sidebars es un problema de Buddypress… pero yo no creo eso porque los widgets de bp trabajan bien en el Main Sidebar que trae el Theme, pero no funcionan bien en las Sidebars generadas.
RoaderParticipantDe este Ticket, Laura, faltó tu respuesta a: Cómo puedo añadir un botón de Private Message al lado del Add Friend [ + ]
Y, queda pendiente para el Equipo de 7thQ incluir una barra de búsqueda con Form extended.
RoaderParticipantParece que no tengo más remedio que comprar buddyblock o buddypress message privacy.
Lo mejor sería que el equipo de 7thQueen incluya esos plugins en el Theme, tal y como ha incluido Revolution Slider (que es de pago pero que 7thQ ofrece junto con el Theme, aunque no sé qué acuerdos tiene 7thQ con el equipo de RevSlider o VisualComposer).En fin, una página de Dating sin este tipo de Privacy es muy floja.
RoaderParticipantOkey Laura, eso de poner los links en el footer está okey.
Pero también quisiera saber cómo ocultar para algunas páginas las cuatro columnas mencionadas aquí, y ocultar comentarios. La idea es dejar un footer limpio solo para algunas páginas.Por otro lado, los desarrolladores deberían incluir dentro de SD Theme Options, un campo llamado Copyright, para editar esa area fácilmente.
RoaderParticipantHola Laura. Desactive los plugis, solo dejé Buddypress obvio, y nada. Ese problema sigue.
RoaderParticipantRadu, your Index.php work fine.
But without Input Members Search (“search by name”).I try to add this:
COPY CODE<?php if ( has_filter( 'bp_directory_members_search_form' ) ) : ?> <div id="members-dir-search" class="dir-search" role="search"> <?php bp_directory_members_search_form(); ?> </div><!-- #members-dir-search --> <?php else: ?> <?php bp_get_template_part( 'common/search/dir-search-form' ); ?> <?php endif; ?>
But work bad.
RoaderParticipantMy estimated Radu, for this example you did use a Text Widget, but, try with a Buddypress Widget. (Buddypress) Users. So, you would see the problem.
RoaderParticipant@media screen and (max-width: 320px) {
.buddypress div.message-search #messages_search {
display: inline-block;
right: 150px;
top: 44px;
position: relative;
margin-right: -90px;
margin-left: 20px;
}
}@media screen and (max-width: 320px) {
input#messages_search_submit.button {
width: 80%;
margin-left: 20px;
}
}RoaderParticipantFor 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.
RoaderParticipantPor 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 ButtonRoaderParticipantOkey Radu. This work:
@media screen and (max-width: 800px) {
table#message-threads td.thread-avatar {
display: none;
}
}RoaderParticipantHi 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 😀RoaderParticipantBut there are other problems.
Information is displayed:
City, marital status, etc.
Age alone appears.
Neither the entry shown.
In other words, nothing like the Demo.I talking about that: https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory
But this solution does not work for me.
RoaderParticipantTechnical solution it’s to add to the body class a class when a profile or a group has a cover photo added
Radu, please, send me the body class … steps to do it.
RoaderParticipantMy friend. This problem with avatars is only on Mobile Screen. So, I need the Mobile CSS Code. @media … what?
RoaderParticipantSí Laura, pero esta es una solución parcial. Lo mejor sería que los desarrolladores incluyan otro Formulario de Búsqueda con efecto acordeón.
En el primero formulario pones los campos: Soy / Buscando / Edad / Ciudad, o cualquier otra cosa, y en el segundo pones más campos.Attachments:
You must be logged in to view attached files. -
AuthorPosts