vieradel
Forum Replies Created
-
Problem: There is for example the class h1#logo but when it reaches gmail for example it becomes #m_-5611705829155170589logo
Forum: Plugins
In reply to: [Joinchat] HTML page instead of whatsapp messageIf you look at your web wame.chat the same HTML error happens
https://web.whatsapp.com/send?phone=34659851815&text=Hola%20%E1%90%88%20El%20plugin%20que%20conecta%20WordPress%20con%20WhatsApp%2C%20estaba%20viendo%20Whatsapp%20me%20landing.%20Me%20pod%C3%A9is%20asesorar...%23
Forum: Plugins
In reply to: [Joinchat] HTML page instead of whatsapp messageI have the same problem. I already try everything and only the HTML is visible
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] the primary site can add www. (ahead)I used “search and replace” plugin, to replace string in database. Everything works well.
Thanks!!
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] the primary site can add www. (ahead)Thank you very much for your help! I will make with the new network that I’m creating.
With the first network, I have already created. I can change from phpmyadmin some value to get the same result?Forum: Plugins
In reply to: [Plugin: Woocommerce] Hide product if variation stock = 0You find some solution for this?
All my orders are as pending payment, although MercadoPago were successful.
This was the team’s response MercadoPago.There we were reviewing the payment in detail. From what we saw, payment in the first instance was rejected in error when completing the form card, but then the minute, was approved / accredited.
Seeing this, if you do not understand evil, the disadvantage that they are having is that all approved payments were listed as “pending” in your platform, can it be? Ever or only happens in some cases?
Apparently, the problem would be in the configuration of the cart, since from our side never crossed payment pending state. What I can see is that we have no link to send notifications IPN with states of payments Could you verify the configuration with the URL to receive these notices? Not being a our plugin I do not know where it should be this option in the settings, so I did not indicate you exactly where to look.
Forum: Plugins
In reply to: [Zendesk Chat] Zopim chat in wordpress menu.Top says Olark, but I use it with:
javascript:void($zopim.livechat.window.openPopout())
jQuery(document).ready(function($) { $("#menu-item-38872").on("click", function(e){ e.preventDefault(); javascript:void($zopim.livechat.window.openPopout()) olark('api.box.expand'); }); });
Forum: Plugins
In reply to: [Zendesk Chat] Zopim chat in wordpress menu.I found this!
I created a new file called olark.js and put this code in it:
jQuery(document).ready(function($) { $("#menu-item-38872").on("click", function(e){ e.preventDefault(); // olark code here olark('api.box.expand'); }); });
Then, I enqueued the script in my functions.php with the following code:
function olark_script() { wp_register_script( 'olark', get_stylesheet_directory_uri() . '/js/olark.js', array(), '1.0.0', true ); wp_enqueue_script( 'olark' ); } add_action( 'wp_enqueue_scripts', 'olark_script' );
Forum: Plugins
In reply to: [Loco Translate] Translations lost with update woocommerceHi, “Loco translate” recognizes the “wp-content/languages/woocommerce” directory? I just put my files right there but “Loco” not see. Thanks!!
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] Custom CurrencyI’m sorry but I think you do not understand.
The currency has already been declared with WooCommerce jetpack.
We are talking about the rate, the conversion makes WooCommerce WPML extention.
It is done manually? It is the stone age.
See: https://prntscr.com/80s3x8Forum: Plugins
In reply to: [WooCommerce] Never hide add to cart button (variables)Hi, There was a solution found to the button is always visible?
I did not understand what the popup?Forum: Plugins
In reply to: [Loco Translate] iles are not stored in wp-content / languagesHi, thanks!
A button would be good to force sending to wp-content / languages
You you like that?
CheersPS: For example buddypress updated on my site and lost all translations
Forum: Plugins
In reply to: [Loco Translate] iles are not stored in wp-content / languagesEarlier had this plugin to support other translation plugin.
“CodeStyling Localization Preserver”Keep your own translations safe, even when updating your plugins/themes. This add-on for CodeStyling Localization (CSL) preserves translations made with CSL by forcing it to merge, store, copy and read translations to and from the WP_LANG_DIR (wp-content/languages).
Forum: Plugins
In reply to: [WooCommerce Multilingual & Multicurrency with WPML] Custom CurrencyHi, thanks.
Last version.
The link you posted does not add CUSTOM Currency. (UYU)?