Hanz17
Forum Replies Created
-
Forum: Plugins
In reply to: [Social comments by WpDevArt] “X-Frame-Options“ directive set to “DENYresolved
Forum: Plugins
In reply to: [Social comments by WpDevArt] “X-Frame-Options“ directive set to “DENYThis looks like a Facebook bug
https://developers.facebook.com/support/bugs/854001531875629/?join_id=f3265be5480336Forum: Plugins
In reply to: [Social comments by WpDevArt] “X-Frame-Options“ directive set to “DENYThanks for your reply.
I did, but the problem still persists.
I found that the settings in nginx.conf apply to all internal queries:
https://ibb.co/60yYhT5but does not apply to Facebook calls.
https://ibb.co/RBHFVZ4Oh, it works :-).
Thank you very much for support.
JanI’m using the premium version.
Hi,
thank you for your help, but it isn′t work :/.
function test() { if ( class_exists( 'WOOMULTI_CURRENCY_F_Data' ) ) { $currency_data_obj = new WOOMULTI_CURRENCY_F_Data(); $current_currency = $currency_data_obj->get_current_currency(); echo "Currency is: ".$current_currency; } else { echo "Currency does not load"; } } add_action('wp_footer', 'test');
The condition always ends in a state that the class does not exist. I’m using the PRO version, isn’t that a problem?
Hi,
ok. I need this custom function in template functions.
IF ($currency == 'EUR') { //do something } else { //do something }
But I don’t know how to get the currently selected currency. Is that understandable now?
Thank you very much.
JanForum: Plugins
In reply to: [BP WC Vendors] Become a Vendor – submit doesn′t workUpdate:
After update page with [bp_wcv_bag] in page editor:
Fatal error: Uncaught Error: Call to undefined function wc_print_notices() in /www/doc/www.xxx.net/www/wp-content/plugins/wc-vendors/templates/dashboard/denied.php:17 Stack trace: #0 /www/doc/www.xxx.net/www/wp-content/plugins/woocommerce/includes/wc-core-functions.php(208): include() #1 /www/doc/www.xxx.net/www/wp-content/plugins/bp-wc-vendors/includes/shortcodes.php(4): wc_get_template('denied.php', Array, 'wc-vendors/dash...', '/www/doc/www.lo...') #2 /www/doc/www.xxx.net/www/wp-includes/shortcodes.php(319): bp_wcv_bav('', '', 'bp_wcv_bav') #3 [internal function]: do_shortcode_tag(Array) #4 /www/doc/www.xxx.net/www/wp-includes/shortcodes.php(197): preg_replace_callback('/\\[(\\[?)(bp_wcv...', 'do_shortcode_ta...', '[bp_wcv_bav]\n') #5 /www/doc/www.xxx.net/www/wp-includes/class-wp-hook.php(286): do_shortcode('[bp_wcv_bav]\n') #6 /www/doc/www.xxx.net/www/wp-includes/plugin.php(203): WP_Hook->apply_filters('[bp_wcv_bav]\n', A in /www/doc/www.xxx.net/www/wp-content/plugins/wc-vendors/templates/dashboard/denied.php on line 17
This error will only appear when I use your shortcode.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter callback URL invalidHi,
I have same problem. Any solution?
Forum: Plugins
In reply to: [WordPress Social Login] Twiiter login – Callback URLHi,
I have same problem. Any solution?
Forum: Plugins
In reply to: [BuddyPress Xprofile Custom Field Types] 2 problemsAny solution? :/
Forum: Plugins
In reply to: [BuddyPress Xprofile Custom Field Types] 2 problemsHi Brajesh,
1. I have already created the folder, including appropriate rights, but still can not save the photo. Does it have any limitations?
2. I need to display it with a comma in order editing and in e-mail. Is it possible via theme function? How?
Thank you very much for help.
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] 2 problemssorry bad plugin ??
Hi,
I have a new discoveries. It doesn′t work on both sites, but only if isn′t username in url.
Ex.:
Saving works: https://domain.com/account/js1/ js1 = usernameSaving doesn′t work: https://domain.com/account/general/
or https://domain.com/account/password/
or https://domain.com/account/billing/
etc…Where can be a problem?
- This reply was modified 6 years, 4 months ago by Hanz17.
Hi,
I did a conflict test and problem is with a theme. But what’s strange is that it works on another site with the same template. The web where it does not work is a duplicate. Could it be a problem?
Thanks