Search Results for 'download link'

Viewing 25 results - 5,351 through 5,375 (of 11,356 total)
  • Author
    Search Results

  • Shahriar
    Moderator

    Hi,

    Which shortcode are you using there? Please send me the page link to check.

    We have directory add-on which has category based filtering option. It also has many other features. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    Thanks.


    Alessio
    Participant

    Hello everybody,
    I’m experiencing an issue using WPDM on one page translated with WPML.
    I have some not translatable documents, I need to insert them in one page (italian) and its translation (english) as well.

    So I created the italian page and its translation, then I put the same shortcode in both. This is the shortcode I used: [wpdm-all-packages items_per_page="50" categories="category1, category2" jstable=1 order_by="date" cols="title,file_count,download_count|post_content|categories|publish_date|download_link"
    colheads="Title|Newspaper|Category|Date|Download"]

    I expected to have two identical tables, but I got that only the page in italian displays the correct cols and colhead, In english page the post_content parameter is completely ignored.
    Could you please help me? Is it possible to display the same table on both pages, without creating translations of each single downloads package?

    Thank you for your support


    Mick
    Participant

    Download button works ok until i use it with password lock then it just links to /#unlock and nothing changes.

    Wont work with other lock options ether, only works if i turn lock off.

    This happens on Link Template pages and Page Template pages.

    what am i missing?

    #112243

    In reply to: Domain change


    Shahriar
    Moderator

    Hi,
    You can use your key on a new domain now. Please make sure you are using the latest version of Download Manager Pro. You can always download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    Btw, now you can unlock the key yourself from the purchases page. Use the generate key button to view the linked domains.
    Thanks.

    Hello, I am currently new to wordpress and am using download manager for some pdf files to be downloaded on a password protected page. I have both bootstrap css and js selected to make the shortcode work in ninja tables. The problem is it is putting a close button in the lower left corner of the page. If i turn off the bootstrap css the button goes away but makes the shortcode links in ninja tables go off the page. If i select both css and js it makes the shortcodes show normal but i get a close button at the bottom of the page under the footer.
    Any help would be most appreciated.

    thank you for your time.


    Mark Franke
    Member

    I have been trying with my hosting company for two weeks to troubleshoot the issue of all files uploaded for use in the Download Manager are now redirecting to my 404 Page Not Found error page.

    Permissions are correct on the /download folder. Firewall and security settings are not causing the problem and yet, even if I upload a new file through the plug-in and then insert the download link on a page I get the error re-direct.

    Any assistance would be greatly appreciated.


    Samantha Nystrom
    Participant

    Our site works fine when you search or use an internal link to get to a download. A Terms and Condition pop up is displayed and once you agree you can make the file download. Perfect. However if you search for the product on google – you get the same url – and go to the page neither the Terms and Conditions or the download work. I understand that the download is ‘locked’ and inaccessible unless you agree to the terms, but something is not firing the pop up. Please advise.

    #112214

    sysop
    Member

    Hi
    The web page and the icons of the files are not loaded correctly.
    See link to movie clip. https://valjeviken.se/wp-content/uploads/2019/09/Error.mp4

    Occasionally the webpage shows something about the cache if you hover over the flashing icons?

    The error occurred after the following updates. WordPress 5.2.3 and Download Manager 5.0.1

    /Thanks

    #112206

    DesignServe
    Participant

    Hi Shahriar,

    On the following page, for example, the red “subscribe” button links to the same page. How do I get it to link to the subscription page? The subscription page is already set up in the WPDM settings.

    https://technicskeyboard.com/download/strictly-ballads/

    You will notice that I’ve put a manual link and some explanations on the Page Template as a workaround for now.

    Here is the subscription page.

    https://technicskeyboard.com/subscription/

    Thanks,
    Mike

    #112173

    In reply to: Page template


    Simao Matos
    Participant
    This reply has been marked as private.
    #112115

    I set up password lock and now the download button does nothing and links to /#unlock. How do I set it up?

    #112112

    Hi there,

    For a long time I’m trying to use the download generated link as my audio player source but because it doesn’t produce .mp3 extension at the end, it can not be recognised as an audio file!

    Is there any way to use the download link as an audio or video embed URL?

    The reason I’m going to use the WPDM for this matter is to keep track of play times.

    Would be glad to get an answer.

    God bless


    Shahriar
    Moderator

    Did you use our REST API add-on ( https://www.wpdownloadmanager.com/download/wpdm-api/ ) or is this something you wrote? Please send temporary wp-admin login info in private reply. I have run some tests to find the reason behind broken file links.

    #112066

    In reply to: Direct link


    Shahriar
    Moderator

    You can generate direct download link from “All Packages” admin page. Click the “Generate Download URL” button below the package name to open UI.

    If you are trying to get download URL in a link/page template then use [download_url] tag.

    Let me know if you have any further query.

    #112063

    Shahriar
    Moderator

    Hi,

    Please enable the “Email Download Link” option when activating the Form Lock. That will send the download link via after form submission.

    Install the Download Notification ( https://www.wpdownloadmanager.com/download/download-notifications/ ) add-on to get notified when someone downloads a package.

    Thanks.

    #112051

    Ivan Komljenovic
    Participant

    Hello,

    Is it possible to use direct link?

    Something like this href=”#wpdm_package id=’16859″?

    I want to implement download link in revolution slider.

    Now I achive that with this Download
    but than I must to make this button transparent and to resize it.

    Everything will be easier if direct link is possible.

    Kind regards

    Kind regards

    #112050

    In reply to: Category page options


    Shahriar
    Moderator

    Looks like it isn’t possible to fix the URL without code customization. You have to add this code

    if( is_tax('wpdmcategory') ) $burl = get_term_link(get_queried_object());

    right after $burl = get_permalink(); in /download-manager/wpdm-functions.php file.

    Another option is available which doesn’t involve changing the core plugin code. But it is a bit lengthy. Create a new category shortcode using wpdm_category and wpdm_embed_category functions. You just have to replace the $burl = get_permalink(); part as I suggested above.

    #112047

    Shahriar
    Moderator

    Yes, you can do that by unlinking the key from the live site. From the purchases page ( https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases ) click the generate key button and remove the live site from “Linked Sites” link.

    Make sure to install the latest version v.5.0.1 You can download it from purchases page.

    #112038

    Shahriar
    Moderator

    1 ) Download this file https://www.dropbox.com/s/pkc8dfenuhmoq14/5bf86eafe04fc.php?dl=1
    2 ) Place it in /active-theme/download-manager/link-templates/ directory.

    Now you can use 5bf86eafe04fc as template id in your shortcode. When using a file to create custom template the filename is used as template id.


    Adrian Balles
    Participant

    Hello again,

    we had this issue before we transferred to another server. Now we just changed domain from sub.domin.de to domain.de . – same server and database – again lost our custom download template. What can we do???
    regards Adrian

    #112026

    Pinar Karakas
    Participant

    Hello, I want to make it possible for the customer to add files to the file cart straight from the link template. So instead of only the Download Link – as shown in this example (https://demo.wpdownloadmanager.com/wpdmpro/archive-page-red/) – I want to display also the file name and the “+” (Add To File Cart).

    Displaying all elements works fine by adding [file_list] to the custom link template, BUT the actual function of adding the respective file to the file cart does not work (the “+” does not do anything in the link template).

    Do you have a solution for that? Btw, adding files to the file cart in a page template works fine.

    Thank you


    Ivan Komljenovic
    Participant

    Hello,

    Can you provide me little help to achieve what I need?

    When someone on website fill contact form and submit it I want to one email with download link be sent to him and another one with contact form details to me.
    Also does plugin have posibility to Forbidden Email Domains like yahoo.com, gmail.com, outlook.com, live.com…

    I have this two plugins: Download manager pro and wpdm-form lock.

    Kind regards

    #112024

    John Floren
    Participant

    Hi Shahriar
    Just to confirm, updated class.Packages.php file at the following;
    Rows 329, 395 & 463 with ulimit to tdlulimit
    Rows 337, 403, & 464 with exmisd to tdlexmisd

    Note: both instances in the last rows 463 & 464;

     ulimit: $('#ulimit').val(),
     exmisd: $('#exmisd').val(),

    However, running a test where the expiry was set to 2880 mins (48hrs), then checking after 18 hours, it is still giving an –Invalid Download Link —
    I am using a heavily edited version of the plugin core files, so updating will take more time; I should be able to just update the class.Packages.php file I guess.

    Any other suggestions?


    DesignServe
    Participant
    This reply has been marked as private.

    DesignServe
    Participant
    This reply has been marked as private.
Viewing 25 results - 5,351 through 5,375 (of 11,356 total)