Shahriar

Forum Replies Created

Viewing 25 posts - 1,076 through 1,100 (of 12,513 total)
Oct 3, 2019 at 8:03 pm
#113217
Moderator
Shahriar
Staff OP

The link has to be inside .w3eden wrapper class. Other CSS doesn’t apply. You can add the .w3eden class to any parent div. Why are you using a direct link? You can use the link template ( Button Template Clone ) I have created there.

If all plugins and themes are the same as the other site then the conflict must be originated from some plugin settings. This kind of issue usually arises when a plugin tries to modify the content to add additional attributes.

Oct 3, 2019 at 7:40 pm
#113215
Moderator
Shahriar
Staff OP

PayFast sandbox payment is working now. It was an issue with Order ID Prefix: name. The value should be one word or connected using _ when there are multiple words. I have changed the prefix from wpdm-pb to wpdm_pb

Oct 3, 2019 at 6:53 pm
#113207
Moderator
Shahriar
Staff OP

If you haven’t already created your PayPal app, please follow this video https://www.youtube.com/watch?v=OZeuvESoqIU

After creating the app, get your client id and secret from app settings as shown in the video. Then save those in Downloads > Settings > Premium Packages > Payment > PayPal tab. And you are ready to accept payment.

Oct 2, 2019 at 10:30 pm
#113180
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info and WPDM account login info ( to login from Updates tab ) in private reply to check the issue.

Oct 2, 2019 at 10:29 pm
#113179
Moderator
Shahriar
Staff OP

Hi,

Download Manager doesn’t track single file downloads separately. It counts any file download as package download. But it is possible to implement a custom solution to track single file downloads.

Thanks.

Oct 2, 2019 at 10:26 pm
#113178
Moderator
Shahriar
Staff OP

Hi,

You can display previews of the attached images using the [file_list_extended_400x300x3] template tag. The number represents width, height, and columns. You can change those if you want. The view looks like the following screenshot,

http://prntscr.com/pe2p6g

For audio files, you can use the [play_list] template tag. This tag will render an audio player. Another option is [play_button] which renders a simple button to play the attached audio file.

And finally, for video file use the [video_player_1200] template tag. Change the number to change the player width.

Thanks.

Oct 2, 2019 at 10:15 pm
#113177
Moderator
Shahriar
Staff OP

Hi,

To sell downloads you have to install the Premium Package add-on

If you have already installed and activated it then go to the Package Setting meta Box > Pricing Tab when adding or editing a package. This Pricing tab controls all pricing related settings.

To set up your PayPal go to Downloads > Settings > Premium Package > Payment and activate the Paypal. Follow this tutorial to setup PayPal.

To understand details please take a look at Premium Package doc here https://www.wpdownloadmanager.com/docsfor/premium-package/ or just let me know if you have any specific query.

Thanks.

Oct 2, 2019 at 10:06 pm
#113176
Moderator
Shahriar
Staff OP

Maybe you have to change the link template in your shortcode. The one you are editing probably isn’t the one set on the shortcode. Anyway, please send temporary wp-admin login info in private reply to check the issue. Send the page URL where you placed the shortcode.

Oct 2, 2019 at 10:02 pm
#113174
Moderator
Shahriar
Staff OP

Most probably some kind of bot. Detect the IPs making this kind of request and block those using the server IP blacklist. The URL is not something special, these kinds of bots just try random URLs.

Oct 2, 2019 at 9:58 pm
#113173
Moderator
Shahriar
Staff OP

Hi,

Where do you want to send the notification? If you want the admin to be notified when someone creates a package from the frontend then it is possible.

Thanks.

Oct 2, 2019 at 9:50 pm
#113172
Moderator
Shahriar
Staff OP

Hi, Canceled auto-renew of your order #5c2f0e6f3e9f3 -Thanks.

Oct 2, 2019 at 9:45 pm
#113171
Moderator
Shahriar
Staff OP

