Forum Replies Created
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Glad to hear this
thanks
Ok, i shall try to check your issue details in tomorrow
thanks
you are welcome
thanks
Has the problem been resolved? please let me know, if you have other queries
thanks
Hello,
Has the problem been resolved, please let me know if you have other queries
thanks
If your site access credentials are ok, I shall try to update the code on your side tomorrow again
thanks
Please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
Glad to hear that, your problem has been resolved 🙂
thanks
Can you elaborate more on your issue, please, do you want to remove the featured image function, let me know
thanks
By default, you are using, link-template-default, for more template you can visit Downloads > Templates, let me know if you have other queries
thanks
Yes, you can customize the link template. for more you can see this doc, https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/ and also for the template tags, https://www.wpdownloadmanager.com/doc/templates/template-tags/
thanks
Hi,
I have seen there are many packages on your side, and creating the new package I have found there are lots of error in the console,
I think there conflicting somewhere, can you please enable/disable other plugins for checking, you may also switch theme to other for checking, please let me know then
thanks
Fixing the Error there are a couple of ways on how to go about resolving this error. These include:
1.Editing the wp-config.php file
2.Editing the php.ini file
3.Editing the .htaccess file
1.Editing the wp-config.php file
Here you will need to edit thewp-config.php file.
define( 'WP_MEMORY_LIMIT', '1024M' );
2.Editing the php.ini file
On a live install, the file can be accessed within the root of your install, that is within the /public_html/ folder. Note that the file is not installed by WordPress but in most cases set up by your host. If you are using CPanel as your control panel, for example, make sure the checkbox for “Show Hidden Files” is checked and then click Go. You may check into this article on how to go about editing the file. Before editing the file, kindly preserve a backup to it by downloading it to your computer.
Once this is done, open the file, add or edit the following line:
memory_limit 1024M
3.Editing the .htaccess file
The .htaccess file is a file located within the root of your WordPress files.
You will need to add or edit the following code to the bottom of the file:
php_value memory_limit 1024M
With this done, you can then save your changes and check if the error is resolved.
Thanks
If they’re in the database, they should show in tags panel, because WPDM after update doesn’t reset tags or categories
thanks
Hi,
Are you using this shortcode, [wpdm_archive_filter items_per_page="12" link_template="app_card" cols=3 colspad=2 colsphone=1], it is working fine from my side, please let me know
thanks
Do you have Advanced Custom Fields Add-on, https://www.wpdownloadmanager.com/download/advanced-custom-fields/, this also helps you to add additional fields with the user registration form
thanks
Hi,
I think the template was not well documented or may have script issue too, you may copy our created template and customize according to own way. however, glad to hear that, your problem has been resolved
thanks
Hi,
Please use the dropbox add-on https://www.wpdownloadmanager.com/download/dropbox-explorer/ instead of using direct dropbox URL
thanks
please check the doc here, https://www.wpdownloadmanager.com/doc/settings/license/ for your license key option
thanks
Hi,
I have checked your issue. you have uploaded files from the media library. Choosing from the Select From Media Library option. By default, it will do so. You can also choose the other option too. When you attach files from media library as URL WPDM simply redirect to that URL when a user clicks on the download button, but when you upload a file directly or attach a file from server as server path, WPDM handles the download process and so there it can decide whether the file will open in browser or force download. So, if your file is already in the media library, and you want them to download instead of open in browser, please attach those files using the server file browser or select files instead of the medial library file selector.
Thanks.
please try with memory_limit 1024MB, some users get resolved the issue with this
thanks
Can you please set the memory 1024MB for checking, many users get resolved with this, let me know
thanks
