Shahriar

Forum Replies Created

Viewing 25 posts - 11,301 through 11,325 (of 12,513 total)
in reply to: Paid Customisation – Bugs #42239

Shahriar
Moderator

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"]

in reply to: Stripe gateway won't complete loading #42238

Shahriar
Moderator

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

in reply to: File/Category access #42237

Shahriar
Moderator

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

in reply to: how to change text on thank you page #42236

Shahriar
Moderator

Please give me an example url to check

in reply to: bulk import and link template #42235

Shahriar
Moderator
  1. That is not possible through csv import
  2. Category view/short-code doesn’t support [file_list] tag to avoid over query.
in reply to: Search result #42234

Shahriar
Moderator

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.

in reply to: How to use NextGEN Gallery with Download Manager #42145

Shahriar
Moderator
  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/

in reply to: Not showing packages until selecting category #42142

Shahriar
Moderator

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

in reply to: Frontend Uploader – Tags? #42141

Shahriar
Moderator

That will require customization in code.

in reply to: csv import #42139

Shahriar
Moderator

Tested sample attached.

in reply to: Updated and cannot find WPDM Search widget #42138

Shahriar
Moderator

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

in reply to: Individual direct download links #42137

Shahriar
Moderator

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>
in reply to: how to change tag sites #42136

Shahriar
Moderator

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

in reply to: Bulk Import CSV doesn't include "Version" field #42134

Shahriar
Moderator

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

in reply to: Cannot contact reCaptcha #42133

Shahriar
Moderator

Login info is not working.

in reply to: Getting Started #42132

Shahriar
Moderator
in reply to: Add time to "Last Updated" #42129

Shahriar
Moderator

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.

in reply to: Search result #42126

Shahriar
Moderator

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

in reply to: editor cannot view stats #42125

Shahriar
Moderator

Only admin can see the stats. Required capability is manage_options

 

in reply to: customization of a META description #42124

Shahriar
Moderator

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.

in reply to: How to use NextGEN Gallery with Download Manager #42123

Shahriar
Moderator

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.


Shahriar
Moderator

Sorry, that is not possible yet.

in reply to: No submit button in post subscription post type #42121

Shahriar
Moderator

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

 

in reply to: package not show in category page #42118

Shahriar
Moderator

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 ๐Ÿ™‚

in reply to: Not showing packages until selecting category #42117

Shahriar
Moderator

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

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