cholakovdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryptocurrency Payment Gateway] CryptoWoo is not definedThanks for your time Olav, I am glad we found the issue.
Forum: Plugins
In reply to: [Cryptocurrency Payment Gateway] CryptoWoo is not definedI debug that
wp_localize_script( ‘cw_polling’, ‘CryptoWoo’, $php_vars_array );
is called before
cw_register_script( ‘cw_polling’, CWOO_PLUGIN_PATH . ‘assets/js/polling.js’, array( ‘jquery’ ) );
which answer why it is missing.
The question is why wp_localize_script( ‘cw_polling’,…) is loaded before cw_register_script( ‘cw_polling’,…) ?Forum: Plugins
In reply to: [Cryptocurrency Payment Gateway] CryptoWoo is not definedThanks for the prompt reply, unfortunately none of the solutions work.
- In the source code there is no “CryptoWoo =”
- We don’t use any caching plugins, only WordPress 6.7.2, WooCommerce 9.8.1, CryptoWoo 1.6.12, Redux Framework 4.5.7 and the default theme Twenty Twenty-Five.
- Tried with Twenty Twenty-Four
- Tried in new incognito window, the site is still on local server there is no CDN yet.
Forum: Plugins
In reply to: [Cryptocurrency Payment Gateway] Please select your payment currency errorDone
Forum: Plugins
In reply to: [Cryptocurrency Payment Gateway] Please select your payment currency errorHi Olav, we are using WordPress 6.7.2 and WooCommerce 9.8.1. We are using the legacy checkout and the buttons for selecting cryptocurrency but with dropdown it is the same, there is no difference in the display (it still display as buttons and the error persist. It is not a cache because other settings work. There are no other plugins installed and we are on the default Twenty Twenty-Five theme.
We have only BTC enabled and even when we have it selected as “Default Payment Currency” the error persist.- This reply was modified 1 year, 1 month ago by cholakovdev.
- This reply was modified 1 year, 1 month ago by cholakovdev.
- This reply was modified 1 year, 1 month ago by cholakovdev.
- This reply was modified 1 year, 1 month ago by cholakovdev.
- This reply was modified 1 year, 1 month ago by cholakovdev.
Forum: Plugins
In reply to: [Post Views Count (Support caching plugins!)] zero countIn my case it is located in the plugin directory:
wp-content/plugins/baw-post-views-count/bawpv.phpIf it’s not there try to search for: “BAW Post Views Count”.
Forum: Plugins
In reply to: [Post Views Count (Support caching plugins!)] Still not counting…Try to add this line at the end of bawpv.php file:
add_action(‘wp_head’, ‘bawpvc_main’);Tested on our website islamio.com and now is counting.
Forum: Plugins
In reply to: [Post Views Count (Support caching plugins!)] zero countWe also noticed that in our website islamio.com.
In the last version is missing wp_head action. At the end of bawpv.php file we added this line:
add_action(‘wp_head’, ‘bawpvc_main’);And now it’s working.
Forum: Plugins
In reply to: [Polylang] Buddypress Profile TabsHow do you assign different pages for registration in Buddypress?