Shahjada

Forum Replies Created

Viewing 25 posts - 5,876 through 5,900 (of 15,655 total)
Jan 19, 2016 at 6:15 pm
#39083
Keymaster
Shahjada
Staff OP

You need to upgrade server’s php version to 5.3 or higher.

Jan 19, 2016 at 6:13 pm
#39082
Keymaster
Shahjada
Staff OP
  1. You may enter it at the end of functions.php in your active theme or create an small plugin
  2. The 1st parameter ( $post variable ) has all submitted data, you need the parse it to find the values for the fields
  3. That is not possible yet, but we will add extensive email customization feature soon
  4. From next update of the advanced custom field add-on
Jan 19, 2016 at 5:54 pm
#39077
Keymaster
Shahjada
Staff OP

Please give me ftp and wp-admin login info in a private reply, I’ll set everything up there for you.

Jan 19, 2016 at 5:50 pm
#39076
Keymaster
Shahjada
Staff OP

we shall add a patch to avoid this with the next update of wpdm pro.

Jan 19, 2016 at 5:25 pm
#39072
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login  info in a private reply, I’ll try to find a work around.

Jan 19, 2016 at 5:24 pm
#39071
Keymaster
Shahjada
Staff OP

Please give me your template code and the url where you trying that.

Jan 19, 2016 at 5:21 pm
#39070
Keymaster
Shahjada
Staff OP

Create a link template using following code:

<h3>[title]</h3>
[file_list]
[download_link]

And use the new link template with your category short-code.
Template Docs: http://www.wpdownloadmanager.com/doc/templates/

Jan 19, 2016 at 5:04 pm
#39069
Keymaster
Shahjada
Staff OP

You need use

<a href="[addtocart_url]" class="btn btn-primary">Buy Now @ [currency][base_price]</a>

in link / page template for that.

And in php, that should be:

<a href="<?php echo home_url("?addtocart=".get_the_ID());?>" class="btn btn-primary">Buy Now @ <?php echo wpdmpp_currency_sign().wpdmpp_effective_price(get_the_ID()); ?></a>

To use file cart plugin, you simply need to use [file_list] tag in page template, and equivalent php code is:

<?php
$package = \WPDM\Package::Get(get_the_ID());
echo $package['file_list'];
?>

Don’t worry, you are not troubling at all, we are more then happy to assist you anywhere you need around the plugin 🙂

Jan 19, 2016 at 12:15 pm
#39047
Keymaster
Shahjada
Staff OP

Actually category sorting is not in the scope of the plugin, but you may use plugin like this https://wordpress.org/plugins/taxonomy-terms-order/ to sort categories.

Jan 19, 2016 at 10:04 am
#39037
Keymaster
Shahjada
Staff OP

@kalico, You’re welcome 🙂


@jasonptank
, please check if not file is attached with that package, if that is not the case, please create a separate posts and give me temporary wp-admin login info in a private reply there, I shall check your issue 🙂

Jan 19, 2016 at 9:57 am
#39034
Keymaster
Shahjada
Staff OP

Please download again to get the fixed copy, we didn’t change version number.

Jan 19, 2016 at 9:42 am
#39028
Keymaster
Shahjada
Staff OP

Tried to test, now login info is not working.

Jan 19, 2016 at 9:36 am
#39026
Keymaster
Shahjada
Staff OP

Ok, I shall added it with the next update.

Jan 19, 2016 at 9:23 am
#39025
Jan 19, 2016 at 7:49 am
#39018
Keymaster
Shahjada
Staff OP

Ok, I’m checking it again.
About the discount option, you will not need it, we are releasing global/site-wide role discount and coupon add-on soon 🙂

Jan 19, 2016 at 7:31 am
#39016
Keymaster
Shahjada
Staff OP

usually wp doesn’t include custom post type in general search result, but your active theme or any active plugin may include some custom post type with search result, in such case the theme or plugin need to have the option to include wpdmpro with search result.

Jan 19, 2016 at 7:11 am
#39010
Keymaster
Shahjada
Staff OP

Actually problem was because, any other plugin there was generating unexpected output, like some blank or new line chars at the beginning, however I tried to update but it was asking for ftp info, please give me ftp access , after update, I need to edit a file to trim the newline chars before filename, then download will work regularly.

Jan 19, 2016 at 6:39 am
#39008
Keymaster
Shahjada
Staff OP

Please tell me which package you want to purchase, I’ll send your credit card purchase link.

Jan 17, 2016 at 7:08 pm
#38897
Keymaster
Shahjada
Staff OP

I tested from the account you gave me , it is working fine with that, please check from that account and give me the account login info, from where I can see the issue, also keep the admin account active. Thanks

Jan 17, 2016 at 5:11 pm
#38886
Keymaster
Shahjada
Staff OP

please give me the login info to check.

Jan 17, 2016 at 5:02 pm
#38883
Keymaster
Shahjada
Staff OP

it will reset according to server timezone.

Jan 17, 2016 at 4:58 pm
#38882
Keymaster
Shahjada
Staff OP

“the download button is gone above the texteditor” <– sorry, not clear.

For now, keep a backup of /download-manager/libs/class.Apply.php , after update plugin please restore the file from your backup.

Jan 17, 2016 at 1:42 pm
#38877
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Jan 17, 2016 at 1:41 pm
#38876
Keymaster
Shahjada
Staff OP

Yes, it is compatible. Please give me temporary wp-admin login info in a private reply to check the issue.

Jan 17, 2016 at 1:28 pm
#38871
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply, I need to check it in your installation. Probably any other active plugin causing this trouble.

Viewing 25 posts - 5,876 through 5,900 (of 15,655 total)