Tauhid

Forum Replies Created

Viewing 25 posts - 226 through 250 (of 302 total)
in reply to: Downloads showing up as text file? #27061

Tauhid
Member

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

in reply to: email lock send link stopped working #27052

Tauhid
Member

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

in reply to: How to upgrade from free to pro? #27051

Tauhid
Member

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

in reply to: Additional input fields #27049

Tauhid
Member

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.

in reply to: Category Shortcode Layout #27048

Tauhid
Member

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.

in reply to: Can not get redirection to PayPal #27047

Tauhid
Member

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.

in reply to: Focus jump conflicts with Theme #27045

Tauhid
Member

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

in reply to: Frontend not showing up #27044

Tauhid
Member

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

in reply to: Can not get redirection to PayPal #27026

Tauhid
Member

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/

in reply to: Template issue #27025

Tauhid
Member

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> )

in reply to: Category Shortcode Layout #27024

Tauhid
Member

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/

in reply to: Problem with downloading a password protected zip-file #27023

Tauhid
Member

I checked it and working perfectly.

in reply to: about default page template and link template #26979

Tauhid
Member

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

in reply to: Additional input fields #26978

Tauhid
Member

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

in reply to: update date for created date in shortcode #26977

Tauhid
Member

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

get_the_date()

to

get_the_modified_date()
in reply to: thumb_50x50 doesn't work #26974

Tauhid
Member

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


Tauhid
Member

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

in reply to: Ability to add featured image missing #26972

Tauhid
Member

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

in reply to: Block Hotlink / Block Direct Access #26970

Tauhid
Member

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.

in reply to: wpdm-all-packages modifications #26969

Tauhid
Member

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

in reply to: Problem with downloading a password protected zip-file #26968

Tauhid
Member

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

in reply to: Bugs in version 4.2.1 #26967

Tauhid
Member

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

in reply to: Problem with downloading a password protected zip-file #26965

Tauhid
Member

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

in reply to: Packages on Home Page as posts #26942

Tauhid
Member

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)