Shahriar

Forum Replies Created

Viewing 25 posts - 7,051 through 7,075 (of 12,513 total)
Oct 24, 2017 at 6:18 pm
#64830
Moderator
Shahriar
Staff OP

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

Send me functions.php to check.

Oct 24, 2017 at 6:15 pm
#64829
Moderator
Shahriar
Staff OP

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.

Oct 24, 2017 at 6:09 pm
#64827
Moderator
Shahriar
Staff OP

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.

Oct 24, 2017 at 5:56 pm
#64823
Moderator
Shahriar
Staff OP

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

Oct 24, 2017 at 5:30 pm
#64822
Moderator
Shahriar
Staff OP

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.

Oct 24, 2017 at 5:27 pm
#64821
Moderator
Shahriar
Staff OP

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.

Oct 24, 2017 at 4:19 pm
#64815
Moderator
Shahriar
Staff OP

Please send FTP and wp-admin in private reply.

Oct 24, 2017 at 4:17 pm
#64814
Moderator
Shahriar
Staff OP

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/

Oct 24, 2017 at 4:08 pm
#64812
Moderator
Shahriar
Staff OP

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.

Oct 24, 2017 at 3:39 pm
#64807
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 9:09 pm
#64768
Moderator
Shahriar
Staff OP

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

Oct 22, 2017 at 8:56 pm
#64767
Moderator
Shahriar
Staff OP

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

 

Oct 22, 2017 at 8:41 pm
#64766
Moderator
Shahriar
Staff OP

Hi,

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

Thanks.

Oct 22, 2017 at 8:39 pm
#64765
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 8:36 pm
#64764
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 8:34 pm
#64763
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 8:32 pm
#64762
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 8:27 pm
#64761
Moderator
Shahriar
Staff OP

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

Oct 22, 2017 at 8:26 pm
#64760
Moderator
Shahriar
Staff OP

Please try order_by="date"

Oct 22, 2017 at 8:21 pm
#64759
Moderator
Shahriar
Staff OP

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’

Oct 22, 2017 at 8:09 pm
#64757
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 22, 2017 at 8:01 pm
#64756
Moderator
Shahriar
Staff OP

Hi Shawn,

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

Best Regards.

Oct 22, 2017 at 7:57 pm
#64755
Moderator
Shahriar
Staff OP

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.

Oct 22, 2017 at 7:51 pm
#64754
Moderator
Shahriar
Staff OP

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

Oct 22, 2017 at 7:40 pm
#64752
Moderator
Shahriar
Staff OP

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)