Last time I checked everything was ok, did you install anything new recently? Give me temporary wp-admin login info to check
It is because download manager is a custom post type and your theme is not supporting custom post type properly, if you try with standard and properly built themes, the option should be there by default ๐ .
the issue is happening becauase you are using multiple tables in same page, you can use only one table per page in free version for now.
but if it is not what you looking for, please give me an example url or a mockup so that I can explain your properly.
you need to create a link template with code <a href="[download_url]">[thumb_300x300]</a>
to link download directly with featured image thumbnail.
Process has 2 steps:
#1. you need to find term_taxonomy_id
from *_term_taxonomy
for the term_id
for category A and B ( you can get term id from wpdm category page )
#2. Now you need to replace term_taxonomy_id
of A using term_taxonomy_id
of B in db table *_term_relationships
in new update I use a fixed width with center align login form, but you still can override it with css.
I told you to upload files using ftp so that you don’t have to recreate packages, as file names were already associated with package, if you would just upload the files using ftp, all download link would work fine ๐ .
ok, give me temporary wp-admin login info in a private reply I’ll do that for you.
sorry, not clear, may you please explain your situation little more.
Open wpdm-all-downloads.php
, after line #31 ( after line $('#wpdmmydls').dataTable({
), add "sEmptyTable": "Your personalized messagehere",
Sorry, I missed, I’ve re-uploaded latest version of the plugin and it is functional now.
it is still in beta, no additional option available, more options are coming soon, however if you have any let me know here, so you can see that in next update
probably the panel is collapsed or hidden from screen option, anyhow please give me tmeporary wp-admin login info to check it in details.
great ๐
not possible without modifying plugin code, however the code is in file wpdm-reg-form.php
Yes, you need to update term_taxonomy_id
in db table *_term_relationships
ok now, File Browser Root:
was incorrect, anyhow I’ve removed the value and now using system base dir
ok now, I just has to update permalink structure from here Admin Menu Settings Permalinks ( …./wp-admin/options-permalink.php )
Yes, you have the pro, but you are still using an very outdated copy. You need to updated, all security issues are fixed in latest version.
As you are still using v3, which more then 1.5 years old, to migrated to v4, there will come some manual work, as v4 using custom post, after migrating data, you may need to reassign categories manually.
ok now, problem was directory access permission for /uploads/download-manager-files/
dir, files were failed to moved to that dir after upload, however, please upload all those files ( those you attached with your packages ) to /uploads/download-manager-files/
dir using ftp, then everything will work fine, here is a sample I’ve tested and got it working: http://www.adamplusco.com/download/test/
can you please create separate installation, but I strong suggest your to moved to v4 even though it takes some time in migration process.
there was an issue from last update with doc preview link, the file id was incorrect, I’ve adjusted in my side too for next update
please give me temporary wp-admin login info in a private reply