Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,551 through 18,575 (of 20,625 total)
May 7, 2020 at 10:12 am
#127722
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please, give your temporary wp-admin login details in a private reply for checking and also the related pages.

Thanks.

May 7, 2020 at 10:06 am
#127721
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you update it to the latest one? I have seen that you are using old version of WPDM. let me know.

Thanks.

May 7, 2020 at 9:49 am
#127719
Moderator
Nayeem Riddhi
Staff OP

I shall inform about this with the related developers.

Thanks.

May 7, 2020 at 9:47 am
#127718
Moderator
Nayeem Riddhi
Staff OP

Hi,

I can’t able to check from your package the checkout payment issue, https://jjkeegan.com/wgp-download/green-fee-yield-revenue-modeling-exercise/, is there any user restriction or modified version you are using. let me know.

Thanks.

May 7, 2020 at 9:26 am
#127713
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked that you have already 47 plugins installed on your site. There might be conflict within your plugins. Can you enable/disable them for the checking? also, you can switch to default/other themes. let me know.

Thanks.

May 7, 2020 at 8:45 am
#127707
Moderator
Nayeem Riddhi
Staff OP

It should work with the Bootstrap 4. if you face further any problem you may adjust it from Downloads > Settings > User Interface enabling/disabling styles/scripts.

Thanks.

May 7, 2020 at 7:24 am
#127704
Moderator
Nayeem Riddhi
Staff OP

Hi,

Is there any problem with your site? sometimes load correctly sometimes not. I have checked that, there also a problem with your Downloads > Settings saving problem showing an error in console. there are many plugins used in your site, there might be some conflict within the settings with the plugins. you can also try enabling/disabling them from the admin panel.

Thanks.

May 7, 2020 at 6:38 am
#127703
Moderator
Nayeem Riddhi
Staff OP

Sorry for having some patience, it was just adjustment of settings from Bootstrap version change, I have switched to the latest one, it is now working with all purchases option,

img

Thanks.

May 7, 2020 at 5:30 am
#127699
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are the keys are ok, or maybe some cache issue also can be payment/renew the order issue. if it is the payment-related issue, please contact support@wpdownloadmanager.com. I hope you shall get help.

You can also follow these steps if it may help you for updating plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

To enable the auto-update, login to your WPDM account from the Downloads > Settings > License tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.

Thanks.

  • This reply was modified 5 years, 12 months ago by Nayeem Riddhi.
May 6, 2020 at 8:40 pm
#127688
Moderator
Nayeem Riddhi
Staff OP

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

Thanks.

May 6, 2020 at 8:37 pm
#127687
Moderator
Nayeem Riddhi
Staff OP

Hi,

You should also put [thumb_WxH] like [thumb_200x200]. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 6, 2020 at 8:24 pm
#127686
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 6, 2020 at 8:21 pm
#127685
Moderator
Nayeem Riddhi
Staff OP

Edited for #one and #two,

I have created a folder called download-manager in your theme and included adjusted files there, you can also follow this doc https://www.wpdownloadmanager.com/doc/template-files/ for template files.

Next time when the plugin will be updated, the files will not be lost. it will keep safe in your theme folder.

Thanks.

May 6, 2020 at 7:51 pm
#127684
Moderator
Nayeem Riddhi
Staff OP

Hi,

Your requirements have been adjusted,

#1, For changing the download link and label

I have adjusted it from download-manger\tpls\wpdm-dashboard.php putting the below code in the bottom part,

<a class="udb-item replace" href="https://www.diamondcontrols.co.uk/document-library"><i class="fas fa-arrow-down color-purple mr-3"></i>Document Library</a>

<script type="text/javascript">

jQuery('div#udm-user a.udb-item:nth-child(2)').replaceWith(jQuery('.replace'));

</script>

For #2, download the file directly from the Download History list,

I have adjusted it from

download-manager\tpls\user-dashboard\download-history.php in line number 21

replacing,

\WPDM\Package::getDownloadURL($stat->pid);

please check.

Thanks.

May 6, 2020 at 3:44 pm
#127673
Moderator
Nayeem Riddhi
Staff OP

Glad to hear this 🙂

May 6, 2020 at 3:43 pm
#127672
Moderator
Nayeem Riddhi
Staff OP

So, you want to keep only,

Name of author
Article Title
Abstract/ Description
& File Upload

these options. let me know.

Thanks.

May 6, 2020 at 3:31 pm
#127671
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please provide your package link and also you can give in detail what you have changed in design. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

May 6, 2020 at 3:26 pm
#127670
Moderator
Nayeem Riddhi
Staff OP

Hi,

I think there might be conflicting with a plugin from your site, there also can be conflicted with theme script. you can check those. you can check enable and disable them in a safe mode.

Thanks.

May 6, 2020 at 3:08 pm
#127668
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

May 6, 2020 at 3:07 pm
#127667
Moderator
Nayeem Riddhi
Staff OP

Hello,

Please, give your temporary wp-admin login details in a private reply for checking. I shall let you know about the issue.

Thanks.

May 6, 2020 at 10:02 am
#127655
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can add your own CSS by inspecting the element with the div and adjust them as your own requirements, and every adjustment, you can add,

.your-class { padding:10px !important}

the !important attribute for overriding the CSS. and you have to put them in your theme style.css.

and please press CTRL + f5 for hard reloading if you are using windows operating system and also clear cache for getting the adjustments properly.

Thanks.

May 6, 2020 at 9:50 am
#127654
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you check these steps also,

1.PHP.ini set zlib.output_compression = On.
2.Install php7.4-zip, php7.3-zip and php7.0-zip

also, try to install PHP Zip globally.

Thanks.

May 6, 2020 at 9:35 am
#127652
Moderator
Nayeem Riddhi
Staff OP

Your given login page is redirecting not found page,

img

May 6, 2020 at 9:29 am
#127649
Moderator
Nayeem Riddhi
Staff OP

Hi,

You can also follow these steps if it may help you for updating plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

To enable the auto-update, login to your WPDM account from the Downloads > Settings > License tab. If login is successful and you have an active subscription then you can update the future releases right from your plugins page.

Thanks.

May 6, 2020 at 9:27 am
#127648
Moderator
Nayeem Riddhi
Staff OP

Hi,

your credentials are not working, please check,

img

Thanks.

Viewing 25 posts - 18,551 through 18,575 (of 20,625 total)