Daniel Mesteru
Forum Replies Created
-
Forum: Plugins
In reply to: [Forty Four - 404 Plugin for WordPress] MultilingualHello,
Any updates on multilingual compatibility? I’m using Polylang.
Thanks,
DanielForum: Themes and Templates
In reply to: [Square] changelog+ 1 for this. I just updated in blind and this just isn’t the best practice.
Please provide a changelog for your themes updates.Forum: Plugins
In reply to: [Curs Valutar Live BNR] Eroare php – invalid argument supplied for foreachHi @damsko,
Thank you so much for your response, that did the trick. It seems to be ok now.
All the best,
DanielForum: Plugins
In reply to: [Curs Valutar Live BNR] Eroare php – invalid argument supplied for foreachAstazi am observat din nou eroarea. Any ideas? Apare la prima accesare a site-ului, dupa un refresh ea dispare… Poate sa fie de la serverul local?
Warning: Invalid argument supplied for foreach() in E:\XAMPP\htdocs\…..\wp-content\plugins\curs-valutar-live-bnr\includes\functions.php on line 12
Hi,
Thank you for the quick response, I appreciate it. Great work here, I love your plugin, it is very useful and complete.
Looking forward for the next update. Any timeframe for the new release?Best regards,
DanielHi,
Thank you for the quick response, I appreciate it. Great work here, I love your plugin, it is very useful and complete.
Looking forward for the next update.Hello,
Great work, thank you for this very useful snippet. I’ve added this code to my functions.php file, the buttons are showing correctly in vendor dashboard but when I click on them, I receive the following error message:
You do not have permission to access this page.The path resulted on button trigger is this:
/wp-admin/admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=3684&_wpnonce=3f81c785abAny idea of what could be the cause of this?
Thanks,
DanielThank you for your swift response, it’s working great now.
Regards,
DanielForum: Fixing WordPress
In reply to: How to change avatar depending on the user's role+1. Following.
Forum: Plugins
In reply to: [Storefront Product Sharing] blank image showing when posting on facebookI’ve got a workaround for this, but it is just a temporary solution. I’m posting here, just in case anyone wants to use this fix.
I’ve added atarget = "_blank"on Facebookli classin storefront-product-sharing.php (this is the controller in the plugin directory).
So, just change this block
<li class="facebook"><a href="<?php echo esc_url( $facebook_url ) ; ?>"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
with this one
<li class="facebook"><a target = "_blank" href="<?php echo esc_url( $facebook_url ) ; ?>"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
in
storefront-product-sharing.php on the plugin directory.
Warning: this will be overwritten on any update of the plugin, so it’s just a temporary solution.Forum: Plugins
In reply to: [Storefront Product Sharing] Facebook social share link returns to blank pageI’ve got a workaround for this, but it is just a temporary solution. I’m posting here, just in case anyone wants to use this fix.
I’ve added atarget = "_blank"on Facebookli classin storefront-product-sharing.php (this is the controller in the plugin directory).
So, just change this block
<li class="facebook"><a href="<?php echo esc_url( $facebook_url ) ; ?>"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
with this one
<li class="facebook"><a target = "_blank" href="<?php echo esc_url( $facebook_url ) ; ?>"><?php _e( 'Share on Facebook', 'storefront-product-sharing' ); ?></a></li>
in
storefront-product-sharing.php on the plugin directory.
Warning: this will be overwritten on any update of the plugin, so it’s just a temporary solution.Forum: Plugins
In reply to: [Storefront Product Sharing] blank image showing when posting on facebook+1. Looks like this forum is dead.
Forum: Plugins
In reply to: [Storefront Product Sharing] Facebook social share link returns to blank pageHello,
Have you managed to get this to work somehow? I encounter the same issue, after sharing on Facebook there’s not a return back to the site page, the URL freezes on “https://www.facebook.com/dialog/return/close?#_=_”
Thanks,
DanielForum: Plugins
In reply to: WooCommerce – Is there is plugin that can change shipping fees by city?Hello,
Have you managed to find an answer eventually? I’ll need this kind of feature too.
Thanks,
DanielForum: Plugins
In reply to: [PayPal for WooCommerce] Add an Unsupported Paypal CurrencyHello,
Any updates on this? I’m using the same code for the Paypal unsupported currency workaround and I just wanted to know if it’s working.
Regards,
Daniel