talgerafi
Forum Replies Created
-
Fix:
you need to use ipinfo.io not ipstack.comI’ve changed this code on script.js
var IPINFO_TOKEN = ‘<YOUR_API_KEY>’;
var intl_tel_default_setting={
initialCountry: “auto”,
utilsScript: wpcf7_utils_url,
geoIpLookup: function(callback) {jQuery.get(‘//ipinfo.io?token=’+IPINFO_TOKEN, function() {}, “jsonp”).always(function(resp) {
var countryCode = (resp && resp.country) ? resp.country : “”;
callback(countryCode);
});// jQuery.get(‘//freegeoip.net/json’, function() {}, “jsonp”).always(function(resp) {
// var countryCode = (resp && resp.country_code) ? resp.country_code : “”;
// callback(countryCode);
// });}
};Forum: Plugins
In reply to: [Contact Form 7] Form jumps on submit clickbuzztone,
the form jumps… double check it..
I have another website in English if you wanna look.. with the same problem:
http://www.nizcor.co.il/enClick “Send”
First of all, thank you for answering.
Secondly, This isnt what I mean.
For example, I register my site and pay for level called “TestLVL”
“TestLVL” – first pay: 15 dollars and 5 dollars everyday.But, After 1 Day I didnt see that I need to pay again 5 dollars ..
I mean that the PMPRO doesnt blocks me if Im not paying and not even says that I need to pay again (on the next day).Help?