Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 526 through 550 (of 1,509 total)
Mar 18, 2018 at 8:31 pm
#71797

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

Mar 18, 2018 at 8:15 pm
#71796

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

Mar 18, 2018 at 7:54 pm
#71794

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

Mar 18, 2018 at 7:35 pm
#71793

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

Mar 18, 2018 at 7:21 pm
#71791

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

Mar 18, 2018 at 7:14 pm
#71789

Please send login in private reply to check. Working fine with my setup. There might be any JS conflict.

Thanks

Mar 18, 2018 at 7:12 pm
#71788

Hi,

Please send the login in private reply to check the issue. For now, use from the package edit section.

Thanks

Mar 18, 2018 at 7:08 pm
#71786

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

Mar 18, 2018 at 7:00 pm
#71784

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

Mar 18, 2018 at 6:42 pm
#71781

Hi,

Please use the meta box from package edit mode for now. You will find a box on the right side.

Thanks

Mar 17, 2018 at 11:44 pm
#71751

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

Mar 17, 2018 at 11:37 pm
#71750

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

Mar 17, 2018 at 11:26 pm
#71748

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

Mar 17, 2018 at 7:04 pm
#71739

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

Mar 17, 2018 at 5:47 pm
#71737

Hi,

You need to create the pages with both of the shortcodes to show login and register form.

Thanks

Mar 17, 2018 at 9:05 am
#71721

Hi,

Please send admin login info in private to check the padding issue.

Thanks

Mar 17, 2018 at 9:02 am
#71720

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

Mar 17, 2018 at 8:55 am
#71719

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

Mar 17, 2018 at 7:59 am
#71715

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

Mar 16, 2018 at 7:40 am
#71650

You can change the message from plugins/wpdm-form-lock/wpdm-form-lock.php file.

Thanks

Mar 16, 2018 at 6:49 am
#71649

Hi,

Please check your SMTP mail using this 3rd party plugin.

Thanks

Mar 16, 2018 at 6:47 am
#71648

Hi,

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

Thanks

Mar 16, 2018 at 6:37 am
#71647

Hi,

Please send wp login and FTP info in private reply to check the issue further.

Thanks

Mar 15, 2018 at 4:51 pm
#71631

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

Mar 15, 2018 at 4:31 pm
#71630

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

Viewing 25 posts - 526 through 550 (of 1,509 total)