Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 10,376 through 10,400 (of 19,520 total)
in reply to: Membership Pro – Access of menus or html-blocks #152273

Nayeem Riddhi
Moderator

Hi,

I have checked the issue. soon you shall be updated

thanks

in reply to: Form Lock & Advanced Access Control Add On #152261

Nayeem Riddhi
Moderator

Sorry for the inconveniences, please mail support@wpdownloadmanager.com with your Order Id details. I hope you should get the help

Thanks

in reply to: search result page #152258

Nayeem Riddhi
Moderator

Can you please share your related shortcode where you are trying to use the link-template, if possible, you can share the related URL or you can also give your temporary wp-admin login details in a private reply for checking the issue

Thanks

in reply to: Remove default All Visitors #152254

Nayeem Riddhi
Moderator

For default values, you may check this add-on, https://www.wpdownloadmanager.com/download/wpdm-default-values/

thanks

in reply to: Membership Pro – Access of menus or html-blocks #152253

Nayeem Riddhi
Moderator

Can you please share the related URL, please or you can also share some screenshots, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

in reply to: Membership Pro – User Dashboard #152252

Nayeem Riddhi
Moderator

Has the problem been resolved on your side? please let me know or you can elaborate more on your issue

thanks

in reply to: Membership Pro – additional payment gateway #152251

Nayeem Riddhi
Moderator

you are welcome

thanks


Nayeem Riddhi
Moderator

please share your related URL please, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

in reply to: Membership Pro – additional payment gateway #152226

Nayeem Riddhi
Moderator

I think you may contact support@wpdownloadmanager.com if you have a limited offer for a fixed time

thanks

in reply to: Related Packages Shortcode? #152211

Nayeem Riddhi
Moderator

Please, give your temporary wp-admin login details in a private reply for adjusting the issue

Thanks

in reply to: Related Packages Shortcode? #152208

Nayeem Riddhi
Moderator

please edit the file from tpls/page-templates or tpls/link-templates, you can also make backup files following this doc, https://www.wpdownloadmanager.com/doc/template-files/

thanks

in reply to: Related Packages Shortcode? #152205

Nayeem Riddhi
Moderator
if( $related ) { 
    foreach( $related as $post ) {
        setup_postdata($post);
        /*here you can adjust some design code what you want to output*/
    }
    wp_reset_postdata();
}

if you have some knowledge of coding or adjusting PHP file you can do it

thanks

in reply to: Modify Appearance of Form Lock Pop-up #152204

Nayeem Riddhi
Moderator

You can make fewer lock options for adjusting or please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

in reply to: Related Packages Shortcode? #152202

Nayeem Riddhi
Moderator

You can check this code and can also adjust in your page template PHP file or others,

$related = get_posts( 
    array( 
        'category__in' ► wp_get_post_categories( $post->ID ), 
        'numberposts'  ► 5, 
        'post__not_in' ► array( $post->ID ),
        'post_type'    ► 'wpdmpro'  ) 
);
if( $related ) { 
    foreach( $related as $post ) {
        setup_postdata($post);
        /*whatever you want to output*/
    }
    wp_reset_postdata();
}

thanks

in reply to: Form Lock & Advanced Access Control Add On #152201

Nayeem Riddhi
Moderator

Are you missing the add-on download option from this page, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases, please let me know

thanks

in reply to: Related Packages Shortcode? #152199

Nayeem Riddhi
Moderator

You can do, but it will show related posts by related category

thanks


Nayeem Riddhi
Moderator

Hello,

Are you trying the same email? Generally, Mailchimp does not accept spamming. if you trying the same email it will prevent it. please try with another device or you can also try the browser.

Thanks.

in reply to: Amazon S3 Add-on stop working #152196

Nayeem Riddhi
Moderator

I have checked that browser console giving this 500 server error as I image attached,

Image 2021-05-08 at 1.06.26 PM

If you have a 500 error revealed in your Browser console, it’s mainly due to a PHP Error, And

It’s mainly due to several factors :
– the CURL extension isn’t installed as it’s required by this plugin
– the allow_fopen instruction is not enabled
– your Memory limit is too low (you will need at least 128M, 64M is pretty low!)

Server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause…

If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

If you weren’t able to resolve the issue by either resetting your plugins and renaming your .htaccess file, we may be able to help, If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

please check and let me know.

Thanks

in reply to: Form Lock & Advanced Access Control Add On #152189

Nayeem Riddhi
Moderator

For details about the advanced access control add-on, please check the details from here, https://www.wpdownloadmanager.com/download/advanced-access-control

thanks

in reply to: Modify Appearance of Form Lock Pop-up #152186

Nayeem Riddhi
Moderator

please share your related URL please with your requirements, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks


Nayeem Riddhi
Moderator

Sorry for the inconvenience. checking your issue soon

thanks

in reply to: Amazon S3 Add-on stop working #152178

Nayeem Riddhi
Moderator

Sorry for being late, checking your issue soon…

thanks

in reply to: Package List/Collection – Change List name #152177

Nayeem Riddhi
Moderator

Sorry for that option. We will add the option to edit the old list name in a future release.

thanks for your appreciation


Nayeem Riddhi
Moderator

What type of edit packages you are looking for, please elaborate more on your issue, may I can help you

thanks

in reply to: WPDM archive page translation «Loading…» #152174

Nayeem Riddhi
Moderator

It was already translated ready, can you please share the adjusted code,

we shall try to adjust it for next upgradation

thanks

Viewing 25 posts - 10,376 through 10,400 (of 19,520 total)