Shahriar

Forum Replies Created

Viewing 25 posts - 10,026 through 10,050 (of 12,513 total)
Aug 6, 2016 at 7:25 am
#48021
Moderator
Shahriar
Staff OP

Your BuddyPress plugin was the reason behind this issue. It is adding unexpected newlines in documents when requesting download or even a normal page. After disabling it download working fine.

There may be something wrong in BuddyPress settings in your site. But you should consult with them about the issue.

Aug 5, 2016 at 10:02 pm
#48019
Moderator
Shahriar
Staff OP

Hi,

1. Did you assign roles for frontend access in  WPDM Settings Frontend Tab ?

https://www.evernote.com/l/AUe_u_TG-UBIebSKAP3AfEuJnYqy-qVk0MMB/image.png

2. Your suggestion noted for implementation. We will add some kind of notification when package is created ( notification is already added for package  update)

Thanks.

Aug 5, 2016 at 9:52 pm
#48018
Moderator
Shahriar
Staff OP

Yes, it could be done easily. In your packages settings, enable ‘single file download’ option. Then user can which file to open from a file list.

https://www.evernote.com/l/AUc1BEkGfchAxqnUHa0ilK0HTBko-vxYSwAB/image.png

Aug 5, 2016 at 9:47 pm
#48017
Moderator
Shahriar
Staff OP

1. Use template instead of link_template This is a bug in tinyMCE, it insert wrong parameter ( which will be fixed in next version ).

2.Working fine in my test. Please try following shortocde ( sorts in ascending order, use ‘desc’ for descending )

[wpdm_category id="newsletter" cols=1 toolbar=0 order_by="download_count" order="asc" item_per_page=10 template="link-template-panel.php"]

Aug 5, 2016 at 9:33 pm
#48016
Moderator
Shahriar
Staff OP

Hi,

Please check Resumable download and output buffering settings in Dashboard Downloads Settings Basic File Download panel. Disable both options and try a download.

If that does not fix, please send temporary wp-admin login info in private reply.

Thanks.

Aug 5, 2016 at 9:30 pm
#48015
Moderator
Shahriar
Staff OP

Hello Micheal,

You php version does not support short array syntax. That was reason behind the issue. However, i updated the code with old style array and working now.

Thanks,

Aug 5, 2016 at 9:11 pm
#48014
Moderator
Shahriar
Staff OP

Hi,

Change your [download_link_popup] template tag to [download_link] in your Link Template.

[download_link_popup] tag does not support Image button yet.

Thanks.

Aug 5, 2016 at 8:52 pm
#48013
Moderator
Shahriar
Staff OP

Required css to hide breadcrumb, you know where to add,

.w3eden .breadcrumb{display:none;}

Aug 5, 2016 at 8:48 pm
#48012
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 5, 2016 at 8:43 pm
#48011
Moderator
Shahriar
Staff OP

You can use another page for user login/registration ( using ninja form ) and redirect user to dashboard page after login. That might work for you, if you just want to process login/reg using Ninja Form.

Aug 5, 2016 at 8:33 pm
#48010
Aug 5, 2016 at 8:19 pm
#48008
Moderator
Shahriar
Staff OP

You place the url to file in url field ( the file has to be accessible through browser using same url  )

After clicking + button file should be added to Attached files metabox

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

if you can’t attach file, Please send temporary wp-admin login info in private reply. I will check it there.

Thanks.

 

Aug 4, 2016 at 9:10 pm
#47988
Moderator
Shahriar
Staff OP

Yes, you can do that easily.

Use following shortcode to show all packages with Audion Preview. Here i have applied link template  “With Audio Preview” You can use your own customized link template ( To rearrange package information )

[wpdm_packages template="link-template-audio.php" order_by="post_title" order="asc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]

But in this case there is no search feature, just plain list. You need Directory addon to show searchable package list. It has many other features too.

Thanks.

Aug 4, 2016 at 8:21 pm
#47987
Moderator
Shahriar
Staff OP

Hi, You can use wpdm_email_lock_heading filter now to change Subscribe to Download text. Thanks.

Aug 4, 2016 at 8:18 pm
#47986
Moderator
Shahriar
Staff OP

No such addon available. btw, WPDM has a login form shortcode [wpdm_login_form]

Aug 4, 2016 at 7:54 pm
#47985
Moderator
Shahriar
Staff OP

Did you use marketplace/languages/wpdm-marketplace.po file for translation? Sorry not clear, which subject did not translate?

Aug 4, 2016 at 7:50 pm
#47984
Moderator
Shahriar
Staff OP

Hi,

No need to edit plugin files.

You can easily edit Email Template from Dashboard Downloads Subscribers Email template Tab.

Thanks.

Aug 4, 2016 at 7:39 pm
#47983
Moderator
Shahriar
Staff OP

Hi,

Add following css in your theme’s style.css file to hide filter options,

#srcp{display: none;}

To remove it completely plugin code customization required. But this css option is better. Because it will stay even after you update the plugin.

Thanks.

Aug 4, 2016 at 7:31 pm
#47982
Moderator
Shahriar
Staff OP

Hi,

Sorry, it was fixed locally, but didn’t push the update.

Now updated version is available for download.

Thanks.

Aug 4, 2016 at 2:41 pm
#47976
Moderator
Shahriar
Staff OP

Unlocked your key.

Aug 3, 2016 at 8:38 pm
#47958
Moderator
Shahriar
Staff OP

You can customize the all downloads table template here ../download-manager/tpls/wpdm-all-downloads.php

Aug 3, 2016 at 8:29 pm
#47957
Moderator
Shahriar
Staff OP

Got it. This is coming from Accordion addon. Update your WPDM Accordion addon. Download latest version from here http://www.wpdownloadmanager.com/user-dashboard/purchases/

Aug 3, 2016 at 8:15 pm
#47954
Moderator
Shahriar
Staff OP

Removed home link ( It comes from ../download-manager/libs/class.CategoryHandler.php file  )

Aug 3, 2016 at 8:05 pm
#47953
Moderator
Shahriar
Staff OP

Yes, it does work with Free account.

Aug 3, 2016 at 8:03 pm
#47952
Moderator
Shahriar
Staff OP

There was a JS error, fixed it. Settings are saving now. Thanks.

Viewing 25 posts - 10,026 through 10,050 (of 12,513 total)