Shahriar

Forum Replies Created

Viewing 25 posts - 4,451 through 4,475 (of 12,513 total)
Oct 30, 2018 at 3:34 pm
#88856
Moderator
Shahriar
Staff OP

In that case, you can enable the single file download and use [file_list] or [file_list_extended] template tag. This will allow the user to download a single file from a multi-file package.

Oct 30, 2018 at 3:30 pm
#88855
Moderator
Shahriar
Staff OP

You need Download Limit add-on ( https://www.wpdownloadmanager.com/download/download-limit/ ) for that. Using this add-on you set different download limits for different membership level.

Oct 30, 2018 at 2:55 pm
#88852
Moderator
Shahriar
Staff OP

Add the following code to your theme’s functions.php file. This will keep the order status pending for all check payment until you manually update the status.

function wpdm_check_payment_change_order_status( $order_id ){
    global $wpdb;

    $order_det = $wpdb->get_row("select * from {$wpdb->prefix}ahm_orders where order_id='$order_id'");

    if( $order_det->payment_method == 'Cheque' )
        \WPDMPP\Libs\Order::update( array( 'order_status' ► 'Pending', 'payment_status' ► 'Pending' ), $order_id );
}
add_action('wpdm_after_checkout', 'wpdm_check_payment_change_order_status');
Oct 30, 2018 at 1:46 pm
#88848
Moderator
Shahriar
Staff OP

Please insert the shortcode using TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) Send temporary wp-admin login info in private reply if that doesn’t work.

There are no toolbar variations for category shortcode. You can either show or hide it. To show the toolbar you have to use toolbar=1

Here is a sample shortcode where columns worked for me,

[wpdm_category id="flat-ui,free-psd,locked,plugins," cols="3" toolbar=1 item_per_page=10 template="link-template-bsthumnail.php"]

Oct 30, 2018 at 11:06 am
#88844
Moderator
Shahriar
Staff OP

Please use this page as Premium Package shortcode reference https://www.wpdownloadmanager.com/doc/using-premium-package/shortcodes/

Oct 30, 2018 at 10:59 am
#88841
Moderator
Shahriar
Staff OP

Another suggestion, as Download Manager, uses core WordPress search, if you can index WPDM files using SearchWP that should work too.

Does this plugin have an option to add a custom directory for indexing files? You can try indexing the /uploads/download-manager-files directory.

Oct 30, 2018 at 10:52 am
#88834
Moderator
Shahriar
Staff OP

Are you referring to the all packages table? Please send me the page URL to check. It might be possible but requires custom coding.

Oct 30, 2018 at 10:40 am
#88833
Moderator
Shahriar
Staff OP

If the issue was related to a browser I could have checked it. But as the issue is related to your custom app, it is out of scope to check details. I checked the download in various mobile versions of Chrome and downloads worked there too. SO, it is definitely an issue related to your app.

Oct 30, 2018 at 10:33 am
#88832
Moderator
Shahriar
Staff OP

Go to Downloads Templates page and clone the link template you are using now. Then remove the [download_count] tag from there and save it. Use your new custom template with shortcode.

Details about creating custom link templates https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Oct 30, 2018 at 10:03 am
#88828
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 30, 2018 at 9:50 am
#88826
Moderator
Shahriar
Staff OP

Hi, Really sorry for the delayed reply. Somehow missed your post. Stats works fine in our test. Could you please send temporary wp-admin login info in private reply, so I can run some test with Pro version? Maybe it was some kind of conflict with another.

Oct 30, 2018 at 9:25 am
#88825
Moderator
Shahriar
Staff OP

Thanks for reporting the issue. We will fix it in next release of Premium Package Add-on.

Oct 30, 2018 at 9:01 am
#88823
Moderator
Shahriar
Staff OP

Your suggestion is noted for implementation. Autofilling the email address will definitely make the process easier for the user.

Oct 30, 2018 at 6:40 am
#88818
Moderator
Shahriar
Staff OP

That email address is retrieved from WordPress admin email option. You can only update it from WordPress settings.

Oct 30, 2018 at 6:32 am
#88817
Moderator
Shahriar
Staff OP

Please use orderby=title to sort downloads alphabetically. Your current parameter is order_by=title which is not correct.

Oct 29, 2018 at 4:56 pm
#88792
Moderator
Shahriar
Staff OP

If you are hosting on Siteground please check my reply here https://www.wpdownloadmanager.com/support/topic/wpdm-doesnt-save-options/

If it is not a hosting issue, Please send temporary wp-admin login info in private reply.

Oct 29, 2018 at 4:54 pm
#88791
Moderator
Shahriar
Staff OP

Have you restricted the category access from category settings? The category will be visible if the user has access to the category. It will be hidden if the user doesn’t have access to it from category settings.

Please send wp-admin login info to check if you still can’t figure it out.

Oct 29, 2018 at 4:39 pm
#88790
Moderator
Shahriar
Staff OP

Are you adding file URL instead of attaching a file? This should work without any issue. Please send me a package URL to test the download and temporary wp-admin login info in private reply if possible.

Oct 29, 2018 at 4:35 pm
#88789
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 28, 2018 at 8:17 pm
#88747
Moderator
Shahriar
Staff OP

Please try now. Make sure you are using the latest version of Download Manager. Thanks.

Oct 28, 2018 at 8:15 pm
#88746
Moderator
Shahriar
Staff OP

Sorry, Please ignore that parameter. It has been deprecated.

Oct 28, 2018 at 8:06 pm
#88745
Moderator
Shahriar
Staff OP

Please use the style ( smooth or card ) parameter to set table style.

[wppm_membership_plans cols=3 featured=3 style="card" featured_color="danger"]

Oct 28, 2018 at 8:00 pm
#88744
Moderator
Shahriar
Staff OP

There is no shortcode available for that. Custom coding is required for that.

But you can add the login popup in download button when user login is required for download. Just add the following code in Downloads Settings Basic Message Login Required Message section.





Oct 28, 2018 at 7:43 pm
#88743
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 28, 2018 at 7:30 pm
#88742
Moderator
Shahriar
Staff OP

That shortcode doesn’t support the custom message yet. But you can set custom message from Advanced settings when hiding membership contents.

Viewing 25 posts - 4,451 through 4,475 (of 12,513 total)