Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 18,551 through 18,575 (of 19,620 total)
in reply to: Issue with documents preview feature #121906

Nayeem Riddhi
Moderator

Hi,

If you need custom services. You may knock here,https://www.wpdownloadmanager.com/download/custom-upgrade-service/, or ask some help customize@wpdownloadmanager.com and discuss it there.

Thanks.


Nayeem Riddhi
Moderator

Hi,

You can create a new link template from Downloads > Templates, then paste the below code in the link template HTML section,

<div class="media well link-template-widget">
    
    <div class="media-body">
        <a href="[page_url]" style="display: block;clear: bottom;font-size: 11pt;font-weight: bold;">[title]</a>
        
    </div>
</div>

Then from Appearance > widgets, you can select your created link-template. Thus you can show the packages in the widget area.

Thanks.

in reply to: File type icon #121897

Nayeem Riddhi
Moderator

Hi,

File type icon generally shows in package link templates, why do you need it in your custom post type?


Nayeem Riddhi
Moderator

Hi,

You have to put [doc_preview] in your link-template or in page-template. Then while creating the package you have to select the page or link template in the package settings.

Thanks.

in reply to: Block Editor while editing a File Page #121890

Nayeem Riddhi
Moderator

Yes, possible. Please put the below code in your theme functions.php. it will work.

add_filter('register_post_type_args', function($args, $post_type){
	if($post_type === 'wpdmpro'){
	  $args['show_in_rest'] = true;
	}
	return $args;
  }, 10, 2);

Thanks.


Nayeem Riddhi
Moderator

Yes, available. The template tag is [view_count]. You can also find other template tags here, https://www.wpdownloadmanager.com/doc/templates/template-tags/.

Thanks.


Nayeem Riddhi
Moderator

Hi,

[doc_preview] is a template tag, not a shortcode. Shortcode will be worked through your blog page or post.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Please check which link-template you are using and you can also clone it and edit it. Thus you can use your own via package settings. Please let me know.

Thanks.


Nayeem Riddhi
Moderator

The link template or page template preview should be visible. if possible, Please, give your temporary wp-admin login details in a private reply for checking.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Please copy the below code and then from Downloads > Templates, Create a new link template, paste in HTML section the code

<div class="link-template-default card mb-2">
    <div class="card-body">
        <div class="media">
            <div class="mr-3 img-48">[icon]</div>
            <div class="media-body">
                <h3 class="package-title">[page_link]</h3>
                <div class="text-muted text-small"><i class="fas fa-hdd ml-3"></i> [file_size]</div>
Document Author : [author_name] |
Document Date : [create_date]
            </div>
            <div class="ml-3">
                [download_link]
            </div>
        </div>
    </div>
</div>

After saving the link template, you can choose your link template from package settings. Please check and let me know.

Thanks.

in reply to: Site search #121846

Nayeem Riddhi
Moderator

Hi,

If you are trying that WPDM packages will not come in search results from your default site result search. you can try this code in your theme function.php for adjusting it.

add_action( 'init', 'wpdm_custom_type', 99 );
function wpdm_custom_type() {
    global $wp_post_types;
    if ( post_type_exists( 'wpdmpro' ) ) {
        $wp_post_types['wpdmpro']->exclude_from_search = true;
    }
}

Thanks.

in reply to: Mass import.. #121831

Nayeem Riddhi
Moderator
in reply to: Bulk import: partial importation #121830

Nayeem Riddhi
Moderator

Hello,

Your file saving was causing the issue. please save the file as the image is attached. It is working fine now.

img

Thanks.


Nayeem Riddhi
Moderator

Please create a new package and then check.

in reply to: Localization of File Cart Plugin #121808

Nayeem Riddhi
Moderator

Hi,

Sorry For this. Please adjust like this <?php _e('Email This Cart','file-cart'); ?> for the file.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Maybe conflicting with your script in theme functions.php. if possible, Please, give your temporary FTP login details in a private reply for checking.

Thanks.

in reply to: Bulk import: partial importation #121803

Nayeem Riddhi
Moderator

Hello,

I have checked your CSV file, your many packages have many illegal character support like example title: Composición, Didácticos, those packages are skipping to import. so many packages are not importing

in reply to: “WPDM – ZOHO CRM Leads” needs updating #121798

Nayeem Riddhi
Moderator

Hello,

brother, I have discussed this with the related staff, he has confirmed to me, it will be updated within this week. if you want further discussion with him please contact support@wpdownloadmanager.com.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Your old packages are not affected by this issue. probably some new packages. please check…

Thanks.

in reply to: pagination overflow #121786

Nayeem Riddhi
Moderator

Hello,

Please, give your temporary wp-admin login details in private reply for checking and also related pages.

Thanks.


Nayeem Riddhi
Moderator

Hi,

We have adjusted the issue. You can use the updated version from here, https://drive.google.com/file/d/1xbBvZ0zuDVWgsDCH79y0euG2oJ2OtlKr/view,
however, we shall update it to our next release.

Thanks.


Nayeem Riddhi
Moderator

Hi,

Please follow again these steps to update and solve the problem,
1 ) Deactivate and delete the old version. You won’t lose any data.
2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version and activate the license key.

Please check, if the problem remains. and also try login logout from your site if the problem still remains.

Thanks.


Nayeem Riddhi
Moderator

Has the problem been solved? you have marked that problem has been resolved. Please let me know.

Thanks.

in reply to: Slow upload speed #121777

Nayeem Riddhi
Moderator

Hi,

Please adjust or increase the value which I have attached an image before. I hope that your problem will be solved. and any server error please contact with your server administrator.

Thanks.

in reply to: restricted access on subcategories #121776

Nayeem Riddhi
Moderator

Hi,

It is working fine from my side. If possible, please, give your temporary wp-admin login details in a private reply for checking.

Thanks.

Viewing 25 posts - 18,551 through 18,575 (of 19,620 total)