Search Results for 'download link'

Viewing 25 results - 851 through 875 (of 9,350 total)
  • Author
    Search Results

  • Tanvir
    Spectator
    This reply has been marked as private.
    #190320

    Christine Tierney
    Participant

    I have a set up that’s not working on Chrome but works in Safari. I will post a link to the example privately.

    There are multiple pages using this code and all of them are broken in Chrome (see side menu on page to navigate between them).

    Page shortcode:
    [wpdm_category id="meat" operator="IN" title="1" desc="1" toolbar="0" paging="1" orderby="field name" order="asc" items_per_page="50" template="card_preview_link__single_downloads" cols=1 colspad=1 colsphone=1 async=1]

    Template code:
    <div class=”link-template-default card mb-2″> <div class=”card-body”> <div><h3>[file_list]</h3></div> <p>[description]</p> </div> </div>


    Pam Gough
    Participant

    We have a site that uses the plugin “WP-Filebase Pro.” We are trying to get all documents transitioned over to Download Manager.

    We’ve done testing with the WP-Filebase Data Importer and it looks to be successfully importing the existing documents into Download Manager. However, all document links on the site are referencing the WP-Filebase Pro using the shortcode feature. Has there been any solution developed that would also aid in updating the document links on the site so that they point to the Download Manager documents instead? Or is there a feature that would apply the same shortcodes to the documents in Download Manager?

    Thank you!

    #190168

    In reply to: Features info


    Nayeem Riddhi
    Moderator

    It is not possible to keep active both the Block only the download and Hide everything option. Because it is a global setting. Hide Everything will hide every content for the package for the particular user/role. And Block only the download will hide/restrict the download link only. I hope you have understood.

    Thank you again and regards

    #190164

    In reply to: Features info


    Web ToBePlus
    Participant

    Hello,
    it’s not exactly what i asked for, i’ll made an example: as guest user in the list of files i see 5 preview without the possibility to access to the full document or to download it, as logged user he just see 3 assigned to his role/category and able to download it.
    So i need to keep active both the “Block only the download” and “Hide everything” depending on the role.
    In the first reply you answer me that it’s possible, how can i do it?
    In the templates section there is a way to use variables, like if the user is logged the title is linked otherwise no?

    Best regards,
    Francesco

    #190153

    In reply to: Email Lock Not Working


    Nayeem Riddhi
    Moderator

    Hello Laura Miner,

    The Google Drive file link is working properly here,

    https://literacylearn.com/download/wpdm-test/

    however, you can also use our this add-on,

    Google Drive Explorer

    for your Google Drive files. And for your this package issue,

    Short o CVC Flashcards

    The Remote files can’t be zipped for the main download button, for remote files, only a single file download will work, as to create zip files, individual files need to be stored on the same server. So, for the multiple files attached detection gives the download a zip file. I hope you have understood.

    Thank you and regards

    #190150

    In reply to: Email Lock Not Working


    Laura Miner
    Participant

    I will have to look into this.

    In the meantime, can you tell me why google drive links to files aren’t working? Please log in and check this package: https://literacylearn.com/download/continuous-blending-cvc-printable/ I can open the drive link when accessed separately, but when I open it through the DL manager, it says “File not Found.” Is this something that can be fixed?

    I’m also wondering why some packages are being shown as multiple ZIP files when they are single pdfs – Example found here: https://literacylearn.com/download/short-o-cvc-flashcards/ On this package, it displays as a ZIP with 5 files. It is a pdf with just 1 file.

    Can you help me figure these things out? Thank you!


    Jahanur Miah
    Participant

    Hi! hope you doing good, how can show the download button on the post tamlate?
    I am using ‘rehub’ theme , and the theme have custom post layout tamplate so I am thinking that if I can display the download button on the theme post template without dwpmpro page template it would be better for me . I tried it throght php but it does not work. here is the sample

    <?php
    $package_id = get_post_meta(get_the_ID(), 'package_id_meta_key', true); // Replace with your meta key
    
    if (class_exists('WPDM\Package')) {
        echo \WPDM\Package::downloadLink($package_id);
    } else {
        echo 'WPDMPro plugin is not active.';
    }
    ?>
    
    <?php
    // Get the current post's ID
    $post_id = get_the_ID();
    
    // Check if the WPDMPro plugin is active
    if (class_exists('WPDM\Package')) {
        // Get the package ID associated with the post
        $package_id = get_post_meta($post_id, 'package_id_meta_key', true);
    
        // Check if a package ID is available
        if (!empty($package_id)) {
            // Get the download URL for the package
            $download_url = \WPDM\Package::get($package_id)->fileURL();
    
            // Check if a download URL is available
            if (!empty($download_url)) {
                // Display the download link
                echo '<a href="' . esc_url($download_url) . '">Download</a>';
            } else {
                echo 'Download link not available.';
            }
        } else {
            echo 'Package ID not found for this post.';
        }
    }
    ?>
    

    [download_link]

    #190132

    In reply to: Features info


    Nayeem Riddhi
    Moderator

    Hello Francesco,

    The feature When user is not allowed to download Only Block Download Link/ Hide Everything works when you give/restrict permission for certain roles from the Allow Access option. For details you can check this doc,

    Allow Access: Access Control Option

    please check and let me know

    Thank you and regards

    #190122

    Aaton Cohen-Sitt
    Participant
    This reply has been marked as private.
    #190121

    In reply to: Email Lock Not Working


    Laura Miner
    Participant

    Hi again – I’m also seeing that drive links aren’t uploading appropriately. The URL works fine, but it shows as “File not Found.” https://literacylearn.com/download/continuous-blending-cvc-printable/

    #190114

    In reply to: Templates?


    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    In the latest wpdm, You will get the template files in download-manager\src\Package\views
    then link templates or page template directories there.

    Regards
    Tanvir

    #190105

    Frank Petersen
    Participant

    So we upgraded from free to pro, and discovered the template we were using, was not included in pro. “link-template-default-old”

    I was hoping to use the Import Template feature, but it doesn’t appear (did I miss it) to allow me to upload a file.

    So I was hoping just to put this file into the template directory, but the instructions say “If you seriously want to edit any pre-designed template you have to edit those directly edting php files at /download-manager/templates/ dir” and when I log into the server and go to wp-content/plugins/download-manager there is no templates directory.

    So I’m looking for some help.

    P.S. you have a misspelling in the word “edting”.

    #190099

    Hi Nayeem,

    Can we get further assistance with two issues?

    1) Archive plugin + Package list.

    The bookmark button does not work with the archive layout, it possible to fix this? See the link for an example, you need to be logged in to see the bookmark button.

    The first section uses the elementor packages and second section uses the archive shortcode. https://dev.cat.co.za/test/

    2) Archive pages for categories and tags.

    The archive page for categories works well.

    https://dev.cat.co.za/downloads/hardware/

    But for some reason, it does not use the wpdownload template for tags:

    https://dev.cat.co.za/document-tag/english/

    Could the tags be set to use the same template as categories?

    #190023

    Humayon
    Spectator

    Hello Chris,

    Greetings for the day.

    You might need to unlink/remove the previously activated sites.

    Please have a look at the below documentation regarding this.

    License

    Regards

    #190013

    Laura Miner
    Participant

    Hi, emails are not being sent/received when I test the email lock feature. I’ve toggled on “Mail Download Link” and “Download Instantly” and emails don’t come through (I’ve checked spam, promo folders, etc.) either way. This is the only reason I purchased the pro version. Any advice? Thank you.

    #190008

    Chris Clarke
    Participant

    Hi

    I’ve tried to get my new licesne key and its not showing on the purchases or download page. I put the order in and hit resolve and it says it already linked. Please advise

    #190006

    Hi Nayeem,

    We were trying to separate the download dashboard components which doesn’t look so simple. Instead, we have placed the download dashboard on this page: https://dev.cat.co.za/my-downloads/, and we will have the user account page here https://dev.cat.co.za/profile.

    Can you assist with hiding the Edit Profile link on the User Dashboard sidebar on this page: https://dev.cat.co.za/my-downloads/.

    I have removed the logout link, by removing the below code:

    <!-- a class="udb-item" href="<?php echo wpdm_logout_url(); ?>"><i class="m-icon fas fa-sign-out-alt color-danger mr-3"></i><span class="color-red"><?php _e('Logout', 'wmdpro'); ?></span></a-->
    

    However, the Edit Profile, is pulled from the dashboard_menu, so not sure how to hide it, thanks.

    #189990

    martin
    Member

    Thanks for replying.

    I did see this item however it relates to the button colour. I use Elementor and the download link is referenced by shortcode…..on the shortcode object there is a background colour however this does not affect the link object background that is currently white that I ultimately want in grey transparent.

    Any more ideas?

    #189968

    martin
    Member

    On the download link…how can I style the background to resemble my site. I don’t really want to go into complex style development.

    wanted to change.

    Applications

    to resemble the icon block

    About

    I use Elementor the latest version


    David Deven
    Participant

    I need a more detailed explanation of what to add because you post seems to be getting cut off by periods.

    Here is what is there already

    
    <!-- WPDM Link Template: List Group -->
    
        <div class="list-group wpdm-lt-card" style="margin: 0 0 15px 0">
            <a href="[page_url]" class="d-block">
                <?php wpdm_thumb($ID, [500, 400], true, ['class' ► 'card-img-top']) ?>
            </a>
    
            <div class="list-group-item d-flex justify-content-between align-items-center">
                <h3 class="p-0 m-0 elipsis">[page_link]</h3>
            </div>
            <div class="list-group-item d-flex justify-content-between align-items-cente">
                File Size <span class="badge">[file_size]</span>
            </div>
            <div class="list-group-item d-flex justify-content-between align-items-cente">
                Downloads <span class="badge">[download_count]</span>
            </div>
            <div class="list-group-item d-flex justify-content-between align-items-center">
                <?php //echo self::downloadLink($ID, 0, ['btnclass' ► 'btn btn-block btn-primary', 'template_type' ► 'link']); ?>
                [download_link]
            </div>
           </div>
    
    #189896

    In reply to: Security of the files


    Tanvir
    Spectator
    This reply has been marked as private.
    #189886

    Andrea Ratti
    Participant
    This reply has been marked as private.
    #189855

    In reply to: Invalid Liscence key


    Humayon
    Spectator

    Hi there,

    We found that your website is linked with the 52.233.179.130 website.

    So, please remove the license from your previous website and link it to the new one.

    Please follow the below documentation for more details.

    License

    However, it appears that the membership settings page is appearing fine now: https://prnt.sc/meyVRXJ_y-Pp

    Regards


    USMAN AHMAD
    Participant

    Dear Download Manager Support Team,
    Hope you are doing well,
    I wanted to bring to your attention an ongoing issue that has persisted since the upgrade to Download Manager v6.3, as previously communicated in our earlier correspondence; furthermore, in answer to your query, The documents attached remain present and accessible in the backend.

    Furthermore, I would appreciate it if you could provide clarification regarding the term “related packages” to ensure a comprehensive understanding of your response.
    Please Note: that this issue is unique to the new version; it does not occur with earlier versions. We have attempted to address it by reverting to previous versions, and doing so has resolved the problem. This strongly suggests that the issue is indeed linked to the new release (v6.3).

    Prompt attention and solution on this matter would be greatly appreciated, as it impacts our Users.
    Thank you for your assistance and understanding.
    Regards

Viewing 25 results - 851 through 875 (of 9,350 total)