richiewatson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Header Images] Headers not responsive@pesiunwalla WP Header Images plugin is compatible with the following themes.
- Guava Pattern
- Genesis
- Thesis
- WooThemes
- Gantry
- Carrington Core
- Hybrid Core
- Options Framework
- Redux Framework
- SMOF
- UPThemes
- Vafpress
- Codestar
It is compatibility issue with the theme you have mentioned. We are noting this as feature request for upcoming versions.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costs@a0394 we will try to reproduce the issue on our end and will resolve it if we could recreate.
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] upload about 400 images@aviyaye since drag and drop functionality is not available in the plugin yet, you can zip all the images and upload zip file at once.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsPlease turn ON actions column from Screen Options. Under actions column you will find the select as parent button.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsYes you can find Combine selected orders option in the bulk action to merge selected orders.
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsThe merging option is available in WooCommerce > Orders and it is only for merging the orders. Can you please explain about the products?
Forum: Plugins
In reply to: [Ultimate Order Combination] Shipping costsWhen you select orders to merge, you can choose any order as a parent order. The information of the selected order as parent will be kept after merging. Please select the order with higher shipping cost as parent order while merging.
@bitfireadmin thank you for pointing it out, we will resolve it soon.
We are continuously working and improving our plugins, this white screen error yet to be identified, sorry for the inconvenience.
Now check the error log maybe some errors have appeared in the log.
It is working with the latest version of WordPress and WooCommerce. Please make sure you are selecting the correct option in bulk dropdown. Here is the video of the plugin working with the latest version of WordPress.
@tierarepro we are working on it. This plugin is good for splitting the orders. To combine the orders you can use Ultimate Order Combination.
Please share the screenshot of your settings page and if you see any error/notice on front end please paste here. We will be able to help you when we see any error or log related to the plugin.
Please edit your wp-config.php file and update this line
define( 'WP_DEBUG', false );
todefine( 'WP_DEBUG', true );
this will turn ON debug mode.Add this line next to it
define( 'WP_DEBUG_LOG', true );
, error log file will be created.- This reply was modified 3 years, 4 months ago by richiewatson.
@tierarepro please make sure you have turned ON Cron Jobs for the order list page from general settings tab.