John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Importing worpress.com fileHi,
Does it work right if you temporarily switch to the default Twenty Fifteen theme and deactivate all plugins except the WordPress Importer plugin?
Forum: Fixing WordPress
In reply to: Unable to click links in menu headerHi,
The links are working for me. Which browser are you using? Do they work if you try another one? You may have a browser extension or something that is conflicting.
Forum: Fixing WordPress
In reply to: Customize Screen not loading properlyAlso, you can enable debugging in WordPress to instruct it to log any code errors to a file. See the section titled Example wp-config.php for Debugging on this page. http://codex.ww.wp.xz.cn/Debugging_in_WordPress
Forum: Fixing WordPress
In reply to: Customize Screen not loading properlyHi, which theme are you using? You might want to try replacing the theme in case a file is missing or damaged.
Forum: Fixing WordPress
In reply to: issue with ie about htaccessHi,
Where did you put the .htaccess file code you listed above? It should be in the root folder of the site, not inside the wp-content folder.
Hi, I see you also reported this on our official support forums here. We’ll update you on it there. Thanks for the report.
Hi,
You can use this code to prevent duplicate cart items. You can create a custom plugin with those code using Pluginception if you’re not familiar with how to add this manually.
Forum: Themes and Templates
In reply to: [Editor] Pagination footer apears twice ONLY on page 2Tiago, what kinds of customizations did you make to Editor?
Forum: Themes and Templates
In reply to: [Editor] Display both a logo AND title/tagline?Hi,
This isn’t possible without customizing the theme.
Hi,
For performance reasons, the dropdown only lists part of your downloads. You’ll need to search for the download name in the dropdown if you don’t see it listed. Example: http://cl.ly/image/1A0U42312L3u
It looks like he developed most of those himself.
Hi,
Have you confirmed that the file transferred properly when you first set up the product? Also, it might be helpful to share a download link with us, along with your system info under Downloads > Tools > System Info so we can help troubleshoot. If you’d like to post a private reply with the download link, you’ll need to do it on our support forums on easydigitaldownloads.com. That way only the EDD staff can see it. https://easydigitaldownloads.com/support/
Glad to hear the payment processor will work for you.
For the theme, do take a look at the list of themes on our site to see if any are what you’re looking for. https://easydigitaldownloads.com/themes/
You may also find a theme here on the ww.wp.xz.cn directory. https://ww.wp.xz.cn/themes/search.php?q=Easy+Digital+Downloads
Hi,
1) It depends on what kind of site you’re running. For a list of themes that we know work well with EDD, see this page. https://easydigitaldownloads.com/themes/
2) I can’t read Polish, but this looks like it works with EDD. Can you confirm? http://upsell.pl/sklep/edd-bramka-platnosci-transferuj-pl/
Forum: Themes and Templates
In reply to: [Editor] where are entry-meta functions defined?Hi,
You can copy the editor_posted_on function in whole over to your child theme’s functions.php file. If the function gets defined in your child theme first, it overrides the one in the parent theme. No need to recreate the /inc/template-tags.php thing.