Sean Davis
Forum Replies Created
-
Hi Sheff,
I’m really sorry for the delay here. Unfortunately, I have no idea why they would said that. The problem is not even style related.
Again, though, you were using the plugin that is designed to work for Posts and Pages and it does not say it supports additional post types, which is what a Download is. If the plugin does not support additional post types, it’s not that EDD is damaging anything. The plugin just doesn’t support EDD’s post type.
I’m sorry about the long delay and the back and forth you’ve been led into. But EDD does not damage the share plugin. It just doesn’t appear to be a one-size-fits-all sharing solution.
Hi there,
As @sajjad mentioned, the “physical” pages will exist no matter what but you can definitely use EDD’s shortcodes to present products however you’d like. For example, for every download entry you create, you can use its [purchase_link] shortcode to display just the button on another page or post. http://docs.easydigitaldownloads.com/article/229-purchaselink
Hi there,
I’m really sorry for the delay here. I do see the incorrect links there. Not sure why that’s happening. I need you to test something for me.
Go to Settings -> Permalinks in your WordPress dashboard and resave the settings for me. Then check the links once more and let me know if anything changes.
Hi there,
I’m really sorry for the long delay here.
1. It’s important to note that each product is a download entry much like a new post or a new page. So while I understand you’re asking from the perspective of uploading the actual files, the real focus here is creating the download entries (whether they have a file or not). Unless you are transferring these products from another eCommerce platform and have a CSV file, they will all have to be created. We can go into more detail here once I know more about your situation, though.
2. Yes, this is possible. You can learn about all of these features and shortcodes here: http://docs.easydigitaldownloads.com/collection/168-getting-started
It sounds like you just need to get familiar with how the system works. So I’d say start by creating a test WordPress site and install EDD (if you haven’t already) and just play around with the features to get a feel for what can be done.
Hi there,
I’m really sorry for the long delay here. However, WordPress does not allow shortcodes in widgets. That’s not a limitation of EDD or anything. There are plugins/scripts that will allow it to happen but it’s not the default behavior of WordPress.
Hi there,
Please head on over to easydigitaldownloads.com to see our options for Bitcoins. https://easydigitaldownloads.com/downloads?download_s=bitcoin&action=download_search
Hi there,
Can you tell me exactly what happens to the count after you use the recount tool? Does it bring the total count back up after its been reduced by deleting the non-completed payments?
Hi there,
While we don’t have any type of integration with Nextgen Gallery, I see no reason why the two plugins would conflict. They should operate fine as separate systems.
If you’re asking about specific features that bring the two together, though, no, there is no official integration.
Hi Ankit,
I may need to log into your site to see exactly what’s going on here. Do you mind creating a ticket over on EDD’s site so the communication is secure? https://easydigitaldownloads.com/support/
Please link to this ticket when you do.
Hi, Bryan.
I’m sending you a reply from here because I don’t think you are getting my replies in our other ticket conversation. Not long after you changed my account to administrator, I sent a response. For some reason, the email was rejected. So I replied again yesterday. From the looks of your latest response, that one was rejected too. Here’s a screenshot of our conversation. http://glui.me/?i=4u3uio8szki0sa1/2015-11-09_at_8.34_AM.png/
I’m really sad to hear that you’ve decided not to use EDD but I am more than willing help get the issues sorted out. We’ll just have to find a more reliable way to communicate.
Are you open to working with me to get the issue sorted out? If so, you can simply reply here to what I said in the screenshot.
I’m looking forward to your response and figuring out what is causing the issues!
Can you link me to a page and point out specifically where the incorrect link is?
Forum: Themes and Templates
In reply to: [Innovation Lite] Grey Bar displayed below the menu itemSorry for the delay here. It doesn’t appear that you are using the same theme anymore?
Sorry for the delay here. One thing I am noticing is that at the end of your wp_enqueue_script line at the bottom of the file, you did not use a semicolon.
wp_enqueue_script( 'progress-slideshow', get_stylesheet_directory_uri() . '/js/progress-slideshow.js' )should be
wp_enqueue_script( 'progress-slideshow', get_stylesheet_directory_uri() . '/js/progress-slideshow.js' );Forum: Themes and Templates
In reply to: Semplicemente — Sidebar moved down! Help!I agree with @cccamuseme.
Looks like you’ve already got it sorted out. If I remember correctly, though, you moved the entire sidebar (id=”secondary) inside of the content area (id=”primary”) and that’s never going to work. So even though you said you made the changes before and it didn’t change until today, I’m inclined to say you either didn’t make that change until today, made it before and didn’t notice until today, or you have some pretty heavy caching that hid the change for a while. 🙂
Either way, though, you appear to be good to go now!
Hi there,
I don’t think it’s something we’re going to add to EDD core. I can help get it added for you, though.
At the moment, I think the smartest way to do this is with CSS and with as little interruption of the default display as possible. Adding too much text will really make the area are to understand. Likewise, it should probably display for each link if the person purchases more than one file. If it only displays once and there’s a chance that they won’t know what to do with the links anyway, then chances are they need to see the notice beside each link.
From your child theme style.css file or custom CSS plugin, try this CSS:
.edd_purchase_receipt_files .edd_download_file:after { content: "- click to download"; font-size: smaller; }