Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 19,776 through 19,800 (of 20,839 total)
Mar 12, 2020 at 10:04 am
#121862
Moderator
Nayeem Riddhi
Staff OP

Hi,

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

Thanks.

Mar 12, 2020 at 9:46 am
#121852
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 12, 2020 at 9:42 am
#121849
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 12, 2020 at 9:40 am
#121848
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 12, 2020 at 9:23 am
#121846
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 12, 2020 at 4:52 am
#121831
Mar 12, 2020 at 4:51 am
#121830
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

img

Thanks.

Mar 11, 2020 at 4:41 pm
#121812
Moderator
Nayeem Riddhi
Staff OP

Please create a new package and then check.

Mar 11, 2020 at 4:24 pm
#121808
Moderator
Nayeem Riddhi
Staff OP

Hi,

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

Thanks.

Mar 11, 2020 at 3:31 pm
#121805
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 3:27 pm
#121803
Moderator
Nayeem Riddhi
Staff OP

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

Mar 11, 2020 at 2:48 pm
#121798
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 10:09 am
#121787
Moderator
Nayeem Riddhi
Staff OP

Hi,

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

Thanks.

Mar 11, 2020 at 9:53 am
#121786
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

Mar 11, 2020 at 6:23 am
#121781
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 3:20 am
#121779
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 3:16 am
#121778
Moderator
Nayeem Riddhi
Staff OP

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

Thanks.

Mar 11, 2020 at 2:57 am
#121777
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 2:53 am
#121776
Moderator
Nayeem Riddhi
Staff OP

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.

Mar 11, 2020 at 2:45 am
#121775
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you missing something CSS related issue in frontend in the link-template? Please let me know.

Thanks.

Mar 11, 2020 at 2:43 am
#121774
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

Mar 10, 2020 at 5:27 pm
#121765
Moderator
Nayeem Riddhi
Staff OP

Hi,

No need to mess up with the database, the files are less which are causing the issue. you can adjust those manually.

Thanks.

Mar 10, 2020 at 5:23 pm
#121764
Moderator
Nayeem Riddhi
Staff OP

Hello,

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

Thanks.

Mar 10, 2020 at 5:22 pm
#121763
Moderator
Nayeem Riddhi
Staff OP

Hi,

Can you explain it a little bit more?

Thanks.

Mar 10, 2020 at 5:19 pm
#121762
Moderator
Nayeem Riddhi
Staff OP

Hi,

1. For Opening file instead of downloading you have an option in the Settings > Basic Settings under the File Download option Open In Browser.
2. For pdf viewer, you can follow this add on doc, https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/, use doc_preview for your pdf viewer.
3. For opening in a new window, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/, by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related php file.

Thanks.

Viewing 25 posts - 19,776 through 19,800 (of 20,839 total)