tlvwebdevelopment
Forum Replies Created
-
I had the same issue, just changed line 154 to read
if (@$body['o:tag']=='' || !isset($body['o:tag']) )Something similar is here https://github.com/mailgun/wordpress-plugin/issues/10
Mailgun seems not to be responding on GitHub
Forum: Plugins
In reply to: [ACF: Google Font Selector] JavaScript errorActually, this is still proplematic with multiple font selectors on the same page
this fixes it
preview_text = container.find('.acfgfs-preview div').text(); font = new_font.replace( ' ', '+' ); container.find('.acfgfs-preview').html('<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=' + font + '"><div style="font-family:' + new_font + '"></div>'); container.find('.acfgfs-preview div').text(preview_text);It works on my client’s site.
If you decide you need to take IsraCard in the end, I will be available for hire after Pesach and I can get something working for you in Firefox as well
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] chrome – Zip code – not transmittedTranzila doesn’t require it to process payments
There in the code of your site that is causing the Error in Firefox.
You can see it in the error log.
TypeError: a.parseHTML is not a function
http://www.wpisrael.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js?ver=2.1.5DEBUG YOU CODE BEFORE YOU COMPLAIN ABOUT A PLUGIN
Forum: Reviews
In reply to: [WooCommerce Tranzila Gateway] working only on chromeIt is tested on Firefox on Mac and windows.
There in the code of your site that is causing the Error in Firefox.
You can see it in the error log.
TypeError: a.parseHTML is not a function
http://www.wpisrael.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js?ver=2.1.5DEBUG YOU CODE BEFORE YOU COMPLAIN ABOUT A PLUGIN
I will not be updating this to work with IE, if you would like to have it compatible please feel free to adjust the code and make a pull request here: https://github.com/dangreenisrael/WP-Plugins
I just tested it on Firefox Mac and it worked, could you post the contents of the JavaScript console when it is reloading? Please include all relevant (non-facebook) errors, including the POST data (if it is sending). Also, please try in an incognito window.
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] chrome – Zip code – not transmittedShouldn’t be necessary
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] getting arrow after installHappy to help
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] getting arrow after installThanks Felix007, I released an update שבוע טוב
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] getting arrow after installPlease post a link to your site, as well as a copy of your
php.ini, or a working link to a page withphp_info()Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] getting arrow after installIt’s probably to do with your php.ini settings. Please read this page: https://forum.powweb.com/showthread.php?t=66566
It’s 12:30 here, I’ll look into it in the morning
Forum: Plugins
In reply to: [WooCommerce Tranzila Gateway] getting arrow after installIs this happening immediately after you install the plugin, or upon attempting to make a payment?