jeriko90
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat - Enhanced "click to chat"] critical error on 5.04 versionahi te pase el pastebin con la funcion que debes remplazar =)
Forum: Plugins
In reply to: [Liza Widget For Spotify and Elementor] Elementor but not Dinamic LinksEsto es una sugerencia no es soporte. Un cambio que favorecΓa a muchos que usamos ACF y queremos usar su plugin =) . Simple . Abrazo
Forum: Plugins
In reply to: [Event Tickets and Registration] Add Option Mercado Pago for WoocommerceNo respondes mi pregunta . Cuentan con soporte de Mercado Pago? Gracias .
- This reply was modified 2 years, 10 months ago by jeriko90.
Forum: Plugins
In reply to: [Joinchat - Enhanced "click to chat"] critical error on 5.04 versionPrueba 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 .
Saludos
- This reply was modified 2 years, 10 months ago by jeriko90. Reason: Code is not correct visual
Forum: Plugins
In reply to: [OneClick Chat to Order] A weird green bar when mouse hoverHola , 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 .Forum: Plugins
In reply to: [OneClick Chat to Order] THEME FLATSOME > A weird green bar when mouse hoverHola , 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?
Hi, I installed the update patch that you gave me but it still does not work.
https://prnt.sc/10c4da3 .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
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/