within this month.
it is not broken actually, bread crumb doesn’t work in the logic you explained above, default, it shows “Home tag / category post”, so your custom ‘wpdm-all-packages’ page is not actually part of site breadcrumb, but if you want that with breadcrumb, you need to customize the breadcrumb code. But you may try enabling archive page from download manager settings and user the ‘wpdm-all-packages’ page slug for archive page.
About the url path, actually your logic not right, the package url format is “[site-url]/[package-url-base-slug]/[package-slug]”, so there is no way to put “[category-url-base-slug]”, for custom post type wordpress doesn’t work in that ways.
using Google doc preview tool there. Google doc preview supports docx, but if you are using any lock option preview will fail.
not sure exactly, may you please ask to WPML
if you don’t want to keep the file in download-anager-files dir, please use full path of file in your csv file.
1) you will get all package data within $_REQUEST['package'] variable in your URL
2) the hook doens’t sent IP address, however we will extend it in future.
Got it, the issue is with your theme. Try changing another theme or reinstall fresh copy of current theme.
From Admin Menu Settings , change admin email address
SQL: select uid,count(*) as totalDownloads from wp_ahm_download_stats group by uid
please give me the url where you trying
please give me here in a private reply.
Pro has lots of features and probably you may not need any other add-on except you want that add-on feature, but if you have any specific feature in mind ask me please. Pro version doesn’t have those banners.
in that case you need to customize the email message too.
you can’t add file directly from tinymce for now, anyhow next update of the add-on will have that option.
probably it couldn’t do that properly
@EGFStech, to use dropbox or google developer or any other cloud storage add-on, you actually need to create app under your own cloud storage account and need to copy the api key or any other credentials from there. As, to access you own could storage you need app from your own account, also there is no automated way to create app, we have nothing to do there. However you don’t need any development or coding experience for that, simply go to https://www.dropbox.com/developers/apps/create , under Drop-ins-app create a new app and in next page set your domain name in Settings->Drop-ins domain.
I tried yesterday, download was working fine, however, please give me temporary wp-admin login info in a private reply to check in details.
outer template will depends on your theme, anyhow you can use this add-on http://www.wpdownloadmanager.com/download/wpdm-page-templates/ to choose custom page templates available within your theme
Just checked this url http://58.96.175.202/~hdlautomation/download/hdl-graphic-monitor-software-v6-45-rar/ , not seeing anything unusual there, the look totally depends on page template you select from package settings in edit package window. However you can change and make it as you want, for you need to create a new page template from Downlaods Templates menu, docs: http://www.wpdownloadmanager.com/doc/templates/
I’m not seeing any category, probably all data were not moved properly from original site.
we deactivated without asking you as we saw there “beta2”, otherwise we would ask before we do. However, FYI, wpdm also have a membership add-on http://www.wpdownloadmanager.com/download/wp-pro-membership/, which have certainly some better & more features ( including add-ons ) then any other membership plugin available out there. You may compare.
use similar code as here http://www.wpdownloadmanager.com/support/topic/how-to-batch-give-access-to-the-users/ . just change meta key = __wpdm_page_template and meta value = your template id
it should be $access = array('guest');
Yes. but if you want to keep same look + using crypton theme for download section, either use plugins like this https://wordpress.org/plugins/jonradio-multiple-themes/ or need customization to merge both themes.
we actually named file ( added a prefix ) after upload then file with same name already exists and removed that prefix again before download, probably your file name has a part which is matching with that pattern. Use - instead of “_” in filename, however we will adjust it in next update.