Akkon
Forum Replies Created
-
Hello @stefancotitosu, thank you for your reply. I’ll do my best to help you replicate the problem so it can be solved.
- I am using Visualizer: Tables and Charts for WordPress (3.11.1 PRO) and Visualizer: Tables and Charts Manager for WordPress AddOn (1.14.0); WordPress is the lastest version
- The Error is shown in the console of Query Monitor plugin (3.16.3). there is a very little chance the error is a false positive (but I dont believe in it)
- The Error is shown only on a dashboard of WP admin.
I am not sure how to share images/screenshots here so I pasted the screenshot there: https://ctrlv.link/7Z2b
hello @shanedelierrr,
thank you for your reply. I’ve just temporarily added an exception to rest_dispatch_request filter so now it works.Looking forward to have proper solution via Solid security plugin in the future.
Forum: Plugins
In reply to: [WP Email Template] E-mail FROM overwritten by default e-mail settingsForum: Plugins
In reply to: [WP Email Template] E-mail FROM overwritten by default e-mail settingsHello Steve, let me explain it:
I am using Contact form 7 plugin, that sends filled form to specific e-mail, based on the type of inquiry. In CF 7, FROM is set by
return wp_mail( $recipient, $subject, $body, $headers, $attachments );
where $headers include FROM:$sender = wpcf7_strip_newline( $components['sender'] ); $headers = "From: $sender\n";
When I debug WP Email template file includes/smtp.php, if I var_dump $phpmailer in
public function phpmailer_init( $phpmailer )
I get right results ($phpmailer->From is the FROM I previously set in CF7) on line 41, i.e. before lines 42 and 43$phpmailer->From = apply_filters( 'wp_mail_from' , get_option('admin_email') ); $phpmailer->FromName = apply_filters( 'wp_mail_from_name', wp_specialchars_decode( get_option('blogname'), ENT_QUOTES ) );
After these lines, the $phpmailer->From and FromName is overwritten by default settings (i.e. blogname and admin mail).
The easiest solution would be not to set ->From and ->FromName if already set, or set it by some hook.
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATYes, I am absoutely sure.
Kind regards
KarelForum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello Michel, sorry for the late reply, I got locked (dunno why) from logging in to this forum :).
Unfortunately, the change did not helped. The feed still produces prices without VAT when triggered automatically.
Can I help you with the debugging?
Kind regards
KarelForum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello Michel,
if I can help you with the replication of the issue, please contact me.I am using version 1.7.4 which is, i believe the newest version.
Best regards
KarelForum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello Michel (@michel-jongbloed),
thank you for your post.I did try that, but the outcome is still the same. After some time, the feed shows the price without VAT.
One idea – the sheduled re-generation of the feed was set on 10 (Every [1] day as [10]:[00] for [1] times a day. I am not sure how the automatic launch is performed, (I did not set any CRON job) but the feed was automatically re-generated at 10:16. And this version is again without VAT. Why it was not regenerated at 10:00 ? There was traffic on the web around 10.
Best regards
Karel / akkonForum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello @aukejomm,
yes, I am absolutely sure. When I save the feed from WP admin manually (by “save and generate feed”), the data are ok, but after the time specified in “Update schedule” the prices get back to without VATThanks for any help
Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello Auke,
I am getting back to this thread because the solution works just partly.I did add the snippet to functions.php and when I save and regenerate the feed it does apply.
But When the feed is regenerated automatically, It pushes back the price without VAT (the filter you adviced is not applied).
Do you have any solution for that?
ThanksForum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATThanks Auke, this seems to work!
This is exactly the solution I was looking for ??Forum: Plugins
In reply to: [WooCommerce Google Feed Manager] Regular price with VATHello Auke,
thank you for your help. This solution works if the price tax is the same for all the products.It would be great if the plugin can calculate the price by itself by VAT group selected for each product the same way Woocommerce calculates the final price of each product…
verkko: thank you for your help, it seems it helped me too. It’s strange, I had the backup set on 30 days.
Anyway, thanks for your help!
Hello, any updates on this issue? I am having the same error (blank page) with this plugin installed. If i deactivate it the problem disapears.
I turned on wp_debug and searched for the error logs, but except for some notices, I haven’t found any fatal arror (nor concering memory allowance).
Thanks for your help…
Forum: Fixing WordPress
In reply to: Major problems with the visual editor and no solutions yetThe problem was solved in my wordpress installation when I created a new user (administrator). So the problem was user related I assume…