Shahriar

Forum Replies Created

Viewing 25 posts - 11,301 through 11,325 (of 12,513 total)
Mar 9, 2016 at 9:07 pm
#42239
Moderator
Shahriar
Staff OP

cpmr.org/event/44th-cpmr-general-assembly-date-tbc/ <– here you are using [wpdm_category ....] short-code, replace it with [wpdm_all_packages categories="category-slug"]

Mar 9, 2016 at 9:05 pm
#42238
Moderator
Shahriar
Staff OP

@LIssbeth, sorry, not clear, may you please explain your issue in a separate post.

Mar 9, 2016 at 9:03 pm
#42237
Moderator
Shahriar
Staff OP

You will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ , need to use short-code [wpdm_my_downloads login=1]

Mar 9, 2016 at 9:02 pm
#42236
Moderator
Shahriar
Staff OP

Please give me an example url to check

Mar 9, 2016 at 9:00 pm
#42235
Moderator
Shahriar
Staff OP
  1. That is not possible through csv import
  2. Category view/short-code doesn’t support [file_list] tag to avoid over query.
Mar 9, 2016 at 8:52 pm
#42234
Moderator
Shahriar
Staff OP

Probably it needed to check in WPML, however please give me temporary wp-admin login info and the frontend url where I can check the issue, I’ll give a try, but there is nothing much to do with wpdm for this.

Mar 8, 2016 at 9:16 pm
#42145
Moderator
Shahriar
Staff OP
  1. Yes
  2. Yes, other option you can choose as per your preference.
  3. Not required, you an view the package directly.

Yes, you can, demo: http://demo.wpdownloadmanager.com/wpdmpro/download/jumper/

Mar 8, 2016 at 9:06 pm
#42142
Moderator
Shahriar
Staff OP

We are trying to released the update ASAP with the option.

Mar 8, 2016 at 9:06 pm
#42141
Moderator
Shahriar
Staff OP

That will require customization in code.

Mar 8, 2016 at 9:03 pm
#42139
Moderator
Shahriar
Staff OP

Tested sample attached.

Mar 8, 2016 at 9:01 pm
#42138
Moderator
Shahriar
Staff OP

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

Mar 8, 2016 at 8:59 pm
#42137
Moderator
Shahriar
Staff OP

Yes, you need to use[download_url]tag in your link/page template. Example usage:

<input class="form-control" type="text" value="[donwload_url]" />

Or to make it like old version, use:

<a href="[download_url]" class="btn btn-success">[link_label]</a>
Mar 8, 2016 at 8:52 pm
#42136
Moderator
Shahriar
Staff OP

It mostly will depend on your theme, wpdm doesn’t have much of control there.

Mar 8, 2016 at 8:49 pm
#42134
Moderator
Shahriar
Staff OP

Yes, use a column with header version in your csv file.

Mar 8, 2016 at 8:48 pm
#42133
Moderator
Shahriar
Staff OP

Login info is not working.

Mar 8, 2016 at 8:47 pm
#42132
Moderator
Shahriar
Staff OP
Mar 8, 2016 at 8:28 pm
#42129
Moderator
Shahriar
Staff OP

You may use following code for that:

function wpdm_update_time_tag($alltags){
    $alltags['update_time'] = get_post_modified_time(get_option('date_format')." ".get_option('time_format'), null, $alltags['ID'], true);
    return $alltags;
}
add_filter("wdm_before_fetch_template", "wpdm_update_time_tag");

Add the code at the end of your theme functions.php, then you can use [update_time] in your link/page template to show update date with time.

Mar 8, 2016 at 7:59 pm
#42126
Moderator
Shahriar
Staff OP

Sorry, not sure exactly, this mostly will depend on the multilingual plugin

Mar 8, 2016 at 7:55 pm
#42125
Moderator
Shahriar
Staff OP

Only admin can see the stats. Required capability is manage_options

 

Mar 8, 2016 at 7:51 pm
#42124
Moderator
Shahriar
Staff OP

WPDM can’t create duplicate content except your used same content/description for multiple packages, you can use seo plugin to customize seo meta. However please give me few duplicate page urls in a private reply to check.

Mar 8, 2016 at 7:42 pm
#42123
Moderator
Shahriar
Staff OP

no such option with wpdm, but if there gallery picture are in any specific dir, you can attach the dir with a package and enable single file download, then users will be able to download any or all of them.

Mar 8, 2016 at 7:40 pm
#42122
Moderator
Shahriar
Staff OP

Sorry, that is not possible yet.

Mar 8, 2016 at 7:38 pm
#42121
Moderator
Shahriar
Staff OP

If you check the notify subscriber option and click “Update” button, it will be scheduled automatically, in campaign list you only will see manual newsletter campaigns, but to send email in time, please setup a cron job in your server for this url http://your-site-name.com/?cron_handle=1

 

Mar 8, 2016 at 7:33 pm
#42118
Moderator
Shahriar
Staff OP

Please activate shopping cart from add/edit package window, or download and install this add-on

Premium Package – WordPress Digital Store Solution

That will resolve the issue.

Or, please give me temporary wp-admin login info in a private reply, I’ll do that setup there for you 🙂

Mar 8, 2016 at 7:32 pm
#42117
Moderator
Shahriar
Staff OP

Yes, we shall add it as a feature with the next update.

Viewing 25 posts - 11,301 through 11,325 (of 12,513 total)