Search Results for 'download link'

Viewing 25 results - 1,226 through 1,250 (of 9,358 total)
  • Author
    Search Results

  • Jason Levandoski
    Participant

    Disable Single File Download is not working with Form lock. When I click the link in the email we are still seeing the Large Button for the combined download instead of just the individual items.

    -Jason

    #182851

    Stacey Gibbs
    Participant
    This reply has been marked as private.
    #182831

    In reply to: Form-Lock


    Shahjada
    Keymaster

    You can embed it on page with template tag [download_link_extended]

    #182793

    Stacey Gibbs
    Participant

    Hi, I have a problem about Download Manager Pro. The documents are hosted on Amazon S3. Both Download Manager and WordPress Amazon S3 Storage Plugin are up to date. However, when testing the link generated by Download Manager it redirects us to the home page, and the file is not downloaded.

    This is a link website to download

    https://acsmotioncontrol.cn?wpdmdl=27344&ind=1675058016023

    Could you please help me?

    #182790

    Humayon
    Spectator

    Hi,

    Greetings for the day.

    To get started with WPDM Pro please check our documentation from the below link:

    https://www.wpdownloadmanager.com/docsfor/download-manager-pro/

    Regards


    Humayon
    Spectator

    Hi,

    Thank you for your reply.

    Please check our updated doc from the below link.

    WPDM – ZOHO CRM Leads

    Regards

    #182747
    This reply has been marked as private.
    #182671

    Leah Sewell
    Participant

    I have a page on wordpress (its a basic site) – I have created a button that says “Click here to download”

    However in following the instructions to create a new package it seems to be creating a post on a separate page. It won’t let me show a screen shot here for some reason.

    The page has the package title, then information about the file and just a simple ‘download’ button.

    On the right hand side it has ‘Recent Posts’ ‘Recent Comments” but there is nothing else because I don’t have other posts or comments

    I have tried using button template to create:

    But then if I go to template and select preview button template it comes up with this message:

    I’ve tried this with a few different templates. I cannot seem to link a package to a template.

    #182639

    Humayon
    Spectator

    Hello,

    Thank you for writing to us.

    First please download and install the latest version from the below link.

    User Dashboard

    After that try to apply the license again and I hope the issue will be resolved.

    Regards

    #182630

    Leah Sewell
    Participant

    Help! I am not a web designer but a small business owner. I have managed to create an email lock package with my download. But for some reason it has created a post for a new page instead of being able to link it to a template or install it as a button on the front page of my website – eg “Click here for your free info”

    how do I get the package linked to the button?

    I’ve tried the button template or link template but keeps saying no package, even though when I create the package I select those as the templates!

    I have spent many hours on this and starting to be quite frustrated! Any help appreciated

    thanks

    #182557

    Humayon
    Spectator

    Hi,

    Greetings for the day.

    We are not sure how it got uninstalled.

    However, please download it from the below link.

    User Dashboard

    Regards


    Ali KARACA
    Participant

    Hello, when someone clicks on the download button, I want it to download after directing it to the ad as in the picture I added. Your plugin is still being used on this web page.

    https://www.linkpicture.com/q/01_94.jpg
    https://www.linkpicture.com/q/02_49.jpg
    https://www.linkpicture.com/q/03_29.jpg

    I have added the download steps in order.

    #182533

    Humayon
    Spectator

    Hello,

    Greetings for the day.

    First, can you please try downloading the latest version from the below link to check whether the issue is getting resolved or not?

    User Dashboard

    We are looking forward to hearing back from you.

    Regards

    #182529

    We are having issues on one of our client sites where there is a download manager shortcode being displayed. All the zip files are giving an error when anyone tries to download them, all other file types are working as expected.

    The zip file download error reads:
    Zlib is not active!
    Failed to initiate
    ZipArchive

    The shortcode being used is:
    [wpdm_all_packages items_per_page="20" jstable=1 order_by="update_date" order="DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Last Updated|Download::60px"]

    We have contacted our website host and they have modified the configuration for this site to enable zlib.output_compression, but it hasn’t made any difference, zip files still show the same error.

    Can you please help us to get this download working again?


    Wolf Lewitz
    Participant

    After update today my templates are not working anymore. Need help. I tried verythin, but it shows allways the default template. Please help to solve this issue. Page Link: https://www.hzwei.info/Relaunch/shop-downloads/

    Here three examles, the first two have the same result, like you can see on the page, the last one ist different but not wht i need and want.
    I wand to show thubs and use the hover_card_3 version.

    [wpdm_packages link_template="wolf_ueberarbeitetes_default_template" order_by="date" order="desc" paging="1" items_per_page="10" title="" desc="" cols=1 colsphone=1 colspad=1]

    [wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=2 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]

    [wpdm-all-packages items_per_page="10" toolbar="1" order_by="create_date" order="desc"; jstable=1]

    The Shortcode documentation is not very good on your page, you shoud show a list of all possible shortcodes or at least better examples and user should be able to copy them to use.

    I tried some of your codes but tehy not warking either.

    Here is the HTML and CSS Info:
    <div class=”card hover_card__3″>
    [thumb_200x300]
    <div class=”card-body text-center”>
    [icon]

    <span class=”text-info text-small”>[category]</span>
    <h3>[title]</h3>
    [sales_price]
    <p>
    Erstellt am: [update_date]
    </p>

    ————————————————
    .w3eden .hover_card__3{
    max-with: 300px;
    margin-bottom: 30px;
    border:0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .hover_card__3 a{
    display: block;

    }
    .w3eden .hover_card__3 h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    }
    .w3eden .hover_card__3 .card-footer{
    font-size: 12px;
    border: 0;
    color: #888;
    }
    .w3eden .hover_card__3 span i{
    margin-right: 4px;
    }
    .w3eden .hover_card__3 .card-body{
    padding: 0 20px;
    z-index: 999;
    position: relative;
    }
    .w3eden .hover_card__3 .card-body .intro{
    display: block;
    margin-top: -64px;
    background: #fff;
    padding: 0 80px;
    padding-top: 0px;
    border-radius: 50%;
    height: 160px;
    box-shadow: 0px -2px 1px rgba(0,0,0,0.1);
    text-decoration: none;
    transition: all ease-in-out 300ms;
    padding-top: 48px;
    margin-left: -80px;
    margin-right: -80px;
    }
    .w3eden .hover_card__3 .card-body .intro *{
    text-decoration: none;
    }
    .w3eden .hover_card__3 .card-body .intro p{
    font-size: 13px;
    margin-bottom:0;
    color: rgba(0,0,0,0.7);
    }
    .w3eden .hover_card__3 a img{
    transition: all ease-in-out 300ms;
    }
    .w3eden .hover_card__3:hover a img {
    transform: scale(1.2);
    transition: all ease-in-out 300ms;
    }
    .w3eden .hover_card__3:hover .intro{
    transition: all ease-in-out 300ms;
    margin-top: -70px;
    height: 166px;
    padding-top: 48px;
    }
    .w3eden .dl-btn{
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: calc(50% – 36px);
    top: 0;
    width: 72px;
    height: 72px;
    padding: 10px !important;
    border: 4px solid #ffffff;
    margin-top: -100px;
    line-height: 64px;
    background: var(–color-primary) linear-gradient(45deg, rgba(12,6,121,0.5) 0%, rgba(0,212,255,0.3) 100%);
    border-radius: 500px;
    padding: 4px;
    color: #ffffff;
    }
    .w3eden .dl-btn img{
    max-width: 100%;
    }

    #182494

    Humayon
    Spectator

    Hi,

    As per discussion, with the core dev team, since you are trying to handle it using API so it required code customization.

    You may get in with our customization team through the below link.

    User Dashboard

    Regards


    lucy owens
    Member

    It’s installed
    WordPress Download Manager Pro Extended Short-Codes
    Version 2.8.1

    But i noticed your link went to a different version so when I updated, everything is working fine. Thanks!!

    #182446

    Werner Pretorius
    Participant

    Hi
    Having issues with the All Downloads Table not showing any Packages and not excluding categories. See images and more In the second image you can see that I’ve excluded a category (on the left), but it still shows in the dropdown. In the first image you can see 365 files found, nothing listed though. Testing URL link

    Please advise
    Regards
    Werner

    #182437

    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    1. That is coming from theme template. You have to change the template.
    2. you can use the template tag [file_types] or [file_type_icons] to show file type or file type icons
    3. It can be done by editing page template by removing download button.
    4. please share more details about it. Not clear to me.
    5. Pleae share more details about the joining. However, it can be customized by editing template in theme file.
    6. yes possible.

    For further assistance, please provide temporary admin access in a private reply as well send me related links for clear details. So that I will change those according to your requirements.

    Regards
    Tanvir

    #182308

    Humayon
    Spectator

    Hello,

    Thank you for your reply.

    We need additional time as the add-on is still a work in progress.

    Also, in the meantime, you can copy the download link from one drive and attach it with WPDM as a URL.

    Regards

    #182307

    Benjamin Hurley
    Participant

    Im having an issue displaying documents to download in a specific category via the short code.

    Instead of displaying the document link, its showing a link to a .php string (5de17e16989d7.php) for the test document i uploaded.

    Here is the shortcode im using.

    [wpdm_category id="Documents" template="5de17e16989d7" cols=1 paging="0" items_per_page="100"]

    Any advice on whether that shortcode is misconfigured would be appreciated.

    #182287

    In reply to: horizontal file tree


    Ivan Turatti
    Participant

    it would be the…

    Category Cards ( Shows packages from selected categories ):
    WordPress Download Manager Category Cards Block
    You can use this block to embed a Download Categories to a post or page. Categories are shown in block format and each box is linked to its archive page.

    #182266

    Robert
    Participant

    I would like to directly link to the actual download straight from the table that is produced using the [wpdm_user_dashboard recommended="recent"] shortcode.

    In your example, the URL tied to each item in the “Last 5 Downloads” table drives to the package page. I prefer the URL in the table directly link to the actual file. I’m trying to remove one step for my visitors.

    Actually, I don’t have any need for the package pages at all.


    Panti Yatim
    Participant

    Hello.

    we recently have problem with sending download link, it doesnt work after migratin all our email to google workspace. Is ther any conpiguration spesific for email that using google workspace?

    thanks in advance

    #182230

    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    We have an addon for Elementor.

    Elementor Addons

    There are the available widgets for wpdm. Let me know please if you are using that.
    Withou that addon, you have to use our shortcodes to show package. You will find the available shortcodes here

    For further assistance, please provide more details about your requirement with any example links to check it further.

    Regards
    Tanvir

Viewing 25 results - 1,226 through 1,250 (of 9,358 total)