I have updated the CSS above. Please try the new code. Missed the .w3eden .btn-danger in previous reply.

Oct 2, 2019 at 9:40 pm
#113169
Moderator
Shahriar
Staff OP

The quickest way to apply subscriber-only access to the downloads is the Default Values add-on. You can bulk update “Allow Access” option using this add-on.

To apply a lock option custom coding is required. If this is what you want, which lock do you want to activate? I will provide you custom code based on that.

Oct 2, 2019 at 9:35 pm
#113168
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 2, 2019 at 9:25 pm
#113167
Moderator
Shahriar
Staff OP

One of your plugin is breaking the download URL when using [download_link] tag.

http://prntscr.com/pe1v0m

I have cloned Button template to create a new template with the following code. And that fixed the issue.

<a class="wpdm-download-link btn btn-info" href="[download_url]">Donwload</a>

Updated the pacakge with the new Link Template “Button Template Clone”. Try the download link in this page https://www.prounione.it/en/ecumenism/wpcu/2020-week-prayer-christian-unity/

Oct 2, 2019 at 8:26 pm
#113165
Moderator
Shahriar
Staff OP

Hi,

Here is the CSS to customize text, border, and button color.

.w3eden .panel-danger {
    border-color: #ddd;
}
.w3eden .text-danger{
    color: #ddd;
}
.w3eden .btn-danger, .w3eden .btn-danger:hover, .w3eden .btn-danger:focus, .w3eden .btn-danger:active, .w3eden .btn-danger.active{
    background-color: #ddd;
}

Please add the CSS in Appearance > Customize > Additional CSS option. Adjust the color code to what you want.

Thanks.

Oct 2, 2019 at 8:12 pm
#113164
Moderator
Shahriar
Staff OP

Hi,

First, deactivate and delete the Free version. You won’t lose any data. Then install the Pro version and test the API again.

Let me know the update.

Thanks.

Oct 2, 2019 at 8:08 pm
#113162
Moderator
Shahriar
Staff OP

Using Lazy Download ( https://www.wpdownloadmanager.com/download/lazy-download-add-on/ ) add-on you can redirect the user to a waiting page. The download will start after the clock count downs to 0.

Oct 2, 2019 at 7:54 pm
#113160
Moderator
Shahriar
Staff OP

Hi,

What kind of modifications do you want to make? If you are trying to add more form fields then Advanced Custom Fields add-on can help you with that.

Thanks.

Oct 2, 2019 at 7:47 pm
#113159
Moderator
Shahriar
Staff OP

Probably there was some js conflict, however, I’ve added following js code:

 $('#accordion-<?php echo $acccount; ?>').collapse({
  toggle: true
})
$('#accordion-<?php echo $acccount; ?> .panel-heading a').on('click', function(){
$($(this).attr('href')).collapse('toggle');
});

After jQuery(function($) { to make it work.

and It is working fine now.

Oct 2, 2019 at 7:37 pm
#113158
Moderator
Shahriar
Staff OP

Hi,

I was able to create a package from TinyMCE Quick Add as an editor. My add-on version is 2.7.4 Are you using the same version?

Thanks.

Oct 2, 2019 at 7:31 pm
#113157
Moderator
Shahriar
Staff OP

Hi,

Okay, got it. We will take a look at this issue in next update of the TinyMCE add-on.

Thanks.

Oct 2, 2019 at 6:31 pm
#113156
Moderator
Shahriar
Staff OP

To save the custom data you have to capture it from $_POST inside a function. Hook the function to user_register Please check this reference doc for more info https://codex.wordpress.org/Plugin_API/Action_Reference/user_register

You can customize the user signup notification email from Downloads > Templates > Email Templates tab. The template id is user-signup

Oct 2, 2019 at 6:04 pm
#113155
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Oct 2, 2019 at 5:29 pm
#113154
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 1,076 through 1,100 (of 12,513 total)