Bill Hinostroza
Forum Replies Created
-
Forum: Plugins
In reply to: [Font Awesome] Why has a plugin not installed caused a fatal error?@sdonikian
Thank you for your comment. I also had the booked plugin installed. I followed what you wrote and it fixed my issue as well.Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] WP-Author Avatar IssuesRight. I put it back. You should be able to upload an avatar.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] WP-Author Avatar IssuesYeah, I took it out because users wouldn’t be able to see their avatar after uploading. You can place it back and test it out.
Forum: Plugins
In reply to: [EDD Downloads As Services] Still Supported? Alternatives?It’s right below the ‘Free Download’ button.
Forum: Plugins
In reply to: [EDD Downloads As Services] Still Supported? Alternatives?Ahh thanks for the fast response! I didn’t know it was being developed by EDD themselves. On their page It mentions the following:
“This extension is not subject to our licensing terms as it is distributed and maintained by a 3rd party.”
Forum: Plugins
In reply to: [WooCommerce] Roundness sale or regular priceHey thanks for posting about your issue. For future items WooCommerce supports rounding natively if you set the number of decimals to 0 in the General Settings area. However, I don’t think woocommerce has a native option to round all of your current items.
If you are a developer there are steps you can take to round the items.
You will need to add the following code below to your functions.php file:
add_filter("woocommerce_dynamic_pricing_get_decimals", "custom_woocommerce_dynamic_pricing_get_decimals"); function custom_woocommerce_dynamic_pricing_get_decimals($decimals) { return 4; }
Keep in mind that rounding to 4 decimal places but only showing 2 will result in an inconsistent display of the prices. If someone manually multiplies the displayed item total of 27.44 * 20 quantity they will get the 548.80 result, not the 548.73 that is actually being charged to the customer.
Please take a look at the section where I got the code from for more information: Doc
Hope this helps
- This reply was modified 7 years, 3 months ago by Bill Hinostroza.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can’t install Jetpack pluginHey @andym1966 are you still having issues with installing the jetpack plugin? Do you mind giving me the url? I would like to scan your site for plugins you have and then further look at the documentations of the plugins to see why you are having the Menu ID issue.
Hey @jamesamcgowan are you still having issues with the plugin? I ran a wp plugin checker on your site. I can only find 3 plugins installed which are jetpack, w3 total cache and All In One WP Security & Firewall.
I suspect that you may have to clear your cache using w3 total cache in order to remove that 500 internal server issue.
Nevermind something glitched on the system thanks! I think I found what it was.
I’ve went and done that but I get this error message.
“You do not have sufficient permissions to access this page.”
Forum: Plugins
In reply to: [Comments Evolved for WordPress] LiveFyre Not Working :/I uninstalled the plugin because of the bug.