Shahriar

Forum Replies Created

Viewing 25 posts - 9,851 through 9,875 (of 12,513 total)
in reply to: How to edit footer #48728

Shahriar
Moderator

Does footer issue still exist? Send an url to check black/white issue.

in reply to: all download-category pages show same items #48726

Shahriar
Moderator

Is this issue happening in your blog page? Please send an url to check.


Shahriar
Moderator

Always edit email template from Downloads Subscribers Email template page. Otherwise you will lose your custom template after plugin update.

If mail was sent for default template, it should work for modified template version too. Email issue must be related to your server, if it is not sent. Also ,You should check you spam folder too, in case it sent to spam.

I couldn’t reach your link. It shows 404.

in reply to: How to upload files to the Front End File Hosting #48723

Shahriar
Moderator

Password incorrect, can’t login Please check the pass again.

in reply to: Directory Add-on Sidebar template display #48722

Shahriar
Moderator

Add following code in /wpdm-archive-page/tpls/archive-page-with-sidebar.php file ( At the bottom inside script tag),

var cat_id_for_autoload = $('.apc-item:first').data('item-id'); if(cat_id_for_autoload){ $('.wpdm-loading').fadeIn(); $('#ap-content').load("<?php echo admin_url('admin-ajax.php'); ?>", {action:'load_ap_content', cid: cat_id_for_autoload}, function(){ $('.wpdm-loading').fadeOut(); }); return false; }

https://www.evernote.com/l/AUfUq-m9yeJJ9KGZ7vhqQS1FELXAUqgJWXQB/image.png

in reply to: Link template #48721

Shahriar
Moderator

1. Use tinymce addon to insert shortcode. You will have option to choose Link Template when available in a shortcode.

2. You have to modify /download-manager/tpls/wpdm-all-downloads.php file for that. That template is used for all packages shortcode.

in reply to: White line on page Using Crypton #48720

Shahriar
Moderator

Hi, Send me an url to check. Maybe a minor css fix required.

in reply to: License Key Invalid #48719

Shahriar
Moderator

Unlocked your key. Please try now.

in reply to: Serch on description text #48714

Shahriar
Moderator

Hi,

In WPDM Archive page there was an error in meta query parameter ( WP_Query for filtering posts ) which is not related to any user settings. Fixing that parameter fixed the search bug. We also updated our side of code for next release. So, don’t have to worry about the addon update too.

Thanks.

in reply to: Open download details in new page #48713

Shahriar
Moderator

It won’t work in all package table, suggested code was for Link Template.

To open details page in new from All Packages table you have to edit /download-manager/tpls/wpdm-all-packages.php file. Find marked line in that file and add target="_blank" attribute in that link tag.

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

 

Note: Follow step 3 here to use your own template file.

 


Shahriar
Moderator

If you are using category shortcode, you have to add this code in /download-manager/wpdm-functions.php file’s wpdm_embed_category function. Find $thtml = FetchTemplate($template, $pack); in that function and the code as i suggested in previous reply.

in reply to: Paid Customisation – MultiSite – Bug #48690

Shahriar
Moderator
This reply has been marked as private.
in reply to: custom link template #48667

Shahriar
Moderator

Did you create new template from Downloads Templates page or modified WPDM files?

Please send login info in private reply, if you want me to check it there.


Shahriar
Moderator

Yes, it is correct.


Shahriar
Moderator

Working now. You were using old version of Crypton there. A deprecated function cased this issue.

in reply to: Gravity Forms w/ E-Mail Lock and/or Form Lock #48653

Shahriar
Moderator

Sorry for delayed reply.

Form Lock captures all information you want through your form plugin. But it doesn’t handle other tasks like mailing the captured data to a CRM. Your form plugin might have some addons, which performs this task.

We have mailchimp addon which adds emails (captured by email lock) to a mailchimp list.

in reply to: Frontend download page? #48652

Shahriar
Moderator

Hi,

You can read detailed documentation here http://www.wpdownloadmanager.com/docsfor/download-manager-pro/

There are multiple ways to show downloads in frontend. It depends on your requirement,  please check all shortcodes here http://www.wpdownloadmanager.com/doc/short-codes/ and use the one you need.

For example, [wpdm_all_packages] shows all your downloads in a table.

in reply to: Serch on description text #48651

Shahriar
Moderator

Fixed a minor issue in query.

in reply to: subscribers is empty #48650

Shahriar
Moderator

Subscriber list won’t show users who just registers in your site. You can see those users from Dashboard Users Page. Download Manager subscriber page is for users who provides their email address in email lock ( the one in your screenshot ).

 

About Email Lock: You can lock a download using this lock. User must provide an email address to download email locked package. This is a useful lead collection feature.

in reply to: How to upload files to the Front End File Hosting #48643

Shahriar
Moderator
This reply has been marked as private.
in reply to: subscribers is empty #48642

Shahriar
Moderator

Hi Christian,

Did you apply email lock in your downloads? Subscribers list show all emails captured by email lock feature. It doesn’t show your WordPress users with subscriber role.

Thanks.

in reply to: Using Form Block Add-in #48641

Shahriar
Moderator

Looks like form loaded, but your form is missing submit button.

Also did you complete the extra step required for Gravity Form,

Add a hidden field and use this tag [wpdm_package_id] as default value, the tag will be replaced by package ID automatically when rendering form. (From Addon Page)

in reply to: Serch on description text #48640

Shahriar
Moderator

Working now. Please try yourself. Thanks.


Shahriar
Moderator

Add following code after $thtml = FetchTemplate($template, $pack);, that should skip expired and unpublished packages,

if(strpos($thtml, 'Download will be available') !== false) continue; if(strpos($thtml, 'Download was expired') !== false) continue;

in reply to: custom link template #48636

Shahriar
Moderator

I tested your template code. It is working for me. Explain little more, any specific issue you faced?

Viewing 25 posts - 9,851 through 9,875 (of 12,513 total)