Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • ahi te pase el pastebin con la funcion que debes remplazar =)

    Thread Starter jeriko90

    (@jeriko90)

    Esto es una sugerencia no es soporte. Un cambio que favorecΓ­a a muchos que usamos ACF y queremos usar su plugin =) . Simple . Abrazo

    Thread Starter jeriko90

    (@jeriko90)

    No respondes mi pregunta . Cuentan con soporte de Mercado Pago? Gracias .

    • This reply was modified 2 years, 10 months ago by jeriko90.

    Prueba con lo siguiente :

    array(	'id'       => 'support',	'title'    => esc_html__( 'Help & Support', 'creame-whatsapp-me' ),	'priority' => 100, // At the end.	'content'  =>		'<p>' . sprintf(			/* translators: 1: docs url, 2: ww.wp.xz.cn plugin support url. */			__( 'If you need help, first check the <a href="%1$s" target="_blank">documentation</a> and if you don\'t find the solution you can consult the <a href="%2$s" target="_blank">plugin\'s free support forum</a>.', 'creame-whatsapp-me' ),			esc_url( Joinchat_Util::link( 'docs', 'helptab' ) ),			esc_url( 'https://ww.wp.xz.cn/support/plugin/creame-whatsapp-me/' )		) . ' ' . sprintf(			/* translators: %s: premium url. */			__( 'You can also buy <strong><a href="%s" target="_blank">Joinchat Premium</a></strong> with one year of support service included.', 'creame-whatsapp-me' ),			esc_url( Joinchat_Util::link( 'premium', 'helptab' ) )		) . '</p>' .		'<p>' . __( 'If you like Joinchat 😍', 'creame-whatsapp-me' ) . '</p>' .		'<ul>' .			'<li>' . sprintf(				/* translators: %s: Add review link. */				__( "Please leave us a %s rating. We'll thank you.", 'creame-whatsapp-me' ),				'<a href="https://ww.wp.xz.cn/support/plugin/creame-whatsapp-me/reviews/#new-post" target="_blank">β˜…β˜…β˜…β˜…β˜…</a>'			) . '</li>' .			'<li>' . sprintf(				/* translators: %s: Joinchat page link. */				__( 'Subscribe to our newsletter and visit our blog at %s.', 'creame-whatsapp-me' ),				'<a href="' . esc_url( Joinchat_Util::link( '', 'helptab' ) ) . '" target="_blank">join.chat</a>'			) . '</li>' .			'<li>' . sprintf(				/* translators: %s: Joinchat twitter link. */				__( 'Follow %s on twitter.', 'creame-whatsapp-me' ),				'<a href="https://twitter.com/joinchatnow" target="_blank">@joinchatnow</a>'			) . '</li>' .		'</ul>' .		'<p>' . __( 'If you need to access the setup wizard again, please click on the button below:', 'creame-whatsapp-me' ) . '</p>' .		'<p><a href="' . esc_url( Joinchat_Util::admin_url( 'joinchat-onboard' ) ) . '" class="button button-primary">' . __( 'Welcome to Joinchat', 'creame-whatsapp-me' ) . '</a></p>',),

    por las dudas si no se lee correctamente aqui esta el pastebin con el fix .

    Disculpen si no se pueden agregar links .

    https://pastebin.com/bqTBhdWs

    Saludos

    • This reply was modified 2 years, 10 months ago by jeriko90. Reason: Code is not correct visual

    Hola , podrias usar este CSS directamente .

    a.wa-shop-button:hover, a.wa-order-checkout:hover, a.wa-order-thankyou:hover, .wa-order-class:hover, .wa-order-button:hover, .shortcode_wa_button:hover, .shortcode_wa_button_nt:hover, .gdpr_wa_button_input:hover {
      color: #fff !important;
      background: #fff;
      transform: translateY(-3px);
      box-shadow: 0 0px 0px 0px rgba(45,62,79,.3) !important;
      transition: all ease-in-out 300ms;
    }
    

    En background: #fff; le cambias el color del fondo .

    Saludos desde Hauserver
    Abrazo .

    Hola , podrias usar este CSS directamente .

    a.wa-shop-button:hover, a.wa-order-checkout:hover, a.wa-order-thankyou:hover, .wa-order-class:hover, .wa-order-button:hover, .shortcode_wa_button:hover, .shortcode_wa_button_nt:hover, .gdpr_wa_button_input:hover {
      color: #fff !important;
      background: #fff;
      transform: translateY(-3px);
      box-shadow: 0 0px 0px 0px rgba(45,62,79,.3) !important;
      transition: all ease-in-out 300ms;
    }
    

    En background: #fff; le cambias el color del fondo .

    Saludos desde Hauserver
    Abrazo .

    Did you try using it with private or another browser?

    Thread Starter jeriko90

    (@jeriko90)

    Hi, I installed the update patch that you gave me but it still does not work.
    https://prnt.sc/10c4da3 .

    Thread Starter jeriko90

    (@jeriko90)

    Not Work πŸ™

    <?php

    /**
    Parche Actualizacion Quantity
    */

    function dmc_wc_smntcswcb_quantity_fix_before() {
    echo ‘<div class=”product-quantity”>’;
    }
    function dmc_wc_smntcswcb_quantity_fix_after() {
    echo ‘</div>’;
    }
    add_action( ‘woocommerce_before_add_to_cart_quantity’, ‘dmc_wc_smntcswcb_quantity_fix_before’ );
    add_action( ‘woocommerce_after_add_to_cart_quantity’, ‘dmc_wc_smntcswcb_quantity_fix_after’ );

    /**
    * Theme functions and definitions
    *
    * @package HelloElementor
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly.
    }

    define( ‘HELLO_ELEMENTOR_VERSION’, ‘2.3.1’ );

    site : amande.com.ar

    Thread Starter jeriko90

    (@jeriko90)

    Actually we added this configuration but it does not work either.
    Is this correct?

    <?php
    /**
    * Theme functions and definitions
    *
    * @package HelloElementor
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly.
    }

    define( ‘HELLO_ELEMENTOR_VERSION’, ‘2.3.1’ );

    if ( ! isset( $content_width ) ) {
    $content_width = 800; // Pixels.
    }

    if ( ! function_exists( ‘hello_elementor_setup’ ) ) {
    /**
    * Set up theme support.
    *
    * @return void
    */

    function dmc_wc_smntcswcb_quantity_fix_before() {
    echo ‘<div class=”product-quantity”>’;
    }
    function dmc_wc_smntcswcb_quantity_fix_after() {
    echo ‘</div>’;
    }
    add_action( ‘woocommerce_before_add_to_cart_quantity’, ‘dmc_wc_smntcswcb_quantity_fix_before’ );
    add_action( ‘woocommerce_after_add_to_cart_quantity’, ‘dmc_wc_smntcswcb_quantity_fix_after’ );

    function hello_elementor_setup() {

    This file use your recomendation :
    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php: do_action( ‘woocommerce_before_add_to_cart_quantity’ );
    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php: do_action( ‘woocommerce_before_add_to_cart_quantity’ );
    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php: do_action( ‘woocommerce_before_add_to_cart_quantity’ );

    • This reply was modified 5 years, 2 months ago by jeriko90.

    I have the same problem even though I have upgraded my version.

    https://ww.wp.xz.cn/support/topic/last-update-buttons-dont-work/

Viewing 11 replies - 1 through 11 (of 11 total)