Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 526 through 550 (of 1,509 total)
in reply to: Many problems with Pro Membership addon #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

in reply to: S3 Filenames not showing just numbers #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

in reply to: shortcode for login AND register form | MemberShip #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

in reply to: S3 Filenames not showing just numbers #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

in reply to: 3 cols archive oage in prosper theme #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

in reply to: Permission-Denied #71789

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

Thanks

in reply to: S3 Filenames not showing just numbers #71788

Hi,

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

Thanks

in reply to: S3 Filenames not showing just numbers #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

in reply to: 3 Important Questions #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

in reply to: S3 Filenames not showing just numbers #71781

Hi,

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

Thanks

in reply to: Permission-Denied #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

in reply to: 3 Important Questions #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

in reply to: CSS selector to change all buttons? #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

in reply to: How to only show custom field with visitor #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

in reply to: shortcode for login AND register form | MemberShip #71737

Hi,

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

Thanks

in reply to: How to fix this Prime theme error #71721

Hi,

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

Thanks

in reply to: How to custom link add to cart #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

in reply to: Email not being sent #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

in reply to: Archive compact form | the referrer file? #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

in reply to: Change where individual downloads from index.php #71650

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

Thanks

in reply to: Email not being sent #71649

Hi,

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

Thanks

in reply to: Error after update #71648

Hi,

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

Thanks

in reply to: File uploads into package failing #71647

Hi,

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

Thanks

in reply to: 3 cols archive oage in prosper theme #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

in reply to: Subscriber Name #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)