Shahriar

Forum Replies Created

Viewing 25 posts - 1,151 through 1,175 (of 12,513 total)
Sep 26, 2019 at 9:13 pm
#112994
Moderator
Shahriar
Staff OP

1 ) Setting the login page ( http://prntscr.com/pbh05l ) solves both signup and logout redirect issue.

2 ) You can use a custom template of /download-manager/tpls/wpdm-reg-form.php file to add a new field in the signup form. The custom template has to be placed in /active-theme/download-manager/wpdm-reg-form.php location. And you have to handle the saving operation of this custom field.

Sep 26, 2019 at 8:39 pm
#112993
Moderator
Shahriar
Staff OP

There is a difference between your WordPress-address (URL) https://www.vphuisartsen.nl/2018 and Siteadres (URL) https://www.vphuisartsen.nl The issue originated from there. I have updated the Block Hotlink add-on to handle this scenario. Downloads are working now

Sep 26, 2019 at 8:02 pm
#112992
Moderator
Shahriar
Staff OP

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

Sep 26, 2019 at 7:56 pm
#112991
Moderator
Shahriar
Staff OP

Fixed the CSS issue. And default access setting will bee improved in the next release.

Sep 26, 2019 at 7:43 pm
#112990
Moderator
Shahriar
Staff OP

Have you installed the Download Manager Pro? If both plugins are active the PDF Stamper settings should be available in Dashboard > Downloads > Settings > PDF Stamper Tab.

Sep 26, 2019 at 7:40 pm
#112989
Moderator
Shahriar
Staff OP

Hi,

You can use only one data table on the page. If you need multiple tables then use jstable=0 in your all packages shortcode. Another thing is dataTables.bootstrap.min.js is already being added to the page by your Post Tables plugin which is conflicting with the WPDM JS Table script.

The solution here is using jstable=0 on your shortcode or use only one all packages shortcode with jstable=1. In the latter case, you have to take care of another JS table instance coming from Post Tables plugin. You can remove the WPDM’s version of js table or the other plugin’s.

Thanks.

Sep 26, 2019 at 7:15 pm
#112986
Moderator
Shahriar
Staff OP

**Your custom fields in Attached Files are not coming from Advanced Custom Fields add-on, these are implemented using custom code hooked to wpdm_attached_file**

You are mixing these custom fields with [acf_DocumentFields_firmName], [acf_DocumentFields_approvalNumber] etc. You don’t need custom fileds from Downloads > Custom Fields page as those doesn’t serve your purpose.

To display your custom file meta a custom template tag is required. But the implementation if complex. If you want I can do it for as a custom upgrade service ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ). Or you can do it yourself if you have coding knowledge. Use the wdm_before_fetch_template hook to implement custom tag. Here is the related documentation https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

Sep 26, 2019 at 6:35 pm
#112982
Moderator
Shahriar
Staff OP

The last 2 errors probably came before the plugin was fully setup. Those won’t appear again. And CSV Importer warning looks like some PHP session issue related to server. But the thing is we are handling the session in a custom way in the core plugin. The add-on still is using the native session. In the next update, we will use the same session used by the core plugin. Even if there is some session issue in the server you won’t see those warnings after the update. And, finally, these warnings won’t interfere in plugin functionalities.

Sep 26, 2019 at 6:18 pm
#112978
Moderator
Shahriar
Staff OP

Please check now. Let me know if still getting 502 error. I have disabled the pre_get_posts hook which could be the possible reason behind this.

Sep 26, 2019 at 6:11 pm
#112977
Moderator
Shahriar
Staff OP

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

Sep 26, 2019 at 11:48 am
#112965
Moderator
Shahriar
Staff OP

The cache directory /wp-content/uploads/wpdm-cache/ was missing in your setup. I have created it and that fixed the asset manager upload issue.

Sep 26, 2019 at 11:29 am
#112964
Moderator
Shahriar
Staff OP

Hi Waldemar,

It is not possible yet. Maybe pre_get_post hooked function can do the job but it will complicate things. We will add an additional filter hook in next release to modify the archive query parameters. Using it you can change the query behavior.

Thanks.

Sep 26, 2019 at 11:25 am
#112963
Moderator
Shahriar
Staff OP

Do you mean when you open the package the child category isn’t part of breadcrumb? Which archive view are you using there?

Sep 26, 2019 at 11:19 am
#112962
Moderator
Shahriar
Staff OP

Please check now.

Sep 25, 2019 at 9:58 pm
#112945
Moderator
Shahriar
Staff OP

Hi Tony,

You have to edit the plugin file for that. Replace manage_options with edit_pages in download-manager.php line no 36

Thanks.

Sep 25, 2019 at 9:52 pm
#112944
Moderator
Shahriar
Staff OP

Could you please send temporary wp-admin login info? Without checking the setup I am sure what’s going on with file upload.

Check the “File Browser Root:(?)” option in the Basic Settings page, maybe the path isn’t correct there. The asset manager issue could be related to this.

Sep 25, 2019 at 9:43 pm
#112943
Moderator
Shahriar
Staff OP

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

Sep 25, 2019 at 9:40 pm
#112942
Moderator
Shahriar
Staff OP

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

Sep 25, 2019 at 9:39 pm
#112941
Moderator
Shahriar
Staff OP

@geonauta, Could you please create a new ticket and send temporary wp-admin login info there? so I can take a look in your setup.

Sep 25, 2019 at 9:36 pm
#112940
Moderator
Shahriar
Staff OP

Looks like guest order redirect isn’t working properly yet. But the login page does show button that links to the guest download page. For now, that somehow serves as a work around. But we will definitely fix the issue in next update.

Btw, Stripe Test card is 4242 4242 4242 4242 with any expiry date and CVC.

You can customize the checkout form using a custom template. The form is coming from /wpdm-premium-packages/templates/checkout-cart/checkout-billing-info.php. This template can be overridden by copying it to /active-theme/download-manager/checkout-cart/checkout-billing-info.php. After making the copy edit the new file to remove unnecessary fields.

Sep 25, 2019 at 6:14 pm
#112935
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 25, 2019 at 5:57 pm
#112933
Moderator
Shahriar
Staff OP

The best solution in this scenario is using Archive Page Simple shortcode with the category parameter. The search will be limited to the predefined shortcode category parameter. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-simple/

You need this Directory add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) to use this shortcode.

Sep 25, 2019 at 5:41 pm
#112929
Moderator
Shahriar
Staff OP

Okay, let me know if the issue persists.

Sep 25, 2019 at 5:38 pm
#112928
Moderator
Shahriar
Staff OP

Hi,

WPDM – Archive Page add-on is named “WPDM Directory Add-on” in the download list. You have this add-on with your order 5bbe488466583 Please follow these steps to download the add-on.

1 ) Go to your order details page https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases/order/5bbe488466583/
2 ) Click the download icons for the Special Pack
3 ) Then download the file “WPDM Directory Add-on” from the modal ( http://prntscr.com/pax0m9 )

Thanks.

Sep 25, 2019 at 5:26 pm
#112927
Moderator
Shahriar
Staff OP

Hi Chuck,

Yes, it is possible using the Default Values add-on https://www.wpdownloadmanager.com/download/wpdm-default-values/

You can set default values for all package settings using this add-on.

Thanks.

Viewing 25 posts - 1,151 through 1,175 (of 12,513 total)