Shahriar

Forum Replies Created

Viewing 25 posts - 6,826 through 6,850 (of 12,513 total)
Nov 28, 2017 at 4:12 pm
#66081
Moderator
Shahriar
Staff OP

Unlocked your key. Sorry for the delay.

Nov 28, 2017 at 4:11 pm
#66080
Moderator
Shahriar
Staff OP

Copy the original registration form template from plugin and edit on top of it. Do not remove any hidden input field. That should fix your captcha error.

Nov 22, 2017 at 5:58 pm
#65935
Moderator
Shahriar
Staff OP

You can create temporary download link from all downloads page and share the link with your customers.

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

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

Nov 22, 2017 at 5:54 pm
#65933
Moderator
Shahriar
Staff OP

Hi,

Compact view doesn’t have template support yet. We will add this to next version of add-on.

Thanks.

Nov 22, 2017 at 5:51 pm
#65932
Moderator
Shahriar
Staff OP

Clear stats clears the user download stats. It doesn’t affect the package info.

You can reset all package info using Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/

Nov 22, 2017 at 5:48 pm
#65931
Moderator
Shahriar
Staff OP

1 )If you want users to register before download then allow downloads only to ‘Subscribers’ role in Package Settings Allow access option. If someone is not a subscriber they can only see the posts. But won’t have access to download.

2 ) Maybe you are confusing the email lock feature with the subscriber access. Email lock doesn’t require registration, a guest can download the file by submitting their email address. All collected email addresses are listed on Downloads Subscribers page. Option (1) is the better choice for you.

3 ) If you want to sell downloads then install Premium Package add-on https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/

Nov 22, 2017 at 5:38 pm
#65930
Moderator
Shahriar
Staff OP

Working now. I have added some code to your active theme’s functions.php file to fix the conflict with Relevanssi plugin.

Nov 22, 2017 at 3:35 pm
#65929
Moderator
Shahriar
Staff OP

Unlocked your key.

Nov 20, 2017 at 5:52 pm
#65855
Moderator
Shahriar
Staff OP

You are using a custom template for registration for which is missing required code to check if the captcha is enabled or not. Add following code

<input type="hidden" name="phash" value="<?php echo isset($regparams)?$regparams:''; ?>" />

in your custom reg form template. Please check the original template file to understand where ( inside form ) to add this line.

Nov 20, 2017 at 5:21 pm
#65852
Moderator
Shahriar
Staff OP

Do you have FTP? Please send the FTP info if possible. Can’t edit plugin file from plugin editor. The server is not allowing it.

Nov 20, 2017 at 5:13 pm
#65851
Moderator
Shahriar
Staff OP

Hi,

Custom templates that you create using our Template editor are stored in the database. Using Bootstrap in the template is your choice. If you don’t want to use Bootstrap, that’s okay too.

You can also use a file to add custom templates. In that case template files will be stored in /your-theme/download-manager/link-templates or /your-theme/download-manager/page-templatesdir based on template type. Just add the template info above the file

<!-- WPDM Link Template: Custom Template from File -->

You can use template tags in link/page template file to show package data. List of template tags.

 

Please take a look at Archive Page ( Directory ) add-on demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ Maybe that will meet your specifications.

If you need something different, We can also build that for you as custom upgrade service. Please check the archive demo first, then let me know if you something more customized.

Thanks.

Nov 20, 2017 at 4:53 pm
#65848
Moderator
Shahriar
Staff OP

Please use the TinyMCE button add-on to insert the shortcode. id parameter actually uses the category slug instead of id. TinyMCE add-on has nice UI to insert all shortcodes easily without any error.

Nov 20, 2017 at 4:49 pm
#65847
Moderator
Shahriar
Staff OP

Please send the login url too.

Nov 20, 2017 at 4:48 pm
#65846
Moderator
Shahriar
Staff OP

Login not working. Please re-check the login info.

Nov 20, 2017 at 4:45 pm
#65845
Moderator
Shahriar
Staff OP

You will find the solution for Button problem in my reply above. It happens when there is a JS conflict with another plugin.

Found not cache issue there. Also, Download Manager or Premium Package doesn’t send no-cache hearer. Please let me know if I missed something.

Nov 20, 2017 at 4:17 pm
#65843
Moderator
Shahriar
Staff OP

So, you don’t want to limit the download access only to subscribers? That’s your choice. You can follow the approach that is better for your users.

Nov 20, 2017 at 4:13 pm
#65842
Moderator
Shahriar
Staff OP

A notification email is sent to the user after registration. You can edit that from Downloads Templates page. But the notification is not for the site admin and it does not have the option to add custom data from signup page.

It is possible to implement this solution as you want. Requires some code customization. If you are interested we can provide custom upgrade service.

Nov 20, 2017 at 4:06 am
#65794
Moderator
Shahriar
Staff OP

The purchased list is synced now. Log out and Log in refreshed the list.

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

Nov 17, 2017 at 7:26 pm
#65757
Moderator
Shahriar
Staff OP

Updated the add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ Please try the new version.

Nov 17, 2017 at 7:23 pm
#65756
Moderator
Shahriar
Staff OP

We haven’t added the fix yet. Will add a patch in next release. But there is a workaround, just put different category slugs in the first position of id parameter.

Following shortcodes have slugone in common but starting slug is different.

[wpdm_category id="slugone" cols="1" toolbar=1 item_per_page=2 template="link-template-default" order_by="modified"]

[wpdm_category id="slugtwo, slugone" cols="1" toolbar=1 item_per_page=2 template="link-template-default" order_by="modified"]

Nov 17, 2017 at 7:12 pm
#65753
Moderator
Shahriar
Staff OP

Sorry, It was actually related to TinyMCE compatibility with latest WordPress. Releasing an add-on update soon to fix it.

Nov 17, 2017 at 7:08 pm
#65752
Moderator
Shahriar
Staff OP

Please send WPDM login info in private reply to check the issue.

Nov 17, 2017 at 7:04 pm
#65751
Moderator
Shahriar
Staff OP

Please install the latest version of Download Manager if you are using a version older then 4.6.8, then save the license key in settings. That should fix the license error.

Send you key in private reply if getting license error in latest version 4.7.2

Best Regards.

Nov 17, 2017 at 7:00 pm
#65749
Moderator
Shahriar
Staff OP

It is impossible to have same package ID for all packages. WordPress uses a unique id for each post/custom post. Not sure how your packages had the same id, however glad to know that issue has been resolved.

Nov 17, 2017 at 6:58 pm
#65748
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 6,826 through 6,850 (of 12,513 total)