Forum Replies Created

Viewing 40 posts - 521 through 560 (of 591 total)
  • Author
  • in reply to: Cancel Button #143156
     Roader
    Participant

    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.

    in reply to: Cancel Button #143154
     Roader
    Participant

    Radu

    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.

    in reply to: Cancel Button #143153
     Roader
    Participant

    For 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’ ); ?>” />&nbsp;  <?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' ); ?>" /> &nbsp; <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!

    in reply to: How I can see… #143145
     Roader
    Participant
    in reply to: How I can see… #143142
     Roader
    Participant

    Hi 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.

    in reply to: Problem with the Profile Cover And Others… #143134
     Roader
    Participant

    Hi 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!

    in reply to: Global Search does not work #143105
     Roader
    Participant

    Haré 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.

    in reply to: A problem with Media #143104
     Roader
    Participant

    Skype + Team View. Remember that I’m working in localhost first

    in reply to: Member Directory… Search Form #143101
     Roader
    Participant

    Other thing: Not shown here is the number of men and women.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Cancel Button #142998
     Roader
    Participant
    COPY CODE
    <input type="submit" name="ac_form_submit" value="<?php esc_attr_e( 'Post', 'buddypress' ); ?>" /> &nbsp; <a href="#" class="ac-reply-cancel"><?php _e( 'Cancel', 'buddypress' ); ?></a>
    						<input type="hidden" name="comment_form_id" value="<?php bp_activity_id(); ?>" />
    in reply to: Cancel Button #142997
     Roader
    Participant

    Hola 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.

    in reply to: Scroll Down User Notifications or Whatever #142963
     Roader
    Participant

    Laura, 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.

    in reply to: Compose Messages……. #142957
     Roader
    Participant

    And more problems with Messages. Look at this (for Mobile Screen), decentralized, compressed avatars…

    Attachments:
    You must be logged in to view attached files.
    in reply to: Problems Creating Sidebars #142945
     Roader
    Participant

    Hi 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.
    in reply to: A problem with Media #142937
     Roader
    Participant

    But 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.
    in reply to: How I can see… #142933
     Roader
    Participant

    And Radu, for this section or page, tell me How I can see… Newest, Alphabetical.

    in reply to: Problem with the Profile Cover And Others… #142927
     Roader
    Participant

    Another 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.
    in reply to: Disable or Hide MailChimp… #142918
     Roader
    Participant

    Hola 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.
    in reply to: Global Search does not work #142915
     Roader
    Participant

    Hola 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.
    in reply to: Problem with the Profile Cover And Others… #142913
     Roader
    Participant

    Complementary code:

    span.radius.label.alert {
    text-shadow: none !important;
    }

    #profile .tabs.pill.custom dd.active a, #profile .pmpro_label {
    text-shadow: none;
    }

    in reply to: Problem with the Profile Cover And Others… #142912
     Roader
    Participant

    Nice Radu! 😉 Thanks!

    Now, Add this feature in the next SD update hehehehe!

    in reply to: Cancel Button #142911
     Roader
    Participant

    No va strong> …

    in reply to: Cancel Button #142910
     Roader
    Participant

    no 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.

    in reply to: Cancel Button #142907
     Roader
    Participant

    Estimada 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.
    in reply to: Alignment #142813
     Roader
    Participant

    Con 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;
    }

    in reply to: Scroll Down User Notifications or Whatever #142808
     Roader
    Participant

    Sí, 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.

    in reply to: Alignment #142807
     Roader
    Participant

    No 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.

    in reply to: How I can see… #142802
     Roader
    Participant

    About Cancel Button PROBLEM in Mobile.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Cancel Button #142609
     Roader
    Participant

    Y 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.

    in reply to: Cancel Button #142606
     Roader
    Participant

    Estimada 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.
    in reply to: Alignment #142357
     Roader
    Participant

    Do not work!
    Please, try in Localhost and tell me later!

    in reply to: Scroll Down User Notifications or Whatever #142356
     Roader
    Participant

    Hola Laura,
    Espero que el Equipo añada esa función, sería interesante eso.

    in reply to: Cancel Button #142355
     Roader
    Participant

    Pero me gustaría que tú pruebes a ver si te funciona, y me dices si logras restaurar el botón.

    in reply to: Cancel Button #142354
     Roader
    Participant

    No 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.

    in reply to: How I can see… #142107
     Roader
    Participant

    Hi 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.

    in reply to: Problem with the Profile Cover And Others… #142056
     Roader
    Participant

    Hi 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.
    in reply to: Alignment #142025
     Roader
    Participant

    Uf! 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.
    in reply to: Cancel Button #142002
     Roader
    Participant

    Por 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' ); ?>" /> &nbsp; <?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' ); ?>" /> &nbsp; <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.

    in reply to: Alignment #142001
     Roader
    Participant

    .two, .row .two {
    width: auto;
    }

    in reply to: Alignment #142000
     Roader
    Participant
    This reply has been set as private.
Viewing 40 posts - 521 through 560 (of 591 total)

Log in with your credentials

Forgot your details?