Andrew Munro
Andrew Munro
Can't find an issue for it but when switching payment methods on the checkout page you shouldn't lose your details entered. Switching the payment method should only update the relevant...
Over 5 years ago field descriptions were added to checkout: https://github.com/easydigitaldownloads/easy-digital-downloads/issues/949 I'd really like to see an option to disable them (without using CSS). I think it should be the...
I think our `/includes/checkout/template.php` file can be improved so it's easier to customize certain aspects of checkout without having to re-hook entire functions. @cklosowski puts it nicely here (https://github.com/easydigitaldownloads/easy-digital-downloads/issues/6943#issuecomment-423292703) >...
The first `Email Template` option has the following description: > Choose a template. Click "Save Changes" then "Preview Purchase Receipt" to see the new template. ___ This is confusing since...
I did search so I apologize if it's already been discussed. There seems to be a 15px difference in width between Firefox and Chrome (probably Safari as well). I.e the...
It seems that if any page is set to show as the homepage from settings > reading it doubles up on the site title. To test, set any page to...
Customer's ticket https://easydigitaldownloads.com/support/topic/sharing-buttons/#post-211798 Customer's screenshot https://easydigitaldownloads.com/wp-content/uploads/2014/03/Sharing_Button.jpg Twitter share URL looks to be messed up Google + doesn't have a URL Facebook is ok
https://github.com/pippinsplugins/EDD-Starter-Theme/issues/4 - Removed use of WP_Query and altered main loop using the pre_get_posts action hook. - Used $query->set to define number of downloads to show and set post type.
I'm testing the EDD Starter Theme with 9 test products. If I try and go to the 2nd page (/page/2/) on the homepage which uses front-page.php, I get a "Page...
All modern browsers now support CSS Grid Layout. Ideally Themedd would use CSS Grid by default and provide a fallback.