Forum Replies Created
-
Author
-
RoaderParticipant
Or more simple:
A function.php code + js-script
to run> “ac-cancel-reply” on commentary box.
Obviously, you need to modify entry.php also.RoaderParticipantRadu
A solution:
Within a script recorded function.php
which serves to call sweetdate-child-theme / cancel button folder / cancel_button_script.js
Within cancel_button_script.js put the js code that allows close the comment box when you click the Cancel button.
If you do it, please send me the php function and js code.
RoaderParticipantFor RADU and others
Please look at the differences either.
This is the reason why there is no Cancel button Comment in SD Theme.SweetDate: entry.php Code —>
COPY CODE<input type=”submit” name=”ac_form_submit” class=”tiny button radius” value=”<?php _e( ‘Post’, ‘buddypress’ ); ?>” /> <?php _e( ‘or press esc to cancel.’, ‘buddypress’ ); ?> <input type=”hidden” name=”comment_form_id” value=”<?php bp_activity_id(); ?>” />
BuddyPress: entry.php Code —>
COPY CODE<input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a> <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" />
Buddypres: bp-legacy / js / buddypress.js —>
COPY CODE// Canceling an activity comment if ( target.hasClass( ‘ac-reply-cancel’ ) ) { jq(target).closest(‘.ac-form’).slideUp( 200 ); return false; } });
But, insiede sweetdate / custom_buddypress / _inc / global.js
This code does not exist. Only is: “or press esc to cancel”.I tried to fix it, but it does not work.
It’s not enough with copy, paste and replace codes.
Please help!
RoaderParticipantAbout Cancel Button, please check: https://archived.seventhqueen.com/forums/topic/cancel-button
RoaderParticipantHi Radu. Later I will see your index.php
I added Order by taking the original code of BP and adding it to Child index.
But 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.RoaderParticipantHi Radu.
The same function or code of the Group’s Cover for Profile’s Cover. This will be the solution. But, I don’t know how I can do it. Please help!——————–
And, don’t forget Sidebars and the others Tickets.——————–
And please, put, “Very Important Feature Request” Public for all buyers. Because it is private, they can’t vote!RoaderParticipantHaré eso más tarde. Por ahora espero las soluciones a los problemas ya reportados, como ese botón cancel y los sidebars. Ahora encima otros nuevos.
También cómo puedo customizar las versiones Tablet y Mobile. O sea, el Css para esas resoluciones, 480px, etc. Se que empieza así @media… en fin, espero ayuda.RoaderParticipantOther thing: Not shown here is the number of men and women.
Attachments:
You must be logged in to view attached files.RoaderParticipantCOPY CODE<input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a> <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" />
RoaderParticipantHola Laura. Observa esto.
Este código —->, original en Buddypress, ubicado en: bp-legacy / js / buddypress.js
Está ausente en: sweetdate / custom_buddypress / _inc / global.js—–>
// Canceling an activity comment
if ( target.hasClass( ‘ac-reply-cancel’ ) ) {
jq(target).closest(‘.ac-form’).slideUp( 200 );
return false;
}
});Además en sweetdate / entry.php está este código:
<input type=”submit” name=”ac_form_submit” class=”tiny button radius” value=”<?php _e( ‘Post’, ‘buddypress’ ); ?>” /> <?php _e( ‘or press esc to cancel.’, ‘buddypress’ ); ?>
<input type=”hidden” name=”comment_form_id” value=”<?php bp_activity_id(); ?>” />Pero el original de buddypress para entry.php es:
<input type=”submit” name=”ac_form_submit” value=”<?php esc_attr_e( ‘Post’, ‘buddypress’ ); ?>” /> <?php _e( ‘Cancel’, ‘buddypress’ ); ?>
<input type=”hidden” name=”comment_form_id” value=”<?php bp_activity_id(); ?>” />Y es por esta razón que el botón Cancelar comentario no está disponible en el Theme. Los desarrolladores del Theme deben reparar eso ya que el botón Cancel es muy necesario, y más para la versión Mobile del Theme.
Una solución, quizás, es desarrollar una Función js con el código Canceling an activity comment, que se ejecute desde function.php (ChildTheme).
Obviamente, el usuario deberá reemplazar: <?php _e( ‘or press esc to cancel.’, ‘buddypress’ ); Por: <?php _e( ‘Cancel’, ‘buddypress’ ); ?>
Para que funcione.
Espero que tú misma compruebes esto que te digo, para que puedas ayudarme a mí y otros usuarios que necesiten esta solución.
RoaderParticipantLaura, por favor, tírale el ojo a este código java. Enlace: Smooth Scroll…>
La idea es, que cuando uno haga click en el Menú (o Link) “Messages” se desplace directamente hacia el div.messages o hacia el div.notifications.
RoaderParticipantAnd more problems with Messages. Look at this (for Mobile Screen), decentralized, compressed avatars…
Attachments:
You must be logged in to view attached files.RoaderParticipantHi Radu!
Well, I installed WordPress / Buddypress / Bbpress / SweetDate NEW!
I created a Sidebar > Blog, and that you can see (last photo) the Problem is the Theme.SweetDate – Custom Sidebar has errors,
with this custom sidebar, buddypress widget does not work well.Attachments:
You must be logged in to view attached files.RoaderParticipantBut that problem is only when is an item.
When you click on Upload, or there are two or more items, the view is normal.Attachments:
You must be logged in to view attached files.RoaderParticipantAnother Problems :/
Your css code works half.
Does not work with match counter.
Does not hide the shadow when there is no cover on profile (background-image).Please, try again and Reply!
Group Cover Code:
.is-user-profile div#item-header #item-header-cover-image div#item-meta p, .is-user-profile div#item-header #item-header-cover-image h2 a, .is-user-profile div#item-header #item-header-cover-image div#item-actions h3, .is-user-profile div#item-header #item-header-cover-image span.activity{
color: #fff;
text-shadow: 1px 1px 2px rgba(15, 15, 15, 1);
}If no cover, no shadow.
With cover, shadow.Attachments:
You must be logged in to view attached files.RoaderParticipantHola Laura bella.
Quiero dos cosas. Poner por ejemplo los enlaces de: Terminos y Condiciones, Contacto, etc. abajo, junto con la línea del Copyright, de hecho, dentro del Theme Options no veo la opción para editar esa area del Copyright.
Lo otro es, poder desactivar o esconder MailChimp y los 4 Widgets para páginas específicas, p. ej. Members, Profile… En la foto verás un ejemplo de lo que quiero.
Attachments:
You must be logged in to view attached files.RoaderParticipantHola Laura. A mí no me aparece Feature Request desde aquí.
Espero que en la próxima actualización de SD pongan compatibilidad con Bp Global Search. Es muy útil este Plugin.
Attachments:
You must be logged in to view attached files.RoaderParticipantComplementary code:
span.radius.label.alert {
text-shadow: none !important;
}#profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
text-shadow: none;
}RoaderParticipantno va, lo puse para marcar el texto aquí pero no salió.
El mismo Theme SD en la página DEMO, tiene este problema, NO hay botón Cancel, solo aparece “or press esc to cancel”, y esto es un problema ya que como te mostré, para la versión Mobile el teclado Android por defecto, NO tiene tecla Esc.RoaderParticipantEstimada Laura. Mira esta foto. Es de una instalación en localhost que acabo de hacer. Como ves, ahí aparece el botón Cancel que viene por defecto con BuddyPress.
En el Theme SweetDate NO existe este botón. De hecho, compara bien el código original de BuddyPress / Template / Activity / entry.php con el código del Theme SD para que veas que NO están iguales.
SweetDate: Activity / entry.php Code —>
<form action=”<?php bp_activity_comment_form_action(); ?>” method=”post” id=”ac-form-<?php bp_activity_id(); ?>” class=”ac-form”<?php bp_activity_comment_form_nojs_display(); ?>>
<?php bp_loggedin_user_avatar( ‘width=’ . BP_AVATAR_THUMB_WIDTH . ‘&height=’ . BP_AVATAR_THUMB_HEIGHT ); ?><textarea id=”ac-input-<?php bp_activity_id(); ?>” class=”ac-input bp-suggestions” name=”ac_input_<?php bp_activity_id(); ?>”></textarea>
<input type=”submit” name=”ac_form_submit” class=”tiny button radius” value=”<?php _e( ‘Post’, ‘buddypress’ ); ?>” /> <?php _e( ‘or press esc to cancel.’, ‘buddypress’ ); ?>
<input type=”hidden” name=”comment_form_id” value=”<?php bp_activity_id(); ?>” />BuddyPress Code —>
<form action=”<?php bp_activity_comment_form_action(); ?>” method=”post” id=”ac-form-<?php bp_activity_id(); ?>” class=”ac-form”<?php bp_activity_comment_form_nojs_display(); ?>>
<?php bp_loggedin_user_avatar( ‘width=’ . BP_AVATAR_THUMB_WIDTH . ‘&height=’ . BP_AVATAR_THUMB_HEIGHT ); ?><label for=”ac-input-<?php bp_activity_id(); ?>” class=”bp-screen-reader-text”><?php
/* translators: accessibility text */
_e( ‘Comment’, ‘buddypress’ );
?></label>
<textarea id=”ac-input-<?php bp_activity_id(); ?>” class=”ac-input bp-suggestions” name=”ac_input_<?php bp_activity_id(); ?>”></textarea><input type=”submit” name=”ac_form_submit” value=”<?php esc_attr_e( ‘Post’, ‘buddypress’ ); ?>” /> <?php _e( ‘Cancel’, ‘buddypress’ ); ?>
<input type=”hidden” name=”comment_form_id” value=”<?php bp_activity_id(); ?>” />Attachments:
You must be logged in to view attached files.RoaderParticipantCon el siguiente código funciona, al menos por ahora.
.members .row .two {
width: auto !important;
}
form#horizontal_search.custom.dir-form.twelve.columns {
border-spacing: 1px;
}RoaderParticipantSí, pero los archivos de la Carpeta BuddyPress Template están ahí para modificarlos y ponerlos en el Theme o en el Child Theme. Por tanto, el equipo de KLEO puede hacer lo que quiera.
RoaderParticipantNo funciona.
El problema es, que:
.two, .row .two {
width: auto !important;
}Funciona pero afecta los botones Add Friend, etc. del Perfil de todos los usuarios.
Debe haber otra forma.RoaderParticipantAbout Cancel Button PROBLEM in Mobile.
Attachments:
You must be logged in to view attached files.RoaderParticipantY sí, Laura, los desarrolladores de SD cambiaron el código, puedes verificarlo tú misma comparando el original que trae BP, con el que trae el Theme. Es preciso ese botón Cancel.
RoaderParticipantEstimada Laura, ese problema del botón Cancel está presente incluso en el Demo, y para la versión Mobile es peor, ya que el teclado normal en pantalla no tiene botón Esc.
Attachments:
You must be logged in to view attached files.RoaderParticipantDo not work!
Please, try in Localhost and tell me later!RoaderParticipantPero me gustaría que tú pruebes a ver si te funciona, y me dices si logras restaurar el botón.
RoaderParticipantNo amiga Laura, el asunto es que hay algo más implicado ahí. Los Desarrolladores de SD deben saber cómo restaurar el botón Cancel en comentarios. No vale copiar el code original y reemplazar el editado. El punto es que no es práctico un texto que diga: “or press esc to cancel”, pues BP originalmente trae su botón.
RoaderParticipantHi Rahu!
I’m working in LocalHost first.
For now, for now I have received very little help here.Nobody tells me what to resolve Sidebars, Cancel Button, etc.
RoaderParticipantHi Radu! The Problem is not the Group Cover, is Profile Cover. Look at the picture.
Group Cover Css::::::: “.is-user-profile…” So, that you can see, only when you upload a cover, this css is activated. How I can use this code for Profile Cover?
.is-user-profile div#item-header #item-header-cover-image div#item-meta p, .is-user-profile div#item-header #item-header-cover-image h2 a, .is-user-profile div#item-header #item-header-cover-image div#item-actions h3, .is-user-profile div#item-header #item-header-cover-image span.activity {
color: #fff;
text-shadow: 1px 1px 2px rgba(15, 15, 15, 1);
}Attachments:
You must be logged in to view attached files.RoaderParticipantUf! If I use this code to align Search Bar in Members Page, this same code affects the area of the user profile. I need another code (>_<)
Attachments:
You must be logged in to view attached files.RoaderParticipantPor favor Laura, ayúdame con esto.
Yo vi dónde está la función. entry.php
COPY CODE</div> <input type="submit" name="ac_form_submit" class="tiny button radius" value="<?php _e( 'Post', 'buddypress' ); ?>" /> <?php _e( 'or press esc to cancel.', 'buddypress' ); ?> <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> </div>
El paquete Buddypress tiene:
COPY CODE</div> <input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a> <input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" /> </div>
Este código va después del del código anterior. Lo pegué en el entry.php modificado del Tema SweetDate y nada sucedió, quizás me faltó algo.
Creo que con la solución a esto ya no tendría más Tickets, así que por favor habla con alguien que me explique cómo solucionar el asunto del botón Cancel.
RoaderParticipant.two, .row .two {
width: auto;
} -
AuthorPosts