Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 12,276 through 12,300 (of 19,334 total)
in reply to: How can I fecth $post_data[“property_id”] please? #144887

Nayeem Riddhi
Moderator

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

in reply to: Why does the free download link for to Junk folder? #144886

Nayeem Riddhi
Moderator

Can you please elaborate on Junk folder issue please, we shall try to assist you

thanks


Nayeem Riddhi
Moderator

please follow same as other plugins installation and also this doc, https://www.wpdownloadmanager.com/doc/installing-wordpress-download-manager-pro/

thanks


Nayeem Riddhi
Moderator

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

in reply to: How can I fecth $post_data[“property_id”] please? #144881

Nayeem Riddhi
Moderator

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


Nayeem Riddhi
Moderator

As the developer documentation, https://developer.wordpress.org/reference/functions/get_terms/, post_type doesn’t require here, hearing back from you

thanks

in reply to: File previews inconsistent #144879

Nayeem Riddhi
Moderator

Do you want to replace the icon with custom image, please let me know

thanks

in reply to: Guest Download limit #144878

Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks


Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks


Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks


Nayeem Riddhi
Moderator

Glad to hear this

thanks

in reply to: Illegal String Offset Fatal Error #144855

Nayeem Riddhi
Moderator

Ok, i shall try to check your issue details in tomorrow

thanks

in reply to: Force Download #144853

Nayeem Riddhi
Moderator

you are welcome

thanks

in reply to: Direct download from Dropbox #144852

Nayeem Riddhi
Moderator

Has the problem been resolved? please let me know, if you have other queries

thanks


Nayeem Riddhi
Moderator

Hello,

Has the problem been resolved, please let me know if you have other queries

thanks

in reply to: Advanced Access Control #144850

Nayeem Riddhi
Moderator

Hello @Nelly,

please open a separate ticket for your issue elaborating on this

thanks

in reply to: Code modification not working anymore #144849

Nayeem Riddhi
Moderator

If your site access credentials are ok, I shall try to update the code on your side tomorrow again

thanks

in reply to: .rar files downloaded are corrupted #144848

Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

in reply to: LOGIN ERROR: The form had expired. Please try again #144847

Nayeem Riddhi
Moderator

Glad to hear that, your problem has been resolved 🙂

thanks

in reply to: File previews inconsistent #144846

Nayeem Riddhi
Moderator

Can you elaborate more on your issue, please, do you want to remove the featured image function, let me know

thanks

in reply to: Different look of Downloads Version 3.X and 5.X #144844

Nayeem Riddhi
Moderator

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

in reply to: Disable Details Page #144843

Nayeem Riddhi
Moderator

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

in reply to: LiveForms plugin is not active! #144841

Nayeem Riddhi
Moderator

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,

Image 2021-01-19 at 10.53.16 PM

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


Nayeem Riddhi
Moderator

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

in reply to: Tags missing #144836

Nayeem Riddhi
Moderator

If they’re in the database, they should show in tags panel, because WPDM after update doesn’t reset tags or categories

thanks

Viewing 25 posts - 12,276 through 12,300 (of 19,334 total)