Shahriar

Forum Replies Created

Viewing 25 posts - 2,951 through 2,975 (of 12,513 total)
Mar 11, 2019 at 7:34 pm
#94727
Moderator
Shahriar
Staff OP

Maybe we will implement this feature in the future. However, For now, You can actually use the phpMyAdmin ( database browser app in the server ) to delete records based on date range.

Mar 11, 2019 at 7:27 pm
#94726
Moderator
Shahriar
Staff OP

Hi,

PDF Stamper is working now. Attached the file by uploading it to the package.

Currently included fronts only supports ASCII chars, so utf8 words won’t be stamped properly. We will add utf8 support soon. It is not possible to use the image and text stamping together.

Thanks.

Mar 11, 2019 at 6:56 pm
#94724
Moderator
Shahriar
Staff OP

It is not possible with the email lock. But you can collect the email address from checkout page if you use the Pay as you want.

Mar 11, 2019 at 6:52 pm
#94723
Moderator
Shahriar
Staff OP

The thing is package details page or link template won’t show this download link to the non-members. I guess you are using this URL in a customized way.

There is still a way to redirect the user using the wpdm_download_permission_denied hook. Add the following code to your theme’s function.php file to redirect the user to the login page ( replace the your_login_url with proper url ),

add_action('wpdm_download_permission_denied', 'wpdm_permission_denied_login_redirect');
function wpdm_permission_denied_login_redirect($id){
    if( !is_user_logged_in() ):
        wp_redirect( "your_login_url" );
        exit();
    endif;
}
Mar 11, 2019 at 6:27 pm
#94722
Moderator
Shahriar
Staff OP

Really SORRY about the site down matter. I asked for the FTP so I can resolve it.

I didn’t make any code change there just saved the MailChimp API key and after that, there was a fatal error which must have been originated from MailChimp add-on and another MailChimp plugin. I noticed you have other MailChimp plugins there.

Please try adding the following code in your .htaccess file to solve the saving issue.

<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>

Mar 11, 2019 at 6:10 pm
#94720
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key. You can use it on your new domain now.

Best regards.

Mar 11, 2019 at 6:04 pm
#94719
Moderator
Shahriar
Staff OP

Please remove the [play_list] tag from the template. It is the same as [file_list] tag.

Mar 11, 2019 at 6:03 pm
#94718
Moderator
Shahriar
Staff OP

How do you want to sort your downloads? By publishing date? Please check the category shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

Mar 11, 2019 at 6:00 pm
#94717
Moderator
Shahriar
Staff OP

Hi,

Document Preview sues Google doc preview library to show the document which requires the package to be publicly available. So, the for restricted package doc preview won’t work. You can use our PDF Viewer add-on ( https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/ ) for that.

For video file use [video_player_1200] template tag. You can modify the size. And for audio use [file_list] or [play_list] template tag.

Thanks.

Mar 11, 2019 at 5:56 pm
#94716
Moderator
Shahriar
Staff OP

Hi, Claus you can also add the following code in your Customize Additional CSS to fix the button width,

.wpdm-download-link.btn {
    width: auto !important;
}

Thanks, Prodesigner for the help.

Mar 11, 2019 at 5:47 pm
#94711
Moderator
Shahriar
Staff OP

Hi, Unlocked your license from dev site. Best regards.

Mar 11, 2019 at 5:43 pm
#94710
Moderator
Shahriar
Staff OP

Could you please send me a screenshot of the button in question? Not sure which button you are referring to.

Mar 11, 2019 at 5:38 pm
#94708
Moderator
Shahriar
Staff OP

Please check now.

Mar 11, 2019 at 5:30 pm
#94706
Moderator
Shahriar
Staff OP

Please send admin login info, I will check if there is a simple workaround to use custom path.

Mar 11, 2019 at 5:16 pm
#94705
Moderator
Shahriar
Staff OP

The Accordion add-on is checking nonce for ajax request. The nonce expires after some idle time and ajax request becomes invalid after that. You can remove the following line from wpdm-accordion.php ( line 21 ) to avoid the nonce check that shows the -1 when nonce is invalid.

check_ajax_referer( NONCE_KEY, '__wpdmacn' );

In your case, the additional problem is the cache. As the -1 result has already been cached, you have to clear the cache after removing the above code.

Mar 11, 2019 at 5:09 pm
#94704
Moderator
Shahriar
Staff OP

The patch is suggested here https://www.wpdownloadmanager.com/support/topic/archive-page-sort-when-switching-subfolders/ We will add this in next release. – Thanks.

Mar 11, 2019 at 5:05 pm
#94703
Moderator
Shahriar
Staff OP

Sorry, Looks like it hasn’t been added yet. We are working on another update. I will make sure to add it before the release.

Mar 11, 2019 at 10:26 am
#94690
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Mar 11, 2019 at 10:08 am
#94686
Moderator
Shahriar
Staff OP

Please check now and let me know if still having an issue. Copy the Premium Package and Download Manager from staging to production to keep the patches I added there. We have added those on our side too for the next update.

Mar 11, 2019 at 7:51 am
#94680
Moderator
Shahriar
Staff OP

Thank you for reporting the issue. We have removed it from our side, will be released with the next version.

Mar 11, 2019 at 7:46 am
#94679
Moderator
Shahriar
Staff OP

Settings seem okay. From where are you downloading the file? If a user doesn’t have access to the package WPDM doesn’t show the download button in the package details page. Instead, it shows the permission denied message.

Mar 11, 2019 at 7:01 am
#94677
Moderator
Shahriar
Staff OP

Please check you have the /uploads/wpdm-cache/ directory on your server. Create the wpdm-cache folder in /wp-content/uploads/ directory if it doesn’t exist. Or send temporary admin login info in private reply. I will check the issue there.

Mar 11, 2019 at 6:51 am
#94676
Moderator
Shahriar
Staff OP

You can use the “Pay as you want” feature of Premium Package add-on. It lets the user pay as much as they want to download the file. Here is the demo https://demo.wpdownloadmanager.com/wpdmpro/download/product-pay-as-you-want/

Mar 11, 2019 at 6:49 am
#94675
Moderator
Shahriar
Staff OP

This may be related to server capacity. Stamping the file requires a fair amount of server resource. Could you please send me the file to test it on my server? You can use the private reply or send me a download link.

Mar 11, 2019 at 6:48 am
#94674
Moderator
Shahriar
Staff OP

You can delete all stats data from Downloads Settings Privacy tab. But no option yet delete stats based on date range.

Viewing 25 posts - 2,951 through 2,975 (of 12,513 total)