Shahriar

Forum Replies Created

Viewing 25 posts - 4,301 through 4,325 (of 12,513 total)
Nov 12, 2018 at 5:17 pm
#89385
Moderator
Shahriar
Staff OP

Buy link error was related to missing Bootstrap JS. I have activated WPDM Bootstrap JS from settings. The modal is working now.

Nov 11, 2018 at 7:16 pm
#89356
Moderator
Shahriar
Staff OP

Please try version 4.7.9

Nov 11, 2018 at 12:13 pm
#89347
Moderator
Shahriar
Staff OP

Have you managed to insert the Advanced Search shortcode?

Please send temporary wp-admin login info to check the “SORRY, NO POSTS FOUND” issue. Send the page URL too where you have placed the tag shortcode.

Nov 11, 2018 at 12:07 pm
#89346
Moderator
Shahriar
Staff OP

Please check now.

Nov 11, 2018 at 5:26 am
#89339
Moderator
Shahriar
Staff OP

I couldn’t find any issue with the Archive Page compact view in my test environment. Please try changing the link template there, apply a built-in template to check if the issue is related to your custom link template.

You can also share your link template code so we can check if anything is wrong there.

Nov 11, 2018 at 5:20 am
#89338
Moderator
Shahriar
Staff OP

I have added a patch there, Now the Default Values should work in frontend too.

Nov 11, 2018 at 5:15 am
#89337
Moderator
Shahriar
Staff OP

Please send me a package link that shows the download count. I will test the reported issue. Also, make sure you have the latest version of WordPress Download Manager.

Nov 10, 2018 at 8:10 pm
#89332
Moderator
Shahriar
Staff OP

Has this issue been resolved? Please send temporary wp-admin login info in private reply if the problem persists.

Nov 10, 2018 at 8:09 pm
#89330
Moderator
Shahriar
Staff OP

Please send FTP and wp-admin login info in private reply. I will add the custom tag for you and will show you where you have to edit to modify the custom file list style.

Nov 10, 2018 at 8:06 pm
#89329
Moderator
Shahriar
Staff OP

Please send me the page link to check the issue. WHich shortcode are you using there?

Nov 10, 2018 at 8:05 pm
#89328
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 10, 2018 at 7:57 pm
#89327
Moderator
Shahriar
Staff OP

Hi,

You can add free files with Premium Package from Pricing & Discounts Tab in package settings meta box.

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

You have to use [free_download_btn] template tag in your custom page template to display the download button for free files.

Let me know if you have any further query.

Thanks.

Nov 10, 2018 at 7:51 pm
#89326
Moderator
Shahriar
Staff OP

You can use the category shortcode to packages/downloads from one or more categories. This shortcode has a col parameter which let you define the number of columns you want to use to show packages. Here is an example of category shortcode,

[wpdm_category id="slug1,slug2," cols="3" toolbar=0 desc=0 item_per_page=9 template="link-template-bsthumnail"]

Nov 10, 2018 at 7:47 pm
#89325
Moderator
Shahriar
Staff OP

You can use category/subcategory to create that kind of hierarchy. Then use the Archive Page sidebar view ( https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/ ) to display the packages.

Left sidebar shows the main categories. When you click a category on the left sidebar, all of its child categories and packages are shown in the right side.

Nov 10, 2018 at 7:44 pm
#89324
Moderator
Shahriar
Staff OP

If you lock your download using any lock from WPDM lock features, no one can share download links. Because those links are temporary.

Nov 10, 2018 at 7:42 pm
#89323
Moderator
Shahriar
Staff OP

Not sure what you meant by the custom filter. If you want to add more drop-down there custom coding is required.

It is possible to hide the order and orderby dropdowns using CSS. If you want that let me know. I will suggest custom CSS to hide those filters.

Nov 10, 2018 at 7:39 pm
#89322
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 10, 2018 at 7:35 pm
#89321
Moderator
Shahriar
Staff OP

In some server, the update fails due to permission issue. However, you can complete the update process manually.

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version.

Thanks.

Nov 10, 2018 at 7:33 pm
#89320
Moderator
Shahriar
Staff OP

Please send the login URL too.

Nov 10, 2018 at 7:24 pm
#89319
Moderator
Shahriar
Staff OP

Hi,

You can deactivate and delete the Premium Package add-on to remove pricing features.

To make the downloads title more readable in all packages page please hide some columns. You can do that from Screen Options.

https://www.evernote.com/l/AUc4zjMcuPVAhIf9M5Ve-MNiQO7KjAeRaloB/image.png

Thanks.

Nov 8, 2018 at 9:04 pm
#89278
Moderator
Shahriar
Staff OP

Hi,

The best option to modify [file_list] is creating a custom template tags using wdm_before_fetch_template filter ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ )

To modify the style of [file_list] template tag copy the Table function from /download-manager/libs/class.FileList.php and link it to your filter. Then add your customizations in the new Table function.

You have to add the code to your theme or child theme’s functions.php file.

function wpdm_table_mod(){
// paste the code from original table function here
}
add_filter('wdm_before_fetch_template', 'wpdm_custom_template_tags',10,1);
function wpdm_custom_template_tags($vars){
$vars['file_list_custom'] = wpdm_table_mod();
return $vars;
}

Please add display: none; inline CSS in the marked position to hide the floating file cart. No other option available yet but we will add an option in the future release to hide it.

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

Thanks.

Nov 8, 2018 at 8:43 pm
#89277
Moderator
Shahriar
Staff OP

Hi,

Download Manager always uploads files to the /uploads/download-manager-files/ directory. When you upload files using Upload tab in Attach File meta box that’s where file goes.

The file browser root is the base root for Browse tab in Attach File meta box. You use this tab when attaching a server file to the package instead of uploading a new file. File Browser root is not the directory where WPDM uploads files.

In your case, I think you have used both option to attach files to your packages. That’s why some files have been stored in /uploads/download-manager-files/ directory.

Let me know if you have any further query.

Thanks.

Nov 8, 2018 at 8:33 pm
#89276
Moderator
Shahriar
Staff OP

Hi,

Really sorry about the trouble you had with the update.

The update process is actually pretty simple. You just deactivate and delete the old version. Then install the latest version. Deleting the old version doesn’t delete your data.

If you want, I can help you with the update. Just send temporary wp-admin login info in private reply and I will install the latest version for you.

Thanks.

Nov 8, 2018 at 8:27 pm
#89274
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key from the old domain. Please try now.

Thanks.

Nov 8, 2018 at 8:25 pm
#89273
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key. Please try now.

Thanks.

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