Tauhid

Forum Replies Created

Viewing 25 posts - 226 through 250 (of 302 total)
Mar 12, 2015 at 10:34 am
#27061
Member
Tauhid
OP

Would you please give us temporary wp-admin access via private reply? We will check it.

Mar 12, 2015 at 6:08 am
#27052
Member
Tauhid
OP

Would you please try to deactivate recently installed plugin or give us temporary wp-admin access via private reply? We will check it.

Mar 12, 2015 at 6:05 am
#27051
Member
Tauhid
OP

if you were using wpdm free 2.7, you simply need to deactivate & delete free version, then install & active pro. That’s all.

Mar 12, 2015 at 5:53 am
#27049
Member
Tauhid
OP

Actually you need to mail to customize@wpdownloadmanager.com for such customization. However you can use http://www.wpdownloadmanager.com/download/wpdm-live-forms/ which also can server you purpose perfectly.

Mar 12, 2015 at 5:50 am
#27048
Member
Tauhid
OP

category page option is not same as category short-code, category page option is for category page when you access with category url, for category short-code you need to specify template with short-code, however let me know which template you want to use as default for category short-code and give me temporary wp-admin login info, I’ll adjust it there for you.

Mar 12, 2015 at 5:41 am
#27047
Member
Tauhid
OP

probably you didn’t select cart page from premium package settings, however, please give me temporary wp-admin login info in a private reply, I shall set it up there for you, Thanks.

Mar 12, 2015 at 5:27 am
#27045
Member
Tauhid
OP

Would you please give us temporary wp-admin access via private reply? We have to check it.

Mar 12, 2015 at 5:25 am
#27044
Member
Tauhid
OP

Would you please give us temporary wp-admin access via private reply? We will check it out.

Mar 11, 2015 at 8:31 am
#27026
Member
Tauhid
OP

Please activate & configure paypal from Admin Menu Download Settings Premium Package Tab Payment Options Tab.
Detailed Docs: http://www.wpdownloadmanager.com/doc/using-premium-package/settings-premium-package/

Mar 11, 2015 at 8:28 am
#27025
Member
Tauhid
OP

Please delete the short-code and write it again, the formatting issue happened as when you copied the short-code there also came some unnecessary html tag ( <pre> )

Mar 11, 2015 at 8:26 am
#27024
Member
Tauhid
OP

Sorry, but it is not possible. When inserting category short-code you need to select that template, however you can easily do that using this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/

Mar 11, 2015 at 5:25 am
#27023
Member
Tauhid
OP

I checked it and working perfectly.

Mar 10, 2015 at 7:00 am
#26979
Member
Tauhid
OP

For that feature you need to use the http://www.wpdownloadmanager.com/download/wpdm-default-values/ add-on.

Mar 10, 2015 at 6:59 am
#26978
Member
Tauhid
OP

1. yeah, it is possible then you have to customize your code
2.you can use http://www.wpdownloadmanager.com/download/mailchimp-subscription/ then data will be transferred into a pre-defined mail chimp list

Mar 10, 2015 at 6:57 am
#26977
Member
Tauhid
OP

In wpdm-all-downloads.php you have to change

get_the_date()

to

get_the_modified_date()
Mar 10, 2015 at 6:54 am
#26975
Member
Tauhid
OP
Mar 10, 2015 at 6:53 am
#26974
Member
Tauhid
OP

Please give us temporary wp-admin access via private reply and generate link where you trying to generate thumb.

Mar 10, 2015 at 6:51 am
#26973
Member
Tauhid
OP

Advance Access Control is to control download of a user. It’s possible.

Mar 10, 2015 at 6:48 am
#26972
Member
Tauhid
OP

This is problem with your theme. Try to change your theme or reinstall a fresh copy.

Mar 10, 2015 at 6:35 am
#26970
Member
Tauhid
OP

As I see it is already blocking direct download link access, form example click on this direct link http://www.genderjustice.org.za/download/digital-stories-case-study-for-sonke-nov-2009-pdf/?wpdmdl=1999 , it will not download file but it will redirect you package details page and from there you can download file.

Mar 10, 2015 at 6:24 am
#26969
Member
Tauhid
OP

if 755 then it should work fine, if not try making 777
sometimes it varies depending on server settings.

Mar 10, 2015 at 4:50 am
#26968
Member
Tauhid
OP

Please give us temporary wp-admin access via private reply.

Mar 10, 2015 at 4:49 am
#26967
Member
Tauhid
OP

Please give us temporary wp-admin access via private reply, we will check it out

Mar 10, 2015 at 4:33 am
#26965
Member
Tauhid
OP

Please give us temporary wp-admin access via private reply. We will check it out.

Mar 9, 2015 at 9:48 am
#26942
Member
Tauhid
OP

add previous code after your

download-manager.php

add following code before while loop of your code, that will keep your download-manager posts at home page

global $wp_query;
$args = array_merge( $wp_query->query_vars, array( 'post_type' ► array('post','wpdmpro') ) );
query_posts( $args );
Viewing 25 posts - 226 through 250 (of 302 total)