Forum Replies Created
-
Author
-
RoaderParticipant
Working in web-host. In localhost maybe… I need to install something more.
Thanks Radu.RoaderParticipantPrueba con el link de cualquiera de estos vines. http://awesomevines.tumblr.com/archive
RoaderParticipantEstimada Laura, puedes probarlo en tu localhost.
Ya solo me queda una semana de soporte.
Espero que me ayuden con lo otro que es más importante.RoaderParticipantHay muchas cositas que deben arreglas o mejorar. Esa es una.
Viste mi post titulado: Next Updates?RoaderParticipantOkey! Radu, please, check this –> https://archived.seventhqueen.com/forums/topic/features-for-the-next-update-please
RoaderParticipantHola, lo puedes hacer con css, dependiendo de la página que sea
Dame un ejemplo por favor.
RoaderParticipantBy default the Theme does not display Age, Gender, City …
I got that, here: https://archived.seventhqueen.com…
But, the other text does not appear.
But the other text does not appear.
Attachments:
You must be logged in to view attached files.RoaderParticipantTrying to return the search form.
I copied the original BP code and put it inside child / members / index.php
But, although the Form appears,
(A bit disproportionate), I throw a Double Result, instead of Uno.Could you help me with this?
COPY CODE<div id="members-dir-search" class="dir-search" role="search"> <?php bp_directory_members_search_form(); ?> </div><!-- #members-dir-search -->
Attachments:
You must be logged in to view attached files.RoaderParticipantMaybe, there is a problem with this: <a href=”#” class=”
(Remember entry-wall.php in activity / childtheme)If it does not work, try with function.php + js code for Cancel button.
Attachments:
You must be logged in to view attached files.RoaderParticipantPlease replace those files : /wp-content/themes/sweetdate/custom_buddypress/_inc/global.js with this content : http://pastebin.com/raw/xRPqRnR4
and this : /wp-content/themes/sweetdate/activity/entry.php with this : http://pastebin.com/raw/Lp0E7LD5DOES NOT WORK :-/
Please, Try in your Localhost first!
RoaderParticipantHi Radu. I’m using this code, and I have: Age / Gender / City…fields,
But, I don’t have Myself or About Me Or Yourself description…RoaderParticipantHola, prueba a eliminar el album y volverlo a añadir
Problem continues.
Attachments:
You must be logged in to view attached files.RoaderParticipantLaura, I did try this, but dont work… why?
https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login
RoaderParticipantQuizás tarde. Laura, Radu reconoció y arregló el problema de los sidebars. NO era un problema de Buddypress. Con respecto al botón Cancel, en el ticket Cancel button aporté pruebas suficientes de que tampoco es Buddypress, sino cómo los desarrolladores del Theme escribieron el Custom–Bp.php y otros archivos para darle ese Aspecto “SweetDate”.
RoaderParticipantLa solución es añadir un widget que se llame copyright.
Por otro lado, una opción dentro de Páginas o Posts, que permita al admin desactivar la caja de comentarios, el mailchimp y los cuatro widgets de información. Quedando así solo el footer con el copyright. Puse esto como sugerencia para la próxima actualización. Pero, por ahora te pido cómo hacerlo.RoaderParticipantLaura, 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.RoaderParticipantPor el momento estoy usando el siguiente css para ocultar ese link.
#capabilities-personal-li {
display: none !important;
}Yo desactivé todos los plugins excepto buddypress y rtMedia. Cuando desactivo rtMedia, obviamente no se puede ver el subnav, ni la info de perfil. Por tanto, pienso que debe ser otro bug con rtMedia. Recuerda que hace poco Radu corrigió un bug que había.
RoaderParticipantI got Age / Gender / City,
But, the other text, quote, whatever… Does not appear. So, what I can do?Attachments:
You must be logged in to view attached files.RoaderParticipantNO my friend, I dont have solution for Cancel Button. Im waiting for you solution, because you know Javascript. I write only a suggestion. So, Please Help!
RoaderParticipantOkey Radu.
So, How I can use Bp Template Tag Reference for Ajax Search in Menu?
Please, reply here: https://archived.seventhqueen.com/forums/topic/how-can-i-add-more-criteria-to-ajax-search-in-menu
RoaderParticipantThanks Radu, I hope that you don’t forget this. Hehehehe
And… Dont forget to add Cancel Button PLEASE!RoaderParticipantI have this code:
// Members page fields
add_action(‘after_setup_theme’,’kleo_my_member_data’);
function kleo_my_member_data()
{
global $kleo_config;
// this is the details field, right now it take the “About me” field content
$kleo_config[‘bp_members_details_field’] = ‘About me’;
// this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘Soy’, // I am
‘Estado Civil’, // Marital Status
‘Ciudad’, // City
);}
And What fields here shows About Me (Cite) ??
RoaderParticipantOther plugin (>_<) Okey! But if I can try with Code is better.
Laura, see this: https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-loginI try, but, this code does not work for me… Maybe I need something more.
RoaderParticipantOkey. Now working.
I put I am — Soy.
But, what about with translation? For example, if a french man go to the page… and see the text in english or spanish… etc.
RoaderParticipantI see that they updated:
Changelog
UPDATE 2.9.6 = 11.10.2016
– Fixed rtMedia images from profile to load in Lightbox
– rtMedia lightbox – fixed small styling issueBut the problem continues here (see image).
Attachments:
You must be logged in to view attached files.RoaderParticipantAnd for that fields the how to guide it’s there, pay atention to the field names they should be idenctically and also from the user profile completed to can appear something
Okey Radu.
I get something (red), but, I dont why, I cant see this About Me blablabla (blue – demo).Attachments:
You must be logged in to view attached files.RoaderParticipantAnother thing, supposedly the Theme has multi language support,
But I do not see any button to switch from English to Spanish, or French …
(See example)Attachments:
You must be logged in to view attached files.RoaderParticipantHola Laura. Hice lo que dices en wp_config.php, pero me sale este error en el top de la página:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; sidebar_generator has a deprecated constructor in /Applications/MAMP/htdocs/wordpress/wp-content/themes/sweetdate/framework/classes/multiple_sidebars.php on line 30
Radu me pasó un archivo multiple_sidebars.php corregido, pues las sidebars generadas tenían un error en el Theme. Espero que actualicen eso.
Por el momento lo dejé en false. Aun así, me interesa bastante la opción: REMEMBER ME.
-
AuthorPosts