If this is your $post_data print array,
Array
(
[__wpdm_ID] ► 124
[dataType] ► json
[execute] ► wpdm_getlink
[verify] ► email
[action] ► wpdm_email_lock
[name] ► Hello Web Developer
[email] ► hello_wdee223@gmail.com
),
that means, $post_data doesn’t have property_id
here, I am only seeing here, __wpdm_ID
, let me know
thanks
Can you please elaborate on Junk folder issue please, we shall try to assist you
thanks
please follow same as other plugins installation and also this doc, https://www.wpdownloadmanager.com/doc/installing-wordpress-download-manager-pro/
thanks
It should work like this, /src/Templates/[TMPL]/views/
user need to copy new template files /src/Templates/[TMPL]/views/
dir, please check and let me know
thanks
I have checked that here, https://xsell.lightstyle.co.nz/properties/1c-centofanti-avenue/, email-lock is working fine, are you using [file_list]
template tag here? please let me know
thanks
As the developer documentation, https://developer.wordpress.org/reference/functions/get_terms/, post_type doesn’t require here, hearing back from you
thanks
Do you want to replace the icon with custom image, please let me know
thanks
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
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