Shahriar

Forum Replies Created

Viewing 25 posts - 10,101 through 10,125 (of 12,510 total)

Shahriar
Moderator

Hi,

No option available for this kind of notification. But there are some integration addon for MailChimp and other list manager http://www.wpdownloadmanager.com/downloads/email-add-ons/

That might work for you. Mailchimp has notification option for list update.

Thanks.

in reply to: Show Update Date for Files in Page Template #47759

Shahriar
Moderator

Yes, we will update TinyMCE, but you still can use tinyMCE to insert shortcode. Just chnage the parameter link_template to template. No need insert package id manually.

Archive Page addon / Directory Addon ( same thing ๐Ÿ™‚ ) http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

in reply to: Removing login and register link from single #47758

Shahriar
Moderator

One of your plugin (WP Limit Login Attempts) was creating this issue. After disabling it everything okay now.

in reply to: Dwonlaod Speed Issue #47757

Shahriar
Moderator

Download is initiating as usual. It was an issue with your server. After disabling output buffering from WPDM settings everything okay now. Thanks.

in reply to: Show Update Date for Files in Page Template #47755

Shahriar
Moderator

Actually the issue was in shortcode, use template in place of link_template , It is better solution than changing the plugin code.

https://www.evernote.com/l/AUe6GDYke-VEPI0Uzp7eHWEYrHhrvehCupAB/image.png

Now only fix is required is TinyMCE addon which inserting wrong parameter.

in reply to: Link Templates #47754

Shahriar
Moderator

Your template parameter was wrong , It is only template but you wrote link_template

Use tinyMCE button to insert shortcode.

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

Thanks.

 

in reply to: Link Templates #47742

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue.

in reply to: Show Update Date for Files in Page Template #47741

Shahriar
Moderator

Looks like there is issue on that shortcode, it is always fetching same template. Added that in out to-do for next update. In the meantime, if you want, i can update it in your installation. Or you can use Archive Page page addon, which provides lots of option to show all packages.

in reply to: email lock button color and Text? #47740

Shahriar
Moderator

Try following code then, It will change all Download Manager button color globally,

.w3eden .btn { background: #3778fa !important; } .w3eden .btn:hover{ background: #3778fa !important; opacity:0.9; }

in reply to: Email lock asking for subscriber info #47739

Shahriar
Moderator

Yes, you can disable locks for logged in users. You will find the settings in Dashboard Downloads Settings Basic File Download Panel

in reply to: email lock button color and Text? #47726

Shahriar
Moderator

Add following css in your theme’s style.css file, That should do the job,

.popover-content .wpdm_submit.btn { background: #3778fa !important; }.popover-content .wpdm_submit.btn:hover{opacity:0.9;}

in reply to: Removing login and register link from single #47725

Shahriar
Moderator

Hi, please check the login info again. It is not working.

Login Failed: Sorry..! Wrong information..!
5 attempts remaining..!

in reply to: Category Order – Directory Add On #47722

Shahriar
Moderator

Do you want to sort child categories in descending order? That could be done , but require minor code change. Please send temporary wp-admin login info in private reply. I will do that for you. Thanks.

in reply to: email lock button color and Text? #47721

Shahriar
Moderator

@marcie, please send me your page link to suggest customm css.

in reply to: Dwonlaod Speed Issue #47720

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Thanks.

in reply to: Show Update Date for Files in Page Template #47719

Shahriar
Moderator

You can use [wpdm_packages] shortcode. There are several parameters in this shortcode. Use tinyMCE button to insert it.

https://www.evernote.com/l/AUcD81t8XeNN-JkpspOdxe-nH6xeuWEHDAMB/image.png

in reply to: Unable to download PDF files via DMPro #47718

Shahriar
Moderator

Please send login info in private reply.

in reply to: Show Update Date for Files in Page Template #47700

Shahriar
Moderator

WPDM does not track changes of individual files inside a package. So, no built in option yet, to show file specific update date. But, you can use the ‘File Title’ field to show update date and file name.

in reply to: Unable to update. #47699

Shahriar
Moderator

Please download latest version from here http://www.wpdownloadmanager.com/user-dashboard/purchases/ Disable and delete old version, then install latest one.

in reply to: Issue with download url #47696

Shahriar
Moderator

Does it initiate the download? Check if current user have download access to the package you are testing.

Template tag is written correctly, it should work.

Please send login info in private reply to check this in your setup.

Thanks.

in reply to: Carousel image width #47693

Shahriar
Moderator

Please send your URL to check the issue.

in reply to: Frontend Rich Text Editor #47692

Shahriar
Moderator

Find wp_editor() function in that file (around line 48-49) and replace it with following line

<textarea class='form-control' rows='15' name='pack[post_content]'><?php echo $cont; ?></textarea>

https://www.evernote.com/l/AUdKQbu8md9AJJFDswL4-RXKNxEGIxGF4w0B/image.png

It will show a textarea instead of Editor.

 

in reply to: URGENT! Seller Dashboard Broken HTTP #47679

Shahriar
Moderator

Image Upload worked ( from frontend ) fine again. Check this sample package https://www.frtimer.com/wpdm-package/test-2/

Also check following screenshot,

https://www.evernote.com/l/AUfCO6-CkmZMXYPKN0mZwj3Ww5JmdVTZj9MB/image.png

in reply to: Change layout of File List table view section #47678

Shahriar
Moderator

Sorry, no hooks available there.

in reply to: Archive Page Tweaks #47677

Shahriar
Moderator

Please find the answers in same order,

1. Use a link template that does not have [page_url] template tag. You can make custom link template.

2. Wrap your link template inside <div class='col-md-4'></div> to make columns. This is sample div, you can change the class to adjust column numbers. This one will create 3 columns ( Bootstrap 12 columns grid system )

3. Code change required. You can change it from ../wpdm-archive-page/wpdm-archive-page.php file

Thanks.

Viewing 25 posts - 10,101 through 10,125 (of 12,510 total)