Nayeem Riddhi

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 13,426 through 13,450 (of 20,556 total)
Jan 23, 2021 at 4:48 am
#145089
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue and also please the related package URL

Thanks

Jan 22, 2021 at 5:12 pm
#145082
Moderator
Nayeem Riddhi
Staff OP

If you are using the form-lock add-on, there should have an option Email Download Link from Enable Form Lock lock options, please check

thanks

Jan 22, 2021 at 5:08 pm
#145081
Moderator
Nayeem Riddhi
Staff OP

Has the problem been resolved, please let me know

thanks

Jan 22, 2021 at 3:58 pm
#145075
Moderator
Nayeem Riddhi
Staff OP

You shall get the categories slug from Downloads > Categories as I image attached,

Image 2021-01-22 at 9.56.28 PM

thanks

Jan 22, 2021 at 3:49 pm
#145074
Moderator
Nayeem Riddhi
Staff OP

Glad to hear this, your problem has been resolved, please let me know if you have other queries

thanks

Jan 22, 2021 at 3:47 pm
#145073
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Jan 22, 2021 at 3:46 pm
#145072
Moderator
Nayeem Riddhi
Staff OP

Do you want after pressing update package button, then it will redirect to another page, please let me know

thanks

Jan 22, 2021 at 3:40 pm
#145071
Moderator
Nayeem Riddhi
Staff OP

please check now, it is working fine from my side, https://kiwislife.com/dl/excel-personal-salary-calculation/

thanks

Jan 22, 2021 at 2:44 pm
#145066
Moderator
Nayeem Riddhi
Staff OP

you are welcome

thanks

Jan 22, 2021 at 2:43 pm
#145065
Moderator
Nayeem Riddhi
Staff OP

It should work in latest version too, please upgrade your copy to the latest

thanks

Jan 22, 2021 at 2:38 pm
#145064
Moderator
Nayeem Riddhi
Staff OP

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

Jan 22, 2021 at 11:34 am
#145057
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Jan 22, 2021 at 11:33 am
#145056
Moderator
Nayeem Riddhi
Staff OP

please check now, I think it should work now

thanks

Jan 22, 2021 at 11:27 am
#145055
Moderator
Nayeem Riddhi
Staff OP

How many packages you have with email lock, generally you have to select the additional custom field manually, otherwise have to search for a solution for you

thanks

Jan 22, 2021 at 11:06 am
#145053
Moderator
Nayeem Riddhi
Staff OP

please check now, I think now everything is working fine

thanks

Jan 22, 2021 at 10:57 am
#145052
Moderator
Nayeem Riddhi
Staff OP

By default, downloads are working on the same page, for open downloads in a new tab, it is required customization the code, please let me know how can I further help you

thanks

Jan 22, 2021 at 9:46 am
#145050
Moderator
Nayeem Riddhi
Staff OP

please check details in the doc, https://www.wpdownloadmanager.com/docsfor/download-manager-pro/, if something you not able to understand or configure, please knock here, I shall try to assist you on this

thanks

Jan 22, 2021 at 9:44 am
#145049
Moderator
Nayeem Riddhi
Staff OP

I have just adjusted it from plugins\download-manager\tpls\user-dashboard\edit-profile.php for your Paypal option, you can also back-up the file for the next update following this doc, https://www.wpdownloadmanager.com/doc/template-files/

thanks

Jan 22, 2021 at 9:20 am
#145046
Moderator
Nayeem Riddhi
Staff OP

Just solving that,

thanks

Jan 22, 2021 at 9:20 am
#145045
Moderator
Nayeem Riddhi
Staff OP

For the first issue, the filter hook has been changed,

please use this below code,

add_filter('wpdm_user_dashboard_menu_account','my_custom_dashboard_menus',10,1);
// $menu_items is an array containing current menu items
function my_custom_dashboard_menus($menu_items)
{ 
unset($menu_items['edit-profile']);
return $menu_items;
}

for [wpdm_user_dashboard] shortcode,

and for the second one, can you please elaborate which portion you are trying edit of the frontend or shortcode, let me know

thanks

Jan 22, 2021 at 2:36 am
#145034
Moderator
Nayeem Riddhi
Staff OP

I shall try to update about it soon

thanks

Jan 22, 2021 at 1:03 am
#145030
Moderator
Nayeem Riddhi
Staff OP

Sorry for your inconvenience, for now,

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

Jan 21, 2021 at 5:23 pm
#145013
Moderator
Nayeem Riddhi
Staff OP

I shall inform you about this soon, sorry for your inconvenience

thanks

Jan 21, 2021 at 5:21 pm
#145012
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Jan 21, 2021 at 5:19 pm
#145011
Moderator
Nayeem Riddhi
Staff OP

Yes, this is a page with the shortcode packages, https://www.haringeyeducationpartnership.co.uk/year-3-curriculum-resources/,it is redirecting to package details, can you please check Avada script settings for bootstrap js issue and your form popup issue

thanks

Viewing 25 posts - 13,426 through 13,450 (of 20,556 total)