Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 11,376 through 11,400 (of 20,524 total)
May 9, 2021 at 12:09 pm
#152279
Moderator
Nayeem Riddhi
Staff OP

Hello @cheryle

Can you please open a separate ticket for your issue, please

thanks

May 9, 2021 at 12:04 pm
#152278
Moderator
Nayeem Riddhi
Staff OP

For a better view of call to action 4 template, you may use our attire theme, https://www.wpdownloadmanager.com/download/attire-allinone-wordpress-theme/

and I have checked that this page, https://www.ada-portal.de/aa/ is working fine from my side, can you please elaborate on it

thanks

May 9, 2021 at 11:40 am
#152276
Moderator
Nayeem Riddhi
Staff OP

You can give credentials details here in a private reply

thanks

May 9, 2021 at 10:39 am
#152274
Moderator
Nayeem Riddhi
Staff OP

Can you please share the related URL, please

thanks

May 9, 2021 at 10:37 am
#152273
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have checked the issue. soon you shall be updated

thanks

May 9, 2021 at 7:54 am
#152261
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

May 9, 2021 at 7:21 am
#152258
Moderator
Nayeem Riddhi
Staff OP

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

May 9, 2021 at 6:54 am
#152254
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 9, 2021 at 6:50 am
#152253
Moderator
Nayeem Riddhi
Staff OP

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

May 9, 2021 at 6:36 am
#152252
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 9, 2021 at 6:34 am
#152251
Moderator
Nayeem Riddhi
Staff OP

you are welcome

thanks

May 8, 2021 at 3:31 pm
#152229
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 1:33 pm
#152226
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 8, 2021 at 9:24 am
#152211
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

May 8, 2021 at 8:45 am
#152208
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 8:20 am
#152205
Moderator
Nayeem Riddhi
Staff OP
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

May 8, 2021 at 8:14 am
#152204
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 8:09 am
#152202
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 8:05 am
#152201
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 8:00 am
#152199
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 8, 2021 at 7:24 am
#152197
Moderator
Nayeem Riddhi
Staff OP

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.

May 8, 2021 at 7:08 am
#152196
Moderator
Nayeem Riddhi
Staff OP

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

May 8, 2021 at 1:25 am
#152189
Moderator
Nayeem Riddhi
Staff OP

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

thanks

May 8, 2021 at 1:15 am
#152186
Moderator
Nayeem Riddhi
Staff OP

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

May 7, 2021 at 6:32 pm
#152179
Moderator
Nayeem Riddhi
Staff OP

Sorry for the inconvenience. checking your issue soon

thanks

Viewing 25 posts - 11,376 through 11,400 (of 20,524 total)