Shahjada

Forum Replies Created

Viewing 25 posts - 2,151 through 2,175 (of 15,655 total)
Sep 27, 2020 at 7:27 am
#137240
Keymaster
Shahjada
Staff OP

Hi,
When your file is opening from https://www.photopea.com/, it is a different session, not in the same session of your site where the user is logged in, so, it will not be able to track logged in user on your site, instead, it will track the IP the file is opening from. However, if you want to track the user even when the file is opening from another site, it will require some customization ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ).

Sep 27, 2020 at 4:06 am
#137236
Keymaster
Shahjada
Staff OP

Hi,
WPDM doesn’t have a way to link the checkbox by default, but you can enable double opt-in, however, if you want to link it with the consent checkbox, it will require some code customization. ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ )

Sep 27, 2020 at 3:45 am
#137235
Keymaster
Shahjada
Staff OP

We shall add custom file type icon support for new file types with the next update.

Sep 27, 2020 at 3:39 am
#137234
Keymaster
Shahjada
Staff OP

That is not an issue with the WPDM pro, probably with your theme or any custom function related to your theme, by default when the archive page is enabled in wpdm settings, it will show in the breadcrumb. Ex: https://themes.wpdownloadmanager.com/attire/download/email-download-link/

Sep 25, 2020 at 9:51 am
#137134
Keymaster
Shahjada
Staff OP

Okay now, it was a css conflict, I’ved adjusted it by adding the following codes:

CSS:

.w3eden .pm-content .tab-content {
  display: block !important;
}
.w3eden .tab-content .tab-pane.fade { 
  opacity: 1 !important; 
}

JS:
https://gist.github.com/codename065/73f2e9008e3164d51c20ee552d2fe124

Sep 20, 2020 at 7:45 pm
#136740
Keymaster
Shahjada
Staff OP

Actually, you don’t even need the master key for regular download. However, if you want to update it from import file, use a column with column header masterkey.

Sep 20, 2020 at 4:55 pm
#136738
Keymaster
Shahjada
Staff OP

Hi,
If it worked perfectly with test mode, there is no reason for it not to work in live mode, as it is on the same code base. Please try again in the live move and from the stripe webhook details page, you will see the webhook attempts, please check the result section and send me an screenshot.
Here is an example from my test on our demo server:
Webhooks%20%E2%80%93%20W3Eden%20Demo%20%E2%80%93%20Stripe%20%5BTest%5D

Sep 20, 2020 at 12:56 pm
#136727
Keymaster
Shahjada
Staff OP

May I please ask why do you need to bulk regenerate master key? Ususally master is not used anywhere automatically.

Sep 18, 2020 at 5:25 am
#136596
Keymaster
Shahjada
Staff OP

As I see, both are fully functional, but not configured properly, in facebook share reirect url is not configured properly and in linked in share the client id is missing.

Sep 17, 2020 at 2:56 pm
#136550
Keymaster
Shahjada
Staff OP

@thandiinlondon, Please post in pro forum https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ for pro version support.
Apply/Save license key again and then try auto-update, it should work fine.

Sep 16, 2020 at 9:42 am
#136462
Keymaster
Shahjada
Staff OP

@pkenworthy, it doesn’t matter how many users are facing the issue, the issue is not related to wpdm. Any user facing the issue is either using an outdated theme or plugin. Please check the browser console to find the js error or try deactivating other plugins o changing the theme.

Many outdated themes and plugins casing js error after wp 5.5 dropped jquery migrate:

Major jQuery Changes on the Way for WordPress 5.5 and Beyond

Sep 15, 2020 at 7:10 pm
#136427
Keymaster
Shahjada
Staff OP

@debsnews, looks like your theme is not compatible with the latest version of wordpress, there is a js error coming from your theme which causing the issue:

Add%20New%20File%20%E2%80%B9%20Oasis%20Car%20Wash%20Systems%20%7C%20Automatic%20Carwash%20Manufacturer%20%E2%80%94%20WordPress

Sep 15, 2020 at 4:00 am
#136368
Keymaster
Shahjada
Staff OP

Hi,
Sorry for your trouble, the issue is fixed now. We have updated the wpdm Pro ( v5.2.3 ).

Sep 13, 2020 at 9:46 am
#136299
Keymaster
Shahjada
Staff OP

@pkenworthy,
the reply was for Shawn Graves ( @sgraves ).
Please create another post and send temporary wp-admin login info to check your issue.

Sep 13, 2020 at 7:12 am
#136294
Keymaster
Shahjada
Staff OP

Hi @sgraves,
WPDM doesn’t have any such issue, you are facing problem due to a javascript error coming from another plugin DZS Video Gallery installed on your site.

  • This reply was modified 5 years, 7 months ago by Shahjada.
Sep 12, 2020 at 4:41 pm
#136281
Keymaster
Shahjada
Staff OP

The following files are changed:

  • functions.php Changed around wp enqueue script for jquery
  • final.min.js replaced $ with jQuery
Sep 11, 2020 at 6:46 am
#136224
Keymaster
Shahjada
Staff OP

The changes are around the theme, you can update plugin seemlessly :).

Sep 10, 2020 at 2:29 pm
#136187
Keymaster
Shahjada
Staff OP

It is okay now after I updated the stripe add-on.

Sep 10, 2020 at 10:12 am
#136166
Keymaster
Shahjada
Staff OP

Adjusted, it was due to your theme, now I’ve used the jquery integrated with WordPress.

Sep 9, 2020 at 8:39 pm
#136124
Keymaster
Shahjada
Staff OP

A new update is coming soon, we shall adjust the language strings there.

Sep 9, 2020 at 7:51 pm
#136120
Keymaster
Shahjada
Staff OP

Hi,
As I see, any of you plugin or active theme adding jquery from an external source ( which is not correct implementation ), and causing a javascript error, that making tabs irresponsive. May I try disabling other plugins temporarily.

Sep 4, 2020 at 8:35 pm
#135812
Keymaster
Shahjada
Staff OP

Fixed and updated, it is working fine now.

Sep 4, 2020 at 3:41 pm
#135793
Keymaster
Shahjada
Staff OP

Okay, no worry, I’ve adjusted it by editing the tpl file. Created a download-manager folder inside your Avada theme and moved the edited wpdm template file there, so that the next update doesn’t erase it.

Sep 4, 2020 at 12:15 pm
#135777
Keymaster
Shahjada
Staff OP

Hi,
It is working fine now, had to enable bootstrap js.

Sep 4, 2020 at 8:11 am
#135751
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Viewing 25 posts - 2,151 through 2,175 (of 15,655 total)