Shahriar

Forum Replies Created

Viewing 25 posts - 6,326 through 6,350 (of 12,513 total)
Feb 26, 2018 at 3:49 pm
#70455
Moderator
Shahriar
Staff OP

You should use the custom link/page template ( the one that opens pdf in new tab ) with the package where you have only pdf file. In other packages use default download_link tag instead.

If you can’t figure it out, Please send me the package URL and wp-admin login info in private reply to check the dialog issue.

Feb 26, 2018 at 3:43 pm
#70454
Moderator
Shahriar
Staff OP

@adapta, Please try now.

Feb 26, 2018 at 3:27 pm
#70452
Moderator
Shahriar
Staff OP

Hi Shafiq, Unlocked your key. Now, It should work in your new domain. Thanks.

Feb 26, 2018 at 8:19 am
#70420
Moderator
Shahriar
Staff OP

– Added new custom field Author and edited your custom link template dxf to show that author when available

– added the background in custom template

– changed the button color

– access is not working because from your download manager category settings you are allowing all visitors to access the download

https://www.evernote.com/l/AUfFZKpfwA9L07cyF62_63MrWblmgS7fLpMB/image.png

https://www.dxf-downloads.de/category/downloads/3d-drucker-stl/ is the archive for your post category 3D Drucker .stl It is not download category archive. Download category archive url will look like this https://www.dxf-downloads.de/downloads/download-category

you can change the url slug downloads from WPDM Basic settings.

Feb 26, 2018 at 5:39 am
#70413
Moderator
Shahriar
Staff OP

I am getting the “The API developer key is invalid.” message. This is usually picker API issue.

You must enable Picker API. Please go https://console.developers.google.com/ select your project then click APIs & auth find Google Picker API and enable it.

Feb 26, 2018 at 5:20 am
#70411
Moderator
Shahriar
Staff OP

Please send me your CSV file to check the issue.

The access roles should be mapped with WPDM:access to CSV importer. I have attached a CSV file and the following screenshot shows how access column is mapped to WPDM:access

https://www.evernote.com/l/AUczfg_bjnhDjbCOgg0Ag6vtXEyJ7q7oLasB/image.png

Feb 25, 2018 at 6:46 am
#70374
Moderator
Shahriar
Staff OP

Category URL base is shown when you are visiting download category archive.

https://domain.com/category/themes [ this is the URL when Category URL base category and visiting themes category archive ]

Package URL base is shown when you are visiting download/package details page.

https://domain.com/download/pro-icons [ this is the URL when Package URL base download and visiting pro-icons package ]

Archive Page slug is used to show downloads/packages archive page,

https://domain.com/downloads [ this is the URL when Archive Page slug downloads and this page shows all packages/downloads ]

Feb 25, 2018 at 6:38 am
#70373
Moderator
Shahriar
Staff OP

Hi,

Yes, you need Business ( 5 sites ) or Developer ( Unlimited ) license to use WPDM on multiple domains.

And you have to network disable and activate the WPDM on each site separately.

Thanks.

Feb 25, 2018 at 6:01 am
#70367
Moderator
Shahriar
Staff OP

Hi, We need wp-admin login info to access the edit page. Please send it in private reply.

Feb 25, 2018 at 5:59 am
#70366
Moderator
Shahriar
Staff OP

Hi,

Special Pack ( WordPress-Download-Manager-Special-Pack.zip ) contains several plugins. So, you have it unzip it first. Then install/upload each plugin separately.

Thanks.

Feb 25, 2018 at 5:55 am
#70364
Moderator
Shahriar
Staff OP

Your attachment failed due to file size. Try smaller image or send me the URL of the image.

Or Could you please send temporary wp-admin login info in private reply to check the issue?

Feb 25, 2018 at 5:52 am
#70363
Moderator
Shahriar
Staff OP

You can do that by adding conditional info in the single-wpdmpro.php if you are using the custom post type template single-wpdmpro.php for WPDM packages. This template overrides page template option.

And the other option is creating a custom template tag to use with custom link/page template which is not your preferred option.

Feb 25, 2018 at 5:37 am
#70361
Moderator
Shahriar
Staff OP

1 ) I have updated the code to make the CSV Importer available to editor role.

2 ) You are using the free version of Download Manager. It doesn’t have dir attachment option. To attach a file you just have to put the file name under files column.

3 ) Your suggestion has been noted for future implementation. Thanks.

4 ) For All visitors use guest

Please let me know if you need more clarification on any step.

Feb 25, 2018 at 5:23 am
#70360
Moderator
Shahriar
Staff OP

Hi,

Some of your files only for premium users that means the “premium user” custom option is empty in other packages. So, you can utilize that in your custom link/page template.

When a field is empty you can hide that by adding a class in the template code. example: adding this [hide_empty:version] in the wraping element/div of version will hide the element if version is empty.

Please send me the URL to suggest required CSS adjustments. Send temporary wp-admin login info in private reply if you want me to check the custom template code and make the premium field visible only when there is a value.

Thanks.

Feb 24, 2018 at 11:53 am
#70331
Moderator
Shahriar
Staff OP

Hi Brian, Unlocked your key from the old domain. You can use it on your new site now. – Best Regards.

Feb 23, 2018 at 4:17 am
#70265
Moderator
Shahriar
Staff OP

Have you installed any new plugin recently?

Either someone deleted those custom templates manually or another plugin deleted the custom template option from DB ( this is highly unlikely though. Some database backup/restore plugin can do this type of changes ).

However, I created 2 new custom templates yesterday. Those are still there, so I hope whatever it was isn’t repeating anymore.

Feb 22, 2018 at 4:13 pm
#70208
Moderator
Shahriar
Staff OP

Hi,

If you added PHP file in /active-theme/download-manager/link-templates/ dir then switching theme will remove those templates until you copy those templates file under the active theme.

If you used Downloads Templates Template Editor to create custom templates then those should be there even after theme switch.

How did you create those custom templates? Did you add PHP files or template editor?

Best regards.

Feb 22, 2018 at 3:53 pm
#70205
Moderator
Shahriar
Staff OP

Hi,

This looks like a server directory permission issue. I have to check the directory permissions to be sure.

Please send temporary wp-admin and FTP login info in private reply to check.

Best regards.

Feb 22, 2018 at 1:05 pm
#70198
Moderator
Shahriar
Staff OP

Clone the page/link template you are using now and replace [download_link] with <a target="_blank" href="[download_url]">[link_label]</a>

Feb 22, 2018 at 12:59 pm
#70197
Moderator
Shahriar
Staff OP

Hi,

You can define package and category URL slug from WPDM Basic settings,

https://www.evernote.com/l/AUfvvQRftg5AHLFUmN2ilfwmQSRCecBsvFgB/image.png

No option to change the download URL query strings. Actually, there is no need prettify the query string because those are actual download URL, not package URL.

Thanks.

Feb 22, 2018 at 11:45 am
#70194
Moderator
Shahriar
Staff OP

Hi Joe, Unlocked your key too.

Feb 21, 2018 at 8:13 pm
#70142
Moderator
Shahriar
Staff OP

Hi,

It is not possible through WPDM Google Lock feature.

This requires a customized solution. Please mail to customize@wpdownloadmanager.com to get a quote on this if you are interested in custom service.

Thanks.

Feb 21, 2018 at 8:08 pm
#70141
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Feb 21, 2018 at 7:44 pm
#70136
Moderator
Shahriar
Staff OP

Hi Mark,

You can use following css to change the color,

.w3eden .list-group .badge{ background: #eee !important; }

Thanks.

Feb 21, 2018 at 7:38 pm
#70133
Moderator
Shahriar
Staff OP

Sorry, It is not possible to set the file title from bulk import process.

Viewing 25 posts - 6,326 through 6,350 (of 12,513 total)