Shahriar

Forum Replies Created

Viewing 25 posts - 7,051 through 7,075 (of 12,513 total)
in reply to: Remove link from [categories] shortcode? #64830

Shahriar
Moderator

Where did you add this code? It should be added to the functions.php

Send me functions.php to check.

in reply to: Compatible Third Party Plugins (Post Tables Pro) #64829

Shahriar
Moderator

Hi,

It will take about 4 hours of customization. We will display all custom values in a sidebar or at the top ( let me know your preference ). Packages will be filter based on selected filters.

Thanks.

in reply to: Customize [file_list] or [file_list_extended] #64827

Shahriar
Moderator

Yes.

But why not create another custom tag instead of editing current [file_list]

The result of [file_list] is generated by Table function at libs/class.FileList.php file.


Shahriar
Moderator

It is not possible yet. For now, you can add the date after the file as there is an option to modify the filename.

in reply to: icons disappear following update #64822

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue. Also, make sure you have the latest version ( 4.7.1 ) of Download Manager.

in reply to: MultiSite Upgrade Fails #64821

Shahriar
Moderator

Hi,

In version 4.7.1 we are using separate /download-manager-files dir for each sub-site.

/wp-content/uploads/download-manager-files/  ( Old versions used only this dir for all files from all subsites, now only main site uses this dir )

/wp-content/uploads/sites/1/download-manager-files/ ( files dir for site 1 )
/wp-content/uploads/sites/2/download-manager-files/ ( files dir for site 2 )

and so on…

You just have to copy the old /download-manager-files dir to each sub-sites upload dir.

If it is not possible for you to move /download-manager-files dir to each sub-site but want to use latest WPDM then install following copy to use main /download-manager-files dir as you Download Manager files dir like old versions.

https://www.dropbox.com/s/xyrfqe89txtxn5f/download-manager-v.4.7.1.zip?dl=0

Thanks.

in reply to: Remove link from [categories] shortcode? #64815

Shahriar
Moderator

Please send FTP and wp-admin in private reply.

in reply to: reorder the jQuery tree #64814

Shahriar
Moderator

There is no option to reorder categories from the shortcode. But you can sort ( asc or desc ) packages inside categories by date or name or modified

To change categories order you have to edit add-on code. Find $cats = get_terms( 'wpdmcategory', array( 'hide_empty' ► false) ); in the wpdm-extended-shortcodes.php file. You can add some order parameter in second arg.

$cats = get_terms( 'wpdmcategory', array( 'hide_empty' ► false, 'orderby' ► 'count') );

You will find valid orderby parameters here https://developer.wordpress.org/reference/classes/wp_term_query/__construct/

in reply to: Form Lock – cannot use after purchase #64812

Shahriar
Moderator

Due to some JS errors in the page popover form not working. Use the embedded form instead. I have created a custom page template ‘Extended Clone’ and applied it to your ‘Test’ package. After form submission now the download link is provided on the page.

Please use [download_link_extended] instead of  [download_link] tag in your custom template if you want to create another custom link template.

in reply to: Can't translate the Edit Profile form labels #64807

Shahriar
Moderator

Frontend upload is working.

Next version will be released within next week. You can use your own template though for the ‘Edit Profile’ page and translate those strings in that template.

You have to place the

/plugins/download-manager/tpls/user-dashboard/edit-profile.php

file in

/themes/active-theme/download-manager/user-dashboard/edit-profile.php

dir. Your new translated template file will be used insted of default template in this case.

in reply to: How to upgrade from Version 2.5.95 #64768

Shahriar
Moderator

When you update from 2.5.95 your old posts will be gone too, not only categories because of moving to custom post type.

Maybe latest version before moving to the custom post type was 2.6.96 You can download it here https://downloads.wordpress.org/plugin/download-manager.2.6.96.zip

Please check this post https://wordpress.org/support/topic/required-actions-after-you-update-to-v27-from-v26/

Here is the migration add-on https://cdn.wpdownloadmanager.com/wp-content/uploads/2015/01/wpdm-m324x.zip

But you still have to change the shortcodes ( sigh… ) as it is not possible to keep the post ids same as old ids

in reply to: Wrong showing download files #64767

Shahriar
Moderator

Hi, Easy fix for this is using fixed size thumbnail for all packages. Is it possible for you?

 


Shahriar
Moderator

Hi,

We are releasing a PP update soon. We have found the issue. This was reported by another user.

Thanks.

in reply to: Changing icons, fonts and font size. #64765

Shahriar
Moderator

The suggestion above was for the Extended Shortcodes add-on, not the core Download Manager plugin. You can add custom icons by adding the URL instead if selecting an existing one.

in reply to: 2.9 Upgrade #64764

Shahriar
Moderator

The update should work like any other plugins. You can manually download here too http://wordpress.org/plugins/download-manager/

First, delete current installation and then install the latest version.

in reply to: Display tags in table view? #64763

Shahriar
Moderator

That requires code customization. Please check the related doc here https://www.wpdownloadmanager.com/doc/template-files/ You have to create a custom template for the /tpls/wpdm-all-downloads.php template.

in reply to: How can I open the download in a new window? #64762

Shahriar
Moderator

Create a custom link/page template. You can clone an existing one and replace the [download_link] template tag with the following code.

<a herf="[download_url]" target="_blank">View</a>

In Downloads Settings Basic find and enable “Open in browser” option.

Now select this link/page template in package setting meta box.

in reply to: Without login – register (Allow Access:) #64761

Shahriar
Moderator

Please send temporary wp-admin login info in private reply to check the issue.

in reply to: Can't order downloads by date #64760

Shahriar
Moderator

Please try order_by="date"

in reply to: Download button stubbornly displays 0 downloads #64759

Shahriar
Moderator

That’s actually filed size. Check your File Size field in package settings meta box. Set the file size there. That should update the ‘0’

in reply to: Can't access my PRO Version #64757

Shahriar
Moderator
This reply has been marked as private.

Shahriar
Moderator

Hi Shawn,

Thanks a lot  for reporting the issue. We are releasing a new version of Premium Package to fix this issue.

Best Regards.

in reply to: Compatible Third Party Plugins (Post Tables Pro) #64755

Shahriar
Moderator

Please let me know what kind of custom data you are associating with the package. And how do you want the filter implemented? Is it something like Archive Page Advanced Search? I understand the core idea but more info from you will help me to understand your use case.


Shahriar
Moderator

The login page is working now. Please check and let me know if still having trouble.

in reply to: Email Template #64752

Shahriar
Moderator

1 ) Not available yet. But we have plans to introduce this feature soon.

2 ) Which WPDM version are you using? Works in my test with latest WPDM.

3 ) Admin gets order email only when payment is completed successfully.

Viewing 25 posts - 7,051 through 7,075 (of 12,513 total)