Could you please send me the previous login credentials in private reply?
The add-on initially was meant for listing all available downloads but later the single category feature was added, most probably someone requested it. Anyway, looks like multi-category is also useful for some users like you. So, noted for implementation.
WordPress import is a better option if you are transferring packages. You can use the Default Values add-on to bulk update package settings of all packages.
CSV import may encounter an issue when there is an error in a row. Maybe that’s what happened during your import.
You can’t modify the default page template. But you can clone it and customize that cloed version.
Please check now. Added the following CSS to /wpdm-archive-page/tpls/archive-page-extended.php
to fix the issue,
jQuery('.wpdm-cat-tree .btn.btn-secondary').on('click', function(){ let clps = jQuery(this).data('toggle'); //alert(clps); if(clps == 'collapse'){ let trgt = jQuery(this).attr('href'); jQuery(this).addClass('active'); jQuery(trgt).addClass('in'); } });
Working now.
I have updated the code. Please use that.
Could you please create a temporary admin user and send the login credentials as a private reply?
There is no global solution for that.
For open packages, If link template is involved solution is here https://www.wpdownloadmanager.com/support/topic/open-pdfs-in-new-browser-tab/
For all packages table use a custom template of wpdm-all-downloads.php
and add the following code after line 288,
if ( ! wpdm_is_locked( $data['id'] ) ){
$download_link = "<a class='wpdm-download-link btn btn-primary' target='_blank' href='".wpdm_download_url( $data['id'] )."'>Download</a>";
}
It was related to the site language. This issue has been discussed here https://www.wpdownloadmanager.com/support/topic/sorting-desc-by-date-format-d-m-y-not-working/
I have tested both methods on my setup, with and without API credentials. Works without any issue. Not sure why you are getting this error.
Please check if the API credentials are coming from the correct PayPal account.
Thanks for reporting these issues. We will fix these on the next release of Membership add-on.
Hi,
Please follow these steps to update the plugin,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.
To fix the auto-update issue, logout and then login again from your Downloads > Settings > Updates tab.
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
To show the actual file names please use the [file_list]
template tag in your custom link/page template.
Please send temporary wp-admin login info in private reply to check the issue.
Please send temporary wp-admin login info in private reply to check the issue. Do you have any specific URL where I can recreate the issue?
Sorry, accordion shortcode doesn’t support multiple columns.
.w3eden .wpdm-downloads.row .col-md-4:nth-child(3n)::after { content: '\a\a\a\a\a'; white-space: pre; }
Create a custom page template and add a message with link to the subscription page. That will display the subscription link on each package.
For no 1 add 'exclude' ► "3",
inside argument array of wp_dropdown_categories
function.
http://prntscr.com/psf1ht ( file: wpdm-archive-page.php )
No shortcut for no 2.
We are using a custom theme on our demo and the theme has the custom-designed download category archive template taxonomy-wpdmcategory.php
Your theme doesn’t have this template, so the view is being rendered by the regular archive template. You can partially control the view from Downloads > Settings > Frontend Access > Category Page Options
You can just change/add the required files and upload those on respective directories as defined above.
download
is the package URL base. It is a required part of any custom post type. Please check the breadcrumbs settings, maybe it is possible to remove the download
part.