This required special customization for you. Moreover, you may also know Insight also meaning in the essence as not elaborate. I hope you have understood
thanks
If you are using WordPress export/import feature, then you will be able to import the exported XML file
thanks
What font size do you want to adjust, let me know
thanks
The table (wwww_terms) with 600 entries, I think there also has posts and pages tags
thanks
For custom font size, please, give your temporary wp-admin login details in a private reply for adjusting.
thanks
You are welcome,
thanks
Is there all tags are missing now, or some part missing, please check from Downloads > Tags section
thanks
You are welcome
thanks
I think this is causing for PHP memory setting
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 512M
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 256M
With this done, you can then save your changes and check if the error is resolved.
Thanks
Glad to hear this,
thanks
Please simply click the Save Settings again for license key option from Downloads > Settings > License
, that will regenerate the access token. Finally, go to plugins page and update will work fine this time
Or,
1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
2 ) Install the latest version and activate the license key.
thanks
Thanks, let me know if you have other queries
you can also use WordPress export-import feature, from Tools > import/export
. There you will find Downloads. select that and perform your export-import action.
Thanks.
Can you please share the site login credentials here in a private reply for checking
thanks
Are you talking about Top Packages section from Downloads > Stats > Insight section, please let me know
thanks
The import procedure is quite different, you can not import directly exported CSV file from WPDM Export/Import feature, I hope you have understood.
thanks
For Download opens browser audio player, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thanks
For elementor, you may use this add-on, https://www.wpdownloadmanager.com/download/download-manager-addons-for-elementor/, please let me know if you have other queries
thanks
Please use for categories cat_orderby
(‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’, ‘description’, ‘parent’) and cat_order
( asc, desc), then let me know if it works for you
thanks
Hi,
I have checked that with this package, https://www.eftex.dk/downloader/wpdm-test/, WPDM Cart is working fine. 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 instead of the medial library file selector. Moreover,
When attaching a file from the media library, it is added as URL, for URL ( local or remote ), only single file download will work, I think you would better use uploading file from select files option, it is working fine for file-cart option
Thanks.
I have checked your issue, the CSV you have made there are many issues it has, please follow the column heading here provided, https://www.wpdownloadmanager.com/doc/bulk-import/ and it’s instruction and also please follow the sample.csv
file structure, I hope it will work then
thanks
you are welcome 🙂
thanks
Sorry for missing that, just checking
thanks
please add the following 2 lines in wp-config.php:
define('WPDM_ADMIN_CAP','edit_posts');
define('WPDM_MENU_ACCESS_CAP','edit_posts');
then it should work for the select server option, please let me know
thanks