Hi,
Provided user doesn’t have administrator role, so can’t access the site as it is in maintenance mode.
Did you move your files from the old site? Please move old /download-manager-files dir to your new server. That should fix the issue.
Thanks.
Adding custom fields and making those fields available in user profile requires custom coding. You can read details about it here. We provide custom upgrade service. Please mail to customize@wpdownloadmanager.com if you want our custom upgrade team to develop it for you.
Unlocked your keys.
Looks like your theme is creating the issue with the chosen library. We have to disable chosen on these dropdowns. You can do that by removing the following line from /download-manager/tpls/metaboxes/package-settings-front.php file,
jQuery("#wpdm-settings select").chosen({no_results_text: ""});
Or send FTP info, I can do that for you.
Getting invalid username error. Please check the login info again. What was your free version number before updating to Pro version? Were you using the latest free version?
Unlocked your key. Please try it now on the production server.
Your server is blocking the AJAX request made by email lock. Returning this message Request unsuccessful. Incapsula incident ID: 224001170227373738-268144188512536407
Please ask your server support to allow the AJAX request. That will fix this issue.
All package table has the search feature and you can also use WPDM Search widget. Directory Add-on just extends the feature and has various ways to show, search, filter downloads. Ultimately it’s your choice if you want to buy it or not. I just showed a different option for you as you didn’t like the all packages table search.
Replace the previous custom code block in /wpdm-archive-page.php file with following block,
<?php if(isset($_GET['category'])): ?>
jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category=<?php echo $_GET['category']; ?>');
jQuery.ajax({
type : "post",
dataType : "json",
url : '<?php echo admin_url('admin-ajax.php'); ?>',
data : {action: "wpdm_change_cat_parent", cat_id : <?php echo $_GET['category']; ?>},
success: function(response) {
console.log(response);
if(response.type == "success") {
jQuery('#inp').html(response.parent)
}
}
});
<?php endif; ?>
This should change the breadcrumb.
Unlocked your key. You can use it in your new domain now.
Could you please send me the PHP error log? No need to update to PHP 7 because Download Manager works fine in PHP 5.6
Looks like there is a conflict with WPDM Review add-on. We will check this issue before releasing the next version of Review add-on. I have disabled the review add-on for now. Search is working as usual.
Search also looks for keywords in post excerpt and post content. So, you can put extra info there.
Please send temporary wp-admin and FTP login in private reply. Maybe this is related a JS error on the page which preventing the ajax request.
Shortcodes – https://www.dropbox.com/s/ymsmt5eluw9jexy/Ready%20Templates.txt?dl=0
Demo Packages – https://www.dropbox.com/s/bm8c4coq8og9ndh/wordpressdownloadmanagerdemo.wordpress.2017-12-19.xml?dl=0
Keep in mind the shortcodes in the text file might not work with imported packages because of pacakge id. I have attached the text file only as a reference. You can generate those shortcodes easily using TinyMCE add-on.
Login popup displayed the error msg in my test. Are you testing somewhere else?
1 ) If you setup registration page ( Settings Frontend Register Page option ) the registration link will also be shown in popup
2 ) /download-manager/libs/class.ShortCodes.php line 359 changed return $html; to return do_shortcode($html);
If you want to use search feature then try Directory Add-on. It won’t load all packages at once but has the search and filter features.
table will always load all packages at once, that is how it is designed to work.
Please send your login URL too
You can set the the register link from Downloads Settings Basic Messages Login Required Message:
When the user is not logged in the link/message will be shown instead of the download link.
Please send temporary wp-admin and FTP login info in private reply. I will set it up as you explained above. I have to edit the code to remove the cart/account button.
You have to set the blog page from Settings Reading page. However, I will set it.
Special Pack is not a single plugin. There are multiples plugins inside that zip. Please unzip the Special Pack first. Then install each plugin separately.
Unlocked your key.
Isn’t that what you are trying to do? Limiting the number of packages shown?
If you want to limit only the initial number of packages then find the posts_per_page in /tpls/archive-page-with-sidebar.php and set it to 10
You may have already tried this options but I will list this in case you missed any steps,
1 ) Deactivate and delete current installation of Download Manager. Download a fresh copy and install it.
2 ) Upload a new file. Then check your /uploads/download-manager-files/ dir ( using FTP ) to be sure uploaded file name is unchanged after upload.
3 ) Download the file
Now, if you are facing the issue on step 3 then the only way I can help you is by checking your installation. As I have already suggested possible options that I can do without logging into your system.
Do you have an online version of your setup that I can access?