Forum Replies Created
Thanks, fixed that too for the next update of archive page add-on.
For search button and category selector, you may use following short-code:
[wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="compact"]
Demo:
https://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/
For translation, did you create wpdmap-es_ES.po?
Search is ok now.
Technical details:
I had to disable following part in code:
$params['meta_query'] = array(
'relation' ► 'OR',
array(
'key' ► '__wpdm_files',
'value' ► $src,
'compare' ► 'LIKE',
),
array(
'key' ► '__wpdm_fileinfo',
'value' ► $src,
'compare' ► 'LIKE',
),
);
Hmmm, you are using a very old version, the data migration will a bit tricky, please install it somewhere accessible from the internet ( but not on the product site ), so that I can help you with data migration process.
WPDM doesn’t interfere with filename except you check this option Sanitize Filename in wpdm settings, however, special chars in filename may look different due to char encoding support of your server and mysql database.
This options not available right now. It will be available in next update. Thanks.
You page use archive page ( Demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/ ), except sorting by Popular, other options are available.
Yes, you can change table view, but you need to edit code for that. The template file is /tpls/wpdm-all-downloads.php, please follow the instructions at step #3 here:
Actually, that is not possible. When someone views a file, it is already downloaded.
Each shortcode has certain parameters to configure, please check the docs here:
https://www.wpdownloadmanager.com/doc/short-codes/
Not exactly why it is not showing there, however, it is working fine in standalone page ( http://acapelladjs.com/user-dashboard/ ), you probably need to contact with theme developer.
@michaelr, your license key was locked with localhost, however, I’ve unlocked it and it will work with new domain now.
@homeown, trust me, we are working 24/7 to improve it and support you in the best way. If you are facing a problem, let’s create a post of your own and work together to resolve the issue rather than running through other people’s posts. Creating your own post and staying on the same post until issue resolved is a faster and effective way.
Please reactivate login info, I shall do that for you.
Please follow the steps:
- Go to /plugins/wpdm-archive-page/languages/ dir
- Create a copy
wpdmap.poand name itwpdmap-es_ES.po - Open
wpdmap-es_ES.poand start translating strings 🙂
If you are using the latest version of wpdm pro and file manager addon, file manager will show with author dashboard automatically, no additional action is required. There is no settings page for file manager, it will work synchronously with wpdm pro.
However, Invalid Directory may show if you set an invalid path for file browser root in wpdm settings page. You may give me temporary wp-admin login info in a private reply to help your with the setup.
It seems like, the URL is coming from archive page add-on, however, we added “noindex” for next update.
the short-code is wpdm_reg_form. Docs:
https://www.wpdownloadmanager.com/doc/short-codes/wpdm_reg_form-user-registration-form-short-code/
Pro will work with single installation only. You can keep it any in any single instance. However, please give me temporary wp-admin login info in a private reply to check download issue. And if you are using an old version, please update to the latest version.
Order note will work for registered users only. However, we shall activate the feature for guest orders soon.
@showerthinking, please update your copy to fix license issue, it happened as we moved license server from http to https.
@homeown, Yes, there is nothing else.
I tested 3 different files with various sizes in post newtestupload, all worked fine.