deeveedee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sorry, this file type is not permitted for security reasonsWhen I attempt to upload .png image files, I receive the “This file type is not allowed” error. Adding and activating the “Disable Real MIME Check” plugin does not help. According to the MIME type listing provided by “WP Add MIME Types” plugin, image/png is not a MIME type allowed by WordPress 4.7.2. Adding the image/png MIME type using this plugin does not fix my inability to upload .png images.
Note that I have .png images that I have previously uploaded without problems before WP 4.7.2.
Forum: Plugins
In reply to: [Download Manager] Toolbar style changed after upgrading to 2.9.42Hi, @codename065,
Did 2.9.43 include this new short-code option to restore the compact toolbar?
Thank you.
Forum: Plugins
In reply to: [Download Manager] Toolbar style changed after upgrading to 2.9.42Thank you! Looking forward to the update with the new short-code.
Thanks again for this great plugin and great support!
I lost my plugin changes when I reinstalled this plugin (which is why I shouldn’t be modifying the plugin ;). I had forgotten that I posted my comments above and started a new thread. Until we hear from the author, this other thread might give you a clue about how to implement your own fix (but understand the risks if you modify the plugin code): https://wordpress.org/support/topic/extra-charge-missing-from-order-details/
Forum: Plugins
In reply to: [Download Manager] Toolbar style changed after upgrading to 2.9.42I’m not sure if this helps to explain the toolbar style issue that I reported (above), but it looks like the toolbar style change is the result of coding changes in wpdm-functions.php. If this change is related to the “Added page template selection option” change that you applied in 2.9.41 and there is a template setting that will restore the compact toolbar, please let me know.
Thank you very much for your great plugin and your support.
Forum: Plugins
In reply to: [Animate It!] High server I/O when AnimateIt plugin is enabledHi, @eleopard,
Thank you for the reply (and for the great plugin!). We are going to re-enable AnimateIt and monitor server I/O activity. It appears that our SEO plugin had an update at the same time that we disabled AnimateIt. This SEO plugin update fixed a bug where “sitemaps were being invalidated too often.”
After further review of our visitor logs, we had incorrectly read the visitor log and there were visitors at times when we thought there were none. We also noticed that visitors tended to spend more time on the page with your animation, so the frequent AnimateIt plugin calls that we observed were in fact the result of legitimate users enjoying the animated content.
It seems that our excessive server I/O was due to the SEO plugin and visitors enjoying the animated content – NOT a problem with AnimateIt. In fact – AnimateIt is doing exactly what it should!
I am marking this topic as “Resolved” and will continue to monitor. Thank you.
- This reply was modified 9 years, 3 months ago by deeveedee.
Forum: Plugins
In reply to: [Download Manager] Toolbar style changed after upgrading to 2.9.42I have reverted to version 2.9.4 (from 2.9.42) to restore the compact toolbar with the [wpdm_category] shortcode. When you have a way for me to upgrade while retaining the compact toolbar (pull-down menus for Asc/Desc and Order By), please let us know.
Thank you again for your support and for a great plugin!
Forum: Plugins
In reply to: [WooCommerce] Error 525: Unable to create order. Please try again.After further testing, it appears that (in my case) Error 525 was due to network issues. It was only a coincidence that Error 525 happened after I added “add_fee.” My Internet provider’s DNS was having intermittent issues which caused inconsistent connectivity between my test clients and my website. I assume that intermittent client connectivity resulted in dropped data or session timeouts that caused Error 525. I am not observing this error with a reliable network connection.
Forum: Plugins
In reply to: [WooCommerce] Error 525: Unable to create order. Please try again.For those who have observed Error 525, were you using add_fee?
WC()->cart->add_fee( 'Surcharge', $surcharge, false, '' );I’ve observed this error during testing after adding a surcharge, but the problem is not easily reproduced. I’m convinced that Error 525 is the result of something I’m doing incorrectly with the extra fee, but not yet sure what it is.
- This reply was modified 9 years, 3 months ago by deeveedee.
I was reviewing the post titled “Extra fee not in the pdf invoice” by @troglos and see that this missing line item has probably always been missing. Is the fix for this as simple as replacing the two lines
add_action( 'woocommerce_review_order_before_order_total', array( $this, 'add_payment_gateway_extra_charges_row')); add_action( 'woocommerce_cart_totals_before_order_total', array( $this, 'add_payment_gateway_extra_charges_row'));with something like
$woocommerce->cart->add_fee( 'Extra Charges', $this -> current_gateway_extra_charges, true, '' );I know that it’s not exactly this, since you have two types of extra charges (percentage and flat fee), but is this the right idea?
If so, when do you think you would have a fix for this?
Thank you very much for your support.
Forum: Themes and Templates
In reply to: [Fruitful] Dynamic copyright year in custom footer@saurabhdhariwal – thank you very much for your quick reply! I made your suggested changes to my child theme’s functions.php and it works perfectly.
Forum: Themes and Templates
In reply to: [Graphene] Graphene Theme compatibility with WordPress 4.7I will mark this ‘resolved.’ The problem was NOT with the Graphene theme. Our site had the Add-in ‘APC Object Cache’ installed. This must have been residual from an old plugin that we tried, since our site does not need Add-in. We removed object-cache.php from our wp-content folder and the WP 4.7 upgrade completed without a problem. Based on our initial observations, the Graphene theme version 1.9.4.2 works well with WP 4.7. Thanks again for a great theme.
Forum: Themes and Templates
In reply to: [Graphene] Graphene Theme compatibility with WordPress 4.7Continuing from the previous post … We ran additional tests with all of our plugins deactivated in an attempt to isolate the problem. With all plugins deactivated, the WP 4.7 update (updating from WP 4.6.1) freezes at …/wp-admin/update-core.php. We haven’t confirmed that this is a Graphene theme compatibility issue (with WP 4.7), so if you have any advice for how we can test to identify the problem, please let us know.
Thank you very much for your help.
The problem was NOT with your plugin. I apologize for the false alarm. The problem was the way that I was overriding checkout fields in my child theme’s function.php.
Thank you for this great plugin. It’s working perfectly for me.
Forum: Plugins
In reply to: [WooCommerce] Checkout fields missing after upgrading to WordPress 4.7I’m going to mark this as ‘resolved,’ since I have not been able to reproduce the problem after restarting my browser (which I thought I had done). It appears that this was a browser cache issue and not a WP4.7/WC issue. I apologize for the false alarm. Thanks again for a great plugin!