Shahriar

Forum Replies Created

Viewing 25 posts - 3,701 through 3,725 (of 12,513 total)
Jan 9, 2019 at 2:16 pm
#92036
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 9, 2019 at 1:57 pm
#92035
Moderator
Shahriar
Staff OP

The sample CSV imported successfully in my setup. Do you have the latest version ( 4.9.0 ) of WPDM?

Jan 9, 2019 at 1:53 pm
#92034
Moderator
Shahriar
Staff OP

Yes, you can edit old packages using bulk import. Just add an ID column in your CSV file.

https://www.evernote.com/l/AUcEGZlnfydC8YkgDnpkM6DzCbLy8vRJvzcB/image.png

Jan 9, 2019 at 1:41 pm
#92030
Moderator
Shahriar
Staff OP

You are right re-activating plugin doesn’t create the directory. We will add the fix in next release. But for now please create the directory manually to resolve the warning.

Jan 9, 2019 at 1:22 pm
#92029
Moderator
Shahriar
Staff OP

Please send me the PHP error log. These js errors are not related to the 500 error.

Jan 9, 2019 at 1:18 pm
#92028
Moderator
Shahriar
Staff OP

It is coming from the WPDM – Extended Shortcodes add-on. It is just placeholder text. You can deactivate the add-on or remove the text from the add-on ( line no 514 )

Jan 9, 2019 at 1:14 pm
#92026
Moderator
Shahriar
Staff OP

Noted for implementation.

Jan 9, 2019 at 1:13 pm
#92025
Moderator
Shahriar
Staff OP

Please send login info in private reply to check the update issue. Changelog has been published here https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/

Jan 9, 2019 at 1:05 pm
#92023
Moderator
Shahriar
Staff OP

Found a minor bug in /wpdm-premium-packages/assets/js/wpdmp-front.js file. Add the following code after line 26 to fix it,

ps = parseFloat(ps).toFixed(2);

Or send login info in private reply, I will add the code for you. We will add this fix in the next release of add-on too.

Jan 9, 2019 at 11:42 am
#92019
Moderator
Shahriar
Staff OP

Yes, you can customize the thumbnail width using custom link/page template.

[thumb_WxH] – Shows Featured Image Thumbnail With Specified Width ( W ) and Height (H) If Available.

Example: [thumb_800x500]

Jan 9, 2019 at 11:40 am
#92018
Moderator
Shahriar
Staff OP

Please activate the WPDM – Archive Page add-on. The shortcode is coming from there.

Jan 9, 2019 at 11:38 am
#92017
Moderator
Shahriar
Staff OP

Hi,

Received your customization request email. Someone will reply asap.

Thanks.

Jan 9, 2019 at 11:36 am
#92016
Moderator
Shahriar
Staff OP

It is not possible to hide the parent category or order by category. But you can click on the category link to filter packages.

By the way, if you want to show the parent why not drop the parent category completely?

A better solution for showing all downloads with search and filter would be Archive Page add-on. Please take a look at the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

Jan 9, 2019 at 9:40 am
#92011
Moderator
Shahriar
Staff OP

Please send wp-admin and FTP login info to check why the cache directory is missing. Or you can manually create the cache dir /wp-content/uploads/wpdm-cache/

Jan 9, 2019 at 9:35 am
#92010
Moderator
Shahriar
Staff OP

You are using an older version. Would it be okay if I install the latest version?

Jan 9, 2019 at 9:26 am
#92008
Moderator
Shahriar
Staff OP

Please send your translated language files. We will add those in plugins language dir. That will resolve the issue.

Jan 9, 2019 at 9:19 am
#92006
Moderator
Shahriar
Staff OP

It is working on my test. Maybe the same user downloading the file using different emails. When a package is downloaded by the same user in a single session only 1 download is counted.

Jan 9, 2019 at 8:14 am
#92002
Moderator
Shahriar
Staff OP

You can add the code to your theme or child theme’s functions.php file. Adding the example code won’t work for you. It is just an example to show how the hook works. Coding knowledge is required to create custom template tags as you have to implement the conditions you need.

Jan 9, 2019 at 8:12 am
#92001
Moderator
Shahriar
Staff OP

Please download the latest version from your download area. Then install it via Plugins Add new page. Or send login info in private reply. I will install it for you.

Jan 9, 2019 at 8:08 am
#91998
Moderator
Shahriar
Staff OP

Are you trying to bulk import packages with only subscriber access? In that case, write subscriber under access column is your CSV file.

Please explain little more if you meant something else.

Jan 9, 2019 at 8:04 am
#91997
Moderator
Shahriar
Staff OP

Downloads are working now.

WPDM generate download links that has this format packageurl?wpdmdl=packageid which is not working for strange reason in your server, so I had to change it to homeurl?wpdmdl=packageid.

Changed files: class.Package.php ( getDownloadURL function ) and class.FileList.php ( Table function )

Changed $permalink = get_permalink($ID); to $permalink = home_url();

Jan 9, 2019 at 6:49 am
#91993
Moderator
Shahriar
Staff OP

It is not possible to add a condition in link/page template code. But you can add custom template tag using wdm_before_fetch_template filter hook ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ ) and handle all conditions there.

Jan 9, 2019 at 6:44 am
#91991
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 8, 2019 at 3:17 pm
#91959
Moderator
Shahriar
Staff OP

I tested the jstable in IE11 It is working for me. From your screenshot, it looks like the page content width is very small. You can try making that little bit wider. That might solve the formatting issue.

Jan 8, 2019 at 3:09 pm
#91957
Moderator
Shahriar
Staff OP

I need user login with administrator role. Provided user doesn’t have the admin role. Btw, have you modified the signup template? The issue could be related to it.

Viewing 25 posts - 3,701 through 3,725 (of 12,513 total)