Search Results for 'download link'

Viewing 25 results - 626 through 650 (of 9,309 total)
  • Author
    Search Results
  • This reply has been marked as private.
    #193288

    In reply to: Selection for Zip


    welswebmaster
    Participant

    Ok. I see the File Cart in use on this demo instead: http://demo.wpdownloadmanager.com/addons/membership-plans/

    Please explain the difference between https://www.wpdownloadmanager.com/download/wp-pro-membership/ and shortcode [wpdm_user_dashboard].
    Is WP Pro Membership a WPDM addon or is it a totally separate WordPress plugin? Confused.

    I’d love to work with you to figure out all of the addons we’d need to meet our objectives. Our initial install of WPDM pro is not using the newest addon/functionality to meet our latest needs. Here are our objectives: (What combo of addons would you recommend?)

    1 – Download single, by category or by selection to an auto zip file. (Doing this now)
    2 – Flexibility to create a desired view of downloads in various layouts. (List (sorted), masonry, title that expands, card etc.)
    3 – Get stats based on single download, zip file download (with single files increment).
    4 – Collect email prior to download. OR create a login membership.
    5 – Backend: Get stats based on email (John downloaded these files historically).
    6 – Frontend: Let visitor see which files they already downloaded by searching using their own email.
    7 – Store files in the Cloud.
    8 – Embed downloads in a post or page. (doing this now)
    9 – Style download buttons. (doing this now – would a theme be better? Does that happen sitewide or only for WPDM packages?)
    10 – Provide a Title/description per download in text editor (in case we want to add video or other content). (Doing this now)
    11 – Password protect a single download (doing this now) Is it possible by group of downloads (by tag or category or other).
    12 – Limit the number of downloads per session or IP or email.
    13 – Differentiate between a FIle Manager and a DAM relating to your tool. Could we use your tool as a DAM for images to be used on WordPress instead of the Media Library?
    14 – Let visitor select files they want no matter what page, package, etc and download the selected files not ALL of the files. Zip the selected files into one for download.
    15 – Let the WP ROLE (Admin or editor) select files to suggest to a registered visitor with an email containing links to files.

    .


    FIX Trading
    Member

    Hi Nayeem
    We are using W3 Total Cache. I have set items_per_page = 20. We are still having problems on this page and also on the following pages:

    Recommended Practices

    Business Practices

    When you look at the source code the image is loaded multiple times. We are using a custom template where the package icon is displayed. The template looks as follows:

    <div class=”well c2a3″>
    <div class=”media”>
    <div class=”mr-3″ align=”left”>
    [icon]
    </div>
    <div class=”media-body”>
    <h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0 0 5px 0;font-size:12pt; “>
    [title]
    <span style=”font-size:8pt;font-weight:300″ class=”text-muted ml-4″>
    <i class=”fas fa-hdd mr-1″></i> [file_size]
    <i class=”ml-3 far fa-arrow-alt-circle-down mr-1″></i> [download_count] downloads
    <i class=”ml-3 far fa-clock mr-1″></i> [create_date]
    </span>
    </h3>
    [excerpt_200]</br>
    </div>
    <div class=”ml-3″ align=”right”>
    [download_link]
    </div>
    </div>
    </div>

    Regards, Eva


    Nayeem Riddhi
    Moderator

    Hello Scott,

    If you are working with link templates, you can also create custom link templates with your existing HTML contents in this directory, /wp-content/plugins/download-manager/src/Package/views/link-templates or this directory {active-theme-dir}/download-manager/link-templates/ for plugin update backup, you can create a link template called link-template-yourname.php and start with the heading

    <!-- WPDM Link Template: Template Name -->

    and then put your HTML, PHP, or JS contents. Thus, you can create a custom link template. please check and let me know, if you need anything with help more.

    Thank you and regards


    Tamra Dugan
    Participant

    Hi Nayeem,

    Appreciate the help stepping through this process. I’ve looked through the directory at the PHP templates in /wp-content/plugins/download-manager/src/Package/views/link-templates but I don’t see any files there that correspond to the custom template I created in wp-admin with the Create Link Template button.

    Can you give some more detail on how I link custom PHP to the custom template I created in admin?

    Thanks!
    -Scott


    Nayeem Riddhi
    Moderator

    Hello Scott,

    If you want to customize templates with PHP or JS you can also do it from this directory wp-content/plugins/download-manager/src/Package/views/link-templates or page-templates. And for Keeping a backup of the file for the next update, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files.

    please check and let me know, if you have any queries.

    Thank you again and regards

    #193202

    Sidratul Sohrat
    Spectator

    Sorry for the inconvenience. To edit the link template, go to download-manager\src\Package\views\link-templates, select the link template you are using, and then change the text. Please let me know if it works or not.

    And for translation, you can use any translation plugin for example Loco Translate, you can check the beginner doc here.

    #193198

    Hi
    Thanks for your soon aswer.
    I’m sorry I’ve forgot to say I have installed a Twenty Sixteen child theme with its own stylesheet and my goal it’s to customize the appearence from there.
    I’ve seen now the link to your “customize view category files” from your Docs section I’ve posted does’nt works. I’ll try again
    Template Files – WordPress Download Manager
    Can you if now works tell me why if change text of titles does’nt works?
    In addiction I’d like translate the text shown in the above screenshot.

    screenshot wpdm category page dev

    Thanks a lot in advance!
    Regards!

    #193197

    PGtm
    Member

    Hi we already purchased the product but for some reason we got critical error i try to download some my pdf file on this link and it gives me critical error can you please help us
    https://bootcamp.passgamsat.com/download/acceleration-class-s2-idea-generation-3/


    Tamra Dugan
    Participant

    Hello!

    I have a template that uses the PDF Viewer which is defined (added to a page) using the Packages by Category Elementor Widget. The widget properly displays documents within the selected category as expected. I would like to filter out documents if the Download Availability Period, Download Expire on date is expired. Currently if I set an expiration date, the package title is still pulled into my template and the button is visible, but when you click the pdfviewer pop-up is displayed with this error: Invalid or corrupted PDF file. More InformationClose

    I would like to filter out so that expired packages are not pulled into the template. Is there a function or filter I can extend in my functions.php file to do this? I’ve tried looking at each of the following but not finding success yet:

    Filter References:
    before fetch template: https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
    Pre Render Link: https://www.wpdownloadmanager.com/doc/filter-reference/wdm_pre_render_link/

    Function References:
    Get Package: https://www.wpdownloadmanager.com/doc/function-reference/wpdm_get_package/

    Appreciate any insight you might have, thanks!

    -Scott


    Diane Wright
    Participant

    The links served by Woo for downloadable products were working, but something has caused them to point at a File Not Found message. Files are served on Dropbox. Accessing the download page directly (copying link from edit page) and downloading works perfectly. The problem appears to be the WPDM and WOO integration

    I updated WPDM and WOO. Now instead of the list of downloadable products I see the message “No downloads available yet”

    #193090

    Shahriar
    Moderator
    This reply has been marked as private.
    #193079

    Dave Jens
    Participant

    Thank you kindly for your reply.

    As I dont want people to register before downloading – I just want them to receive the confirmation email after purchase with the download link (I have adjusted the templates).

    Is it possible to have the purchase confirmation email to be sent automatically after the purchase is completed?

    best regards.

    #193054

    Nayeem Riddhi
    Moderator

    Hello Mariusz G,

    Hope you are well. Thanks for writing to us. For changing the text on the download button you shall find for it from certain packages from Package Settings as I image attached,

    2024-02-12-073059

    For template editing, you can clone the template as I image attached,

    2024-02-12-073500

    And change the [download_link] template tag to <a href="[download_url]" class="btn btn-info">Download Now!</a>

    For changing text on the download button at once for all packages, you can check this add-on,

    WPDM Default Values

    And for your Polish translation, you can use any translation plugin for example Loco Translate, you can check the beginner doc here,

    https://localise.biz/wordpress/plugin/beginners

    please check and let me know, if you have any queries more.

    Thank you and regards


    Nayeem Riddhi
    Moderator

    Hello Justin Black,

    Hope you are well. For editing the style of templates you can do it from the Downloads > Templates > Page/link Templates CSS and HTML section as I image attached,

    2024-02-09-203009

    please check and let me know

    Thank you and regards


    Justin Black
    Participant

    when viewing a download page on a mobile device the file list at the bottom looks very bad with long filenames where the filename is wrapped over many lines instead of displaying full width with the download link underneath.
    where can I edit the styling of this files list to have the filename above the download links like this:

    long-but-important-filename
    [DOWNLOAD LINK] [PLAY BUTTON]

    rather than the way it is at the moment:

    long-but
    -important [DOWNLOAD LINK] [PLAY BUTTON]
    -filename

    #192987

    Nayeem Riddhi
    Moderator

    Hello,

    For the [file_list] appearance you can customize it with this filter hook wpdm_single_file_download_link, for more details you can check the doc here,

    wpdm_single_file_download_link

    If you want much customization, you can knock for a custom upgrade service here, https://www.wpdownloadmanager.com/download/custom-upgrade-service/. please check and let me know

    Thank you and regards

    #192983

    Daniel Willitzer
    Participant

    After investigation, the issue was identified as poor programming with inconsistent export and import formats.

    The export file headers

    • ID
    • post_title
    • post_status
    • comment_status
    • post_name
    • post_type
    • post_author
    • ping_status
    • post_parent
    • post_date
    • post_modified
    • comment_count
    • categories
    • tags
    • files
    • fileinfo
    • file_titles
    • file_passwords
    • file_prices
    • package_dir
    • link_label
    • download_count
    • view_count
    • version
    • stock
    • package_size
    • package_size_b
    • access
    • individual_file_download
    • cache_zip
    • template
    • page_template
    • password_lock
    • facebook_lock
    • gplusone_lock
    • linkedin_lock
    • linkedin_message
    • linkedin_url
    • tweet_lock
    • tweet_message
    • email_lock
    • email_lock_title
    • email_lock_idl
    • email_lock_msg
    • terms_title
    • terms_conditions
    • terms_check_label
    • icon
    • import_id
    • password_usage_limit
    • gc_scopes_contacts
    • twitter_handle
    • facebook_like
    • base_price
    • sales_price
    • sales_price_expire
    • pay_as_you_want
    • download_limit_per_user
    • discount

    Required for import

    • title
    • url_slug
    • description
    • link_label
    • password
    • quota
    • show_quota
    • show_counter
    • access
    • template
    • category
    • icon
    • preview
    • files
    • file_titles
    • file_passwords
    • file_prices
    • package_dir
    • individual_file_download
    • cache_zip
    • download_count
    • page_template
    • uid
    • create_date
    • update_date
    • password_lock
    • terms_lock
    • linkedin_lock
    • tweet_lock
    • gplusone_lock
    • facebooklike_lock
    • email_lock
    • custom_form_field
    • email_lock_idl
    • base_price
    • sales_price
    • tags
    • acf_MoreInfo_source
    • acf_MoreInfo_excerpt
    This reply has been marked as private.
    #192968

    Nayeem Riddhi
    Moderator

    Hello Studio Caprioglio,

    Sorry for the inconvenience and the delay. We have checked your issue elaborately. The download URL content returning from the cache, so you are getting the Invalid download link. Please disable the cache plugin, if that doesn’t work, please contact your server support. We hope your problem should be resolved. please check and let me know

    Thank you and regards

    #192935

    Nayeem Riddhi
    Moderator

    Hello Scott,

    If you want to customize templates with PHP or JS you can also do it from this directory wp-content/plugins/download-manager/src/Package/views/link-templates or page-templates. And for Keeping a backup of the file for the next update, you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files.

    And for downloads custom fields you can check this add-on, https://www.wpdownloadmanager.com/download/advanced-custom-fields/

    please check and let me know

    Thank you and regards

    #192866

    Brooke Corcoran
    Participant

    Form Lock is suddenly not working. I can click download, my form appears in the modal window, I submit the form and go to the thank you page, but the file doesn’t download and there’s no link. It was working fine before.

    MD&M West 2016: Design Verification Testing: What should you do when a testing standard doesn’t exist?

    #192857

    Shahriar
    Moderator
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hello Justin Black,

    Hope you are well. Thanks for writing to us. If you are facing an issue with public visitors seeing the package download page without the download link for restricted packages and if you are trying to protect all contents for the package you can check this option from When user is not allowed to download > Hide Everything option as I image attached,

    2024-02-04-101152

    If you are facing still issues with protecting content please share the related URL. if possible, please, give your temporary wp-admin login details in a private reply to check the issue. please check and let me know

    Thank you and regards


    Justin Black
    Participant

    I purchased the Special Pack with Advanced Access Control as my Number 1 priority is to be able to control access to download resources. On my main Download page I have login=1 so when public users visit the resource page they are shown a form to login – however if they have the url of a download package page they can access the download page for the package??? This should not happen! I see that that all details of the package are clearly visible the only thing that has been removed is the download link for each attached file. This is very poor. If a user is not logged in with the correct role they should not be able to access the package page and should be prompted with the login form.

    How can this be resolved?

    Thanks
    Justin

Viewing 25 results - 626 through 650 (of 9,309 total)