Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 15,701 through 15,725 (of 20,594 total)
Sep 29, 2020 at 11:48 am
#137438
Moderator
Nayeem Riddhi
Staff OP

I think other packages related to category access role, for there may be conflicting. please check, it is working fine here, https://alameensoft.com/en/download/wpdm-test/

Thanks.

Sep 29, 2020 at 11:33 am
#137437
Moderator
Nayeem Riddhi
Staff OP

Hello,

I have also checked it from the incognito mode. it is also working fine from there too

Thanks.

Sep 29, 2020 at 9:39 am
#137432
Moderator
Nayeem Riddhi
Staff OP

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

Thanks.

Sep 29, 2020 at 7:06 am
#137416
Moderator
Nayeem Riddhi
Staff OP

Hi,

Please check my attached image. you should verify the email address for that, it is a required field. then it should work as usual,

Image 2020-09-29 at 1.03.30 PM

now it is working like you have set others,

Thanks.

Sep 29, 2020 at 6:28 am
#137415
Moderator
Nayeem Riddhi
Staff OP

Glad to hear this 🙂

Thanks.

Sep 29, 2020 at 6:27 am
#137414
Moderator
Nayeem Riddhi
Staff OP
Sep 29, 2020 at 4:21 am
#137411
Moderator
Nayeem Riddhi
Staff OP

Can you adjust the setting of memory limit tomemory_limit: -1 or it will be good if you adjust it memory_limit: 512 MB or higher it will be a good solution.

Thanks.

Sep 29, 2020 at 4:08 am
#137410
Moderator
Nayeem Riddhi
Staff OP

Sorry for the inconvenience. please replace order_by instead of orderby in your shortcode. Then, it will work.

Thanks.

Sep 29, 2020 at 4:01 am
#137409
Moderator
Nayeem Riddhi
Staff OP

Please put your correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.

Thanks.

Sep 29, 2020 at 3:59 am
#137408
Moderator
Nayeem Riddhi
Staff OP

For applying documents to a particular category button, you have to select all packages to the related category. please let me know further.

Thanks.

Sep 29, 2020 at 3:51 am
#137407
Moderator
Nayeem Riddhi
Staff OP

You can see here the explanation, https://stackoverflow.com/questions/12015569/fatal-error-out-of-memory-but-i-do-have-plenty-of-memory-php, It is related to your server issue.

Thanks.

Sep 29, 2020 at 3:38 am
#137406
Moderator
Nayeem Riddhi
Staff OP

I can’t get you, do you want whole block portion will be linked as a download package or linked to the package URL? let me know.

Thanks.

Sep 29, 2020 at 3:31 am
#137405
Moderator
Nayeem Riddhi
Staff OP

They shouldn’t be lost. If you are creating page/link-templates through this process, https://www.wpdownloadmanager.com/doc/template-files/, they will remain in your theme. Otherwise, if you are creating them from Templates panel they should remain there. please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks.

Sep 29, 2020 at 3:24 am
#137404
Moderator
Nayeem Riddhi
Staff OP

If you are using single pricing. please remove the key as you linked the site as I image attached,

Image 2020-09-28 at 6.59.26 PM

and put the license key in the new site.

then, it will work. every single pricing key will work single domain

Thanks.

Sep 29, 2020 at 3:12 am
#137403
Moderator
Nayeem Riddhi
Staff OP

Please set it from Downloads > Settings > Basic as I image attached,

Image 2020-09-29 at 9.10.50 AM

I hope it will help you.

Thanks.

Sep 28, 2020 at 4:15 pm
#137386
Moderator
Nayeem Riddhi
Staff OP

Ok, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that specific time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

Thanks.

Sep 28, 2020 at 4:03 pm
#137383
Moderator
Nayeem Riddhi
Staff OP

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', '256M' );

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.

Sep 28, 2020 at 3:59 pm
#137382
Moderator
Nayeem Riddhi
Staff OP

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

Thanks.

Sep 28, 2020 at 3:52 pm
#137378
Moderator
Nayeem Riddhi
Staff OP

Which WPDM version you are using now?

Sep 28, 2020 at 3:49 pm
#137377
Moderator
Nayeem Riddhi
Staff OP

Sorry for the inconvenience. soon, we are updating the add-on.

Thanks for your patience

Sep 28, 2020 at 3:45 pm
#137376
Moderator
Nayeem Riddhi
Staff OP

Hi,

It is required for some customization. please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade, with the details of your requirements.

Thanks.

Sep 28, 2020 at 1:38 pm
#137360
Moderator
Nayeem Riddhi
Staff OP

Please use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/, instead of wpdm_category. you will get the same feature like wpdm_category and it will work fine too.

Thanks.

Sep 28, 2020 at 1:24 pm
#137355
Moderator
Nayeem Riddhi
Staff OP

Please use this shortcode https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/, instead of wpdm_category. you will find the same feature like the wpdm_category.

Thanks.

Sep 28, 2020 at 1:18 pm
#137352
Moderator
Nayeem Riddhi
Staff OP

The thumbnails is auto-generated according to add_image_size() function in your theme/plugin. It is auto-generated by wordpress.

Thanks.

Sep 28, 2020 at 1:14 pm
#137351
Moderator
Nayeem Riddhi
Staff OP

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

Thanks.

Viewing 25 posts - 15,701 through 15,725 (of 20,594 total)