glocs
Forum Replies Created
-
Forum: Plugins
In reply to: [Checkout for PayPal] PayPal script need “currency” parameterHi,
it’s ok now with version 1.0.2
Thx,
GForum: Plugins
In reply to: [WP Express Checkout (Accept PayPal Payments Easily)] PHP WarningHi,
no cache plugin.
It’s not drop an error all the time, the last error was at [16-Feb-2021 12:57:51 UTC]
I made a test now, with no errors.A have 1 product with this params:
price: 100
Shipping Cost: empty
Tax (%): emptyForum: Plugins
In reply to: [Checkout for PayPal] PayPal script need “currency” parameterHi,
the currency is in the button code, but in console:
Uncaught Error: Unexpected currency: HUF passed to order.create. Please ensure you are passing /sdk/js?currency=HUF in the paypal script tag.
Forum: Plugins
In reply to: [WooCommerce] Hard Crop images no longer workingHi,
edit your database / wp_options table:
option_name: shop_single_image_size
option_value:a:3:{s:5:"width";s:3:"600";s:6:"height";s:4:"9999";s:4:"crop";i:1;}
WRONG option_value:
a:3:{s:5:"width";s:3:"600";s:6:"height";s:4:"9999";s:4:"crop";s:2:"on";}
cheers,
glocsForum: Plugins
In reply to: [Nextend Social Login and Register] Custom fieldsForum: Plugins
In reply to: [Nextend Social Login and Register] Integrate with Sidebar Login widgetfor example: in wp-sidebar-login.php
/* Facebook reg-login */ echo '<div class="center"><a title="Login/Register with Facebook account ..." href="https://xxxx.xxx/wp-login.php?loginFacebook=1&redirect=https://xxxx.xxx" onclick="window.location = \'https://xxxx.xxx/wp-login.php?loginFacebook=1&redirect=\'+window.location.href; return false;"><div class="new-fb-btn new-fb-6 new-fb-default-anim"><div class="new-fb-6-1"><div class="new-fb-6-1-1">Login</div></div></div></a></div>'; echo '<div class="center"><em>or</em></div>'; /* END Facebook reg-login */ wp_login_form( $login_form_args );
change in nextend-facebook-connect.php
if (isset($new_fb_settings['fb_redirect_reg']) && $new_fb_settings['fb_redirect_reg'] != '' && $new_fb_settings['fb_redirect_reg'] != 'auto') { set_site_transient( nextend_uniqid().'_fb_r', $new_fb_settings['fb_redirect_reg'], 3600);
Forum: Installing WordPress
In reply to: Back from Development Version to Stable ReleaseI use the development version long ago.
But I want to switch to the stable version (because of plugins).Is it possible to convert to the stable release?
Thx.
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Dutch languageThe verification text is in jquery, not in visual-form-builder.
Instructions:
#post-2296212??
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Hungarian translationSzia!
Az már nem a visual-form-builder része, az ellen?rzést jquery csinálja.
Itt van, hogyan kell azt is lefordítani:
#post-2296212— ENG —
The verification text is in jquery, not in visual-form-builder.
Instructions:
#post-2296212??