Hi,
The payment gateway add-ons are for the Premium Package
addon. It will add payments method to Premium Package. You can find it on Downloads > Settings page and then Premium Package Tab > Payment Options.
If you want to register user you must check Anyone can register
to enable registration. And if it enables anyone can register on the registration page. You may enable user approval upon payment after registration.
Thanks
Hi,
You can now add files from the package edit section. The PHP error is resolved with the pro version. The other issue of attaching file from S3 Manager will be fixed in next update.
Thanks
Hi,
Please use the following function for a custom shortcode.
function wpdm_login_registration()
{
ob_start();
include \WPDM\Template::Locate('wpdm-be-member.php');
return ob_get_clean();
}
add_shortcode('wpdm_login_reg', 'wpdm_login_registration');
Now use [wpdm_login_reg]
in the page.
Thanks
Hi, Seems like you are using the free version of WDM. There is no problem with the pro version. But the issue with the free version will be solved in next update.
Thanks
Hi,
You can use different link template link_template="link-template-panel-1-3"
with the shortcode to show the result in the different format.
Thanks
Please send login in private reply to check. Working fine with my setup. There might be any JS conflict.
Thanks
Hi,
Please send the login in private reply to check the issue. For now, use from the package edit section.
Thanks
Yes, You can use that. There might be an issue with the file name. Maybe it’s showing the index number. We will look into this. But you can still attach the file from there.
Thanks
Hi,
Yes, there is a widget for the shopping cart.
Please follow this tutorial, and for redirect off to dashboard please select none selected
from settings frontend login page. And for disable logout confirmation follow this.
For navigation function please see the gist file from here.
And to show log out in any page use this PHP code <?php echo wp_logout_url( $redirect ); ?>
Thanks
Hi,
Please use the meta box from package edit mode for now. You will find a box on the right side.
Thanks
Hi,
For the login popup, Please use following HTML for “Login Required Message” in Downloads Settings Basic message section.
<button id="myModalTrigger" type="button" class="btn btn-danger btn-sm" data-toggle="modal" data-target="#myModal">
Login
</button>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
[wpdm_login_form redirect="[this_url]"]
</div>
</div>
<style>
#myModal{ background: rgba(0,0,0,0.5) !important; }
.w3eden .modal.fade.in{ display: block !important; } .modal-backdrop.fade.in{ display:none !important; z-index: -99999 !important;}</style>
<script>
jQuery(function($){
$('#myModalTrigger').on('click', function(){
$('#myModal').toggleClass('in');
$('.modal-backdrop').remove();
});
});
</script>
Thanks
Hi,
1. You can get the name and email with the login. In that case, you can disable the billing address from Downloads Settings Premium Package frontend settings. Otherwise you can remove the fields from wp-content\plugins\wpdm-premium-packages\templates\checkout-cart\checkout-billing-info.php
.
2. You need to use [wpdm-pp-cart]
shortcode on a page to show the cart on that page for the premium package.
3. You can use default WordPress logout URL in the menu items, you need to add a custom function to change the navigation for logged in and logged out users.
Thanks
Hi,
If you want to change the all download button color you can use the following css selector.
.w3eden .btn .btn-primary{
background-color: #xxxxx;
border-color: #xxxxxx;
}
Thanks
Hi,
You can control the Excerpts from Membership Settings Advance.
Not clear to control custom field for the visitor? Do you want to show any custom field only to login member?
Thanks
Hi,
You need to create the pages with both of the shortcodes to show login and register form.
Thanks
Hi,
Please send admin login info in private to check the padding issue.
Thanks
Hi,
Not clear, If you want to change the template for download page you can do this from /wp-admin/edit.php?post_type=wpdmpro&page=templates
where you can insert the custom link with Add to cart
button.
There is no option to add custom order from the backend for now.
Thanks
Hi,
There may be any SMTP error on the server that the email is not being sent. Please send login in private to check the issue.
Thanks
Hi,
If you are using the compact view you can hide the Order by
and Order
by editing the wpdm-archive-page.php
file.
Sorry, No option to add tag field.
Thanks
You can change the message from plugins/wpdm-form-lock/wpdm-form-lock.php
file.
Thanks
Hi,
Please send admin login info in private reply to check the issue.
Thanks
Hi,
Please send wp login and FTP info in private reply to check the issue further.
‘
Thanks
Hi,
You will need the WPDM Directory Addon to achieve the archive page. You have to use the shortcode [wpdm-archive cat_view="compact"]
for this page.
Thanks
Hi,
Sorry, there is no option yet. But you can add the required attribute to the marked location to make it required.
As you capturing the users in MailChimp, you can try the form lock addon to show customize form as you want.
Thanks