kn784
Forum Replies Created
-
Hello @razyrx ,
Thank you for your reply. Maybe it has to do with another plugin conflict or with the theme but on my side it is not working. I checked the price slide filter and I saw the url changes to https://example.com?filters=price%5B11280_29002%5D when I apply and the filter is not showing any product. If I change this to https://example.com?filters=price%5B11280*29002%5D it is working ok. Can you please help me with this? What I have to change to work with “*” instead of “_”?
Thank you in advance.Hello @razyrx ,
Yes I saw this. But can you check this from your side. Is this working ok on your side with this? I checked this on localhost with “Search variation price” selected and also I checked this on demo backend and it is doing the same thing. I think this is not the correct behaviour of the filter. Can you please tell me what I have to change in the code to work the way I asked??Thank you in advance.
Hello,
My site is on localhost for now. I checked this on your demo on https://woocommerce-products-filter.berocket.com/shop/ and from your backend demo.Best regards!
Hello @razyrx ,
Any news about this?Hello @razyrx ,
Thank you for your reply.
I enabled the option “Search variation price” but it is doing the same thing. I also checked default WooCommerce price filter and it is not doing the same thing.
Can you please help with this?Thank you in advance.
Forum: Plugins
In reply to: [Easy Google Maps] All created maps disappearedThank you @shshop24 and @markthebest. It is working now to me too..
Just inform the correct code is:if(uriGmp::isHttps()) { $this->_cdnUrl = ‘https://supsystic.com/’; } else { $this->_cdnUrl = ‘http://supsystic.com/’; }Forum: Plugins
In reply to: [Easy Google Maps] All created maps disappearedHello,
same issue here. On multisite platform.
TypeError: jQuery(“#”+ tblId).jqGrid is not a function. (In ‘jQuery(“#”+ tblId).jqGrid’, ‘jQuery(“#”+ tblId).jqGrid’ is undefined)Is there a problem with the plugin? Nothing changed on our installation.
Forum: Plugins
In reply to: [Popup4Phone] Google conversion (remarketing) codeHello Ivan,
I tested the plugin and the conversion tag code is still not working. The plugin sends the form ok but the submit is not being tracked by google. Can you please check the code above if it is ok? Can you please tell me how it is being tracked? onsubmit or with a button? Also please inform me if you send any test on the form because the site is live and another person is receiving the form.Forum: Plugins
In reply to: [Popup4Phone] Google conversion (remarketing) codeYes I have deleted the code from this field before. The url is viagas.gr
Forum: Plugins
In reply to: [Popup4Phone] Google conversion (remarketing) codeHello,
I have inserted this code in this field but I get the same error..Forum: Plugins
In reply to: [Popup4Phone] Google conversion (remarketing) codeHello,
Thank you for your help. I tried with the new version but I get the same error.
Can you please explain how to implement the code?
My code is:<script type="text/javascript"> /* <![CDATA[ */ goog_snippet_vars = function() { var w = window; w.google_conversion_id = 123456testid; w.google_conversion_label = "test_label"; w.google_remarketing_only = false; } // DO NOT CHANGE THE CODE BELOW. goog_report_conversion = function(url) { goog_snippet_vars(); window.google_conversion_format = "3"; var opt = new Object(); opt.onload_callback = function() { if (typeof(url) != 'undefined') { window.location = url; } } var conv_handler = window['google_trackConversion']; if (typeof(conv_handler) == 'function') { conv_handler(opt); } } /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js"> </script>Where I have to put this? Is this code ok for the form?
Thank youForum: Plugins
In reply to: [Popup4Phone] Google conversion (remarketing) codeHello,
Thank you for your reply!
Do you have any idea when it will implemented?
Thank you very much.