projoomexperts
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Not working with Gravity FormDear Julian, Thanks for your response. I tried to var_dump($message); die(); inside private function prepare_email_for_delivery just to see if the wp_mail filter is working or not. and surprisingly the plugin started working back. I donot have any answer why it was not working before and how its now working properly.
Do you think the priority for wp_mail filter is good enough ? Anyway thanks for your reply. I really appreciate it.Forum: Reviews
In reply to: [Crudiator] It looked promisingHi takafu, i figured that the problem occurs when you create a crud page as a submenu. Also we need some kind of filter to add / modify columns.
Hi,
adding a priority parameter also fix the issue.add_filter( 'body_class', array( $this, 'add_identifier_class_to_body' ), 100 );
So i am assuming line number 388 is causing the issue
is_array( $classes ) ? $classes = array_merge( $classes, $to_add ) : $classes .= implode( '', $to_add );
I guess the filter is running at first when $classes is not defined and causing the issue.
Forum: Plugins
In reply to: [WooCommerce] Error: Sorry, you cannot list resources.Hi everyone, Recently our hosting changed their control panel from cpanel to their own panel and our woocommerce website rest api stopped worked with this same error. Even with correct api credential it was not working.
After spending entire day on this we finally solved the issue by adding the following line on our .htaccess file.
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
So if you are having the same problem. Try to add this line after “RewriteEngine On” and see if this solves your problem or not. Thank you all.
Forum: Plugins
In reply to: [WooCommerce] Error: Invalid parameter(s): status [rest_invalid_param]Hi, though your support staffs reply didn’t solve my problem at all. After some digging by myself , I figured it out.
The issue occured because of another woocommerce plugin named “woocommerce partial shipment” , They used to use the order status ‘partial-complete’ but in newest release they changed it to ‘partial-shipped’ , that is why the old status that i was using in my api code became invalid. I don’t know why they did it but it was not a good move i guess.
If the error message could specifically say which status became invalid , it would be more easier for us to understand.
Forum: Plugins
In reply to: [The Events Calendar] Cant see my eventsHi,
@krautmaster is right. Though its showing 5 events on this page ( https://rescue.ocdo.us/events/list/ ) , There are total 6 events in that month. Also its not following the settings ( number of events to display in list page ). Its showing 5 where the settings is set to 2. If you click on next events then you will see it will show 2 events per page. Obviously this is a bug. Please check.
Kind RegardsForum: Plugins
In reply to: [The Events Calendar] Cant see my eventsHaving same issue on a website. https://rescue.ocdo.us/events/list/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce order discussionForum: Plugins
In reply to: [WooCommerce] Woocommerce order discussionHello Roy, Thanks for your kind reply. But My client wants something like its in aliexpress.com Screenshot https://docs.google.com/file/d/0B1nDlQWZ5A3OVEhhbThMNTNrX1U/edit?usp=drivesdk