Shahriar

Forum Replies Created

Viewing 25 posts - 3,826 through 3,850 (of 12,513 total)
Dec 22, 2018 at 7:55 am
#90951
Moderator
Shahriar
Staff OP

Please send me the package URL. I have tried several downloads and found no such issue.

Dec 22, 2018 at 6:09 am
#90948
Moderator
Shahriar
Staff OP

1 ) Those blocks are not available yet.

2 ) Saved cart page option in Premium Package settings to fix cart issue. Please check other options there to make yourself familiarize with plugin features.

https://www.evernote.com/l/AUeLF3V4yaxFyLMDuIpsifSruxQQIa_k2-MB/image.png

3 ) You can set up pricing tables here https://beatsem.com/wp-admin/edit.php?post_type=pricingtable

Dec 22, 2018 at 5:59 am
#90947
Moderator
Shahriar
Staff OP

Looks like you are using default WP registration page. Please send temporary admin login info if you want to use the WPDM signup page and want me to look into the issue of infinite loading.

Dec 22, 2018 at 5:48 am
#90944
Moderator
Shahriar
Staff OP

Please try a link template with [download_link_extended] template tag or replace your [download_link] tag with this tag. It will embed the lock option on the page instead of using a popup.

Dec 22, 2018 at 5:33 am
#90943
Moderator
Shahriar
Staff OP

Now I have access to the network admin area. But still can’t edit or add a plugin. Could you please try the modified version of add-on again? Clear the cache after installation.

Dec 22, 2018 at 5:26 am
#90942
Moderator
Shahriar
Staff OP

Profile page lists the packages created by the user, not the packages the user has access to. So, when creating the package as admin you have to assign the user as the package author if you want the package to be visible in the profile page. You can change or set author of the package from admin area ( package edit screen or All packages Quick edit ).

Dec 22, 2018 at 5:13 am
#90941
Moderator
Shahriar
Staff OP

– It is not possible to use the same category for all packages in the Hosting add-on. Each user will have their own base category.

– In File Hosting add-on you can control the package access from settings. Click the setting icon to manage settings. It allows you to assign the file to a specific user ( If AAC add-on is active ) and role.

– You have to edit the packageInfo function to modify the shared iframe preview. You can use general page template by removing the ?wpdmframe part from share link.

Dec 20, 2018 at 6:11 pm
#90927
Moderator
Shahriar
Staff OP

Please read the add-on documentation here https://www.wpdownloadmanager.com/docsfor/premium-package/

You can manage add-on settings from Downloads Settings Premium Package Tab.

After activating the add-on it adds a new tab “Pricing & Discounts” in package settings meta box. You can set up pricing & discounts there.

Dec 20, 2018 at 6:05 pm
#90926
Moderator
Shahriar
Staff OP

Hi!

You are right about the issue in edge browser. We are working on a solution and will ship it with the next version of WPDM. For now, please advise your client to use another browser.

Thanks.

Dec 20, 2018 at 4:20 pm
#90916
Moderator
Shahriar
Staff OP

Yes, you can sell downloads easily using our Premium Package add-on. Download it free from here https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/

Dec 20, 2018 at 4:18 pm
#90915
Moderator
Shahriar
Staff OP

You can use [file-list] template tag to show single file download links (Demo: https://demo.wpdownloadmanager.com/wpdmpro/album/package-with-multiple-versions/ ). The user can download each file separately.

Some built-in templates use this tag or you can create your own custom template.

Dec 20, 2018 at 4:10 pm
#90914
Moderator
Shahriar
Staff OP

I see the text domain is missing in the code, please add the text domain as shown below ( added the download-manager text domain ),

_e('Drop files here', 'download-manager');

Or send login info in private reply. I will update the code.

Dec 20, 2018 at 3:51 pm
#90910
Moderator
Shahriar
Staff OP

Sharing option is available in File Hosting add-on area, not in file manager page. File Manager deals with actual server files, on the other hand, File Hosting deals with packages and categories.

No, File Manager doesn’t have a list view. But it will be a nice addition, noted for implementation.

Dec 20, 2018 at 3:47 pm
#90909
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Dec 20, 2018 at 3:45 pm
#90908
Moderator
Shahriar
Staff OP

Found the reason behind the differences in paging. The table without search ( jstable=0 ) shows all pages and in some pages where some packages aren’t accessible by the user it hides the packages but doesn’t bring packages from next page to fill up the quota per page. So, some pages might have less than 20 packages in this table.

In the search table, it brings the missing packages from the next page to fill up the quota of packages per page resulting in a reduced number of pages.

By the way, lots of your packages seem to have no data just a title title. You should delete those packages.

Dec 20, 2018 at 3:34 pm
#90906
Moderator
Shahriar
Staff OP

Done

Dec 20, 2018 at 3:29 pm
#90905
Moderator
Shahriar
Staff OP

Hi! Unlocked your key from the old site. – Thanks.

Dec 20, 2018 at 3:28 pm
#90904
Moderator
Shahriar
Staff OP

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

Dec 20, 2018 at 3:26 pm
#90903
Moderator
Shahriar
Staff OP

You were using an older version of WPDM there. I have installed the latest one. Now downloads are working.

Dec 20, 2018 at 3:04 pm
#90902
Moderator
Shahriar
Staff OP

Please add the following CSS to hide the checkmark,

.wpdm-checkbox .fa-check { 
    display: none; 
}

To change text color and font size try this,

.terms-panel .panel-footer {
    color: #009900;
    font-size: 20px;
}
Dec 20, 2018 at 2:55 pm
#90901
Moderator
Shahriar
Staff OP

You can change the name by editing the /plugins/wpdm-file-cart/wpdm-file-cart.php file. Find the instances of custom-pack text there and replace it with the name you want.

Dec 20, 2018 at 2:51 pm
#90900
Moderator
Shahriar
Staff OP

Hi,

Please try updating your WPDM account password to something like this 23cXdb3Gfs7 ( Upper, lowercase chars and numbers ). Then try the login again. The current login process is stripping some characters.

Thanks.

Dec 20, 2018 at 5:37 am
#90890
Moderator
Shahriar
Staff OP

Are you referring to a page that uses archive shortcode? Or is it the WordPress post archive page? Please send me the page link to check.

Dec 20, 2018 at 5:34 am
#90889
Moderator
Shahriar
Staff OP

Unlocked your key from staging site. Now, The license key should work on your new domain.

Dec 18, 2018 at 6:29 pm
#90853
Moderator
Shahriar
Staff OP

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

Viewing 25 posts - 3,826 through 3,850 (of 12,513 total)