Search Results for 'download link'

Viewing 25 results - 2,976 through 3,000 (of 9,348 total)
  • Author
    Search Results
  • #143606

    Nayeem Riddhi
    Moderator

    Yes, you have to use [file_list] template tag in your link template, like here for shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/, sample demo is here, https://wpdmpro.w3eden.com/file-cart-for-shortcode/

    thanks

    #143604

    Nayeem Riddhi
    Moderator

    by default, you are using link-template-default.php for link template and page-template-default.php for the page template. you can follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files, 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.

    For opening in new windows, please add this code replacing [download_link] in page/link templates PHP file as i described above,

    <a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>

    thanks

    #143594

    Nayeem Riddhi
    Moderator

    How to Fix 403 Forbidden Error on WordPress
    To help you fix the 403 Forbidden Error on your WordPress site io am describing it in detail:

  • ►File permissions
  • ► .htaccess file
  • ► Hotlink protection
  • 1. File Permissions
    Each folder and file on your WordPress site’s server has its own unique file permissions that control who can:

    Read – see the data in the file/view the contents of a folder.
    Write – modify the file/add or delete files inside a folder
    Execute – run the file and/or execute it as a script/access a folder and perform functions and commands.
    These permissions are indicated by a 3-digit number, with each digit indicating the level of permission for each of the 3 categories above.

    Normally, these permissions just “work” for your WordPress site. However, if something gets messed up with the file permissions at your WordPress site, it can cause the 403 Forbidden error.

    To view and modify your site’s file permissions, you’ll need to connect via FTP/SFTP.

    Find all of the tools you need to manage your website (errors and all) in one convenient location.

    For the screenshots in the tutorial below, we’ll be using the free FileZilla FTP program. The basic principles will apply to any FTP program, though – you’ll just need to apply them to a different interface.

    Once you’re connected to your server, you can view a file or folder’s permissions by right-clicking on it:

    view-file-permissions-01

    Of course, manually checking the permissions for each file or folder isn’t really an option. Instead, you can automatically apply file permissions to all the files or folders inside of a folder.

    According to the WordPress Codex, the ideal file permissions for WordPress are:

    Files – 644 or 640
    Directories – 755 or 750
    One exception is that your wp-config.php file should be 440 or 400

    To set these permissions, right-click on the folder that contains your WordPress site. Then, choose File Attributes:

    fix-403-forbidden-error-wordpress-file-permissions-2

    Enter 755 or 750 in the Numeric value box. Then, choose Recurse into subdirectories and Apply to directories only:

    fix-403-forbidden-error-wordpress-file-permissions-3

    Once you’ve applied the correct permissions for directories, you’ll repeat the process for files. Only this time:

    Enter 644 or 640 in the Numeric value box
    Choose Recurse into subdirectories
    Choose Apply to files only

    fix-403-forbidden-error-wordpress-file-permissions-5

    To finish the process, you just need to manually adjust the permissions for your wp-config.php file to make them 440 or 400:

    fix-403-forbidden-error-wordpress-file-permissions-4

    If file permissions issues were causing the 403 Forbidden Error, your site should now start working again.

    2. .htaccess File

    if you’re hosting uses the Apache web server, one common cause of the 403 Forbidden error is a problem in your site’s .htaccess file.

    The .htaccess file is a basic configuration file used by the Apache webserver. You can use it to set up redirects, restrict access to all or some of your site, etc.

    Because it’s so powerful, even if a little mistake can cause a big issue, like the 403 Forbidden error.

    Rather than trying to troubleshoot the .htaccess file itself, a simpler solution is to just force WordPress to generate a new, clean .htaccess file.

    To do that:

    Connect to your server via FTP
    Find the .htaccess file in your root folder
    Download a copy of the file to your computer (it’s always a good idea to have a backup just in case)
    Delete the .htaccess file from your server after you have a safe backup copy on your local computer

    fix-403-forbidden-error-wordpress-htaccess

    Now, you should be able to access your WordPress site if your .htaccess file was the issue.

    To force WordPress to generate a new, clean .htaccess file:

    Go to Settings → Permalinks in your WordPress dashboard
    Click Save Changes at the bottom of the page (you do not need to make any changes – just click the button)

    And that’s it – WordPress will now generate a new .htaccess file for you.

    3. Check to See If Hotlink Protection Is Misconfigured
    Hotlinking is when someone adds an image to their site, but the hosted link is still pointed to someone else’s site. To prevent this, some will set up what is called “hotlink protection” with their WordPress host or CDN provider.

    When hotlink protection is enabled, it will typically return a 403 forbidden error. This is normal. However, if you’re seeing a 403 forbidden error on something you shouldn’t be, check to make sure hotlink protection is configured properly.

    Still Having Issues? Reach Out to Your Hosting Provider

    The 403 Forbidden error means that your server is working, but you no longer have permission to view all or some of your site for some reason.

    The two most likely causes of this error are issues with your WordPress site’s file permissions or .htaccess file. Beyond that, some plugin issues might also cause the 403 Forbidden error. Or it could be that something is misconfigured with hotlink protection or your CDN.

    By following the troubleshooting steps in this guide, you should be able to get your site back to working in no time.

    thanks

    • This reply was modified 4 years, 5 months ago by Nayeem Riddhi.

Pierre Gergi
Participant

Thank you Nayeem.

The first link is an example (by Download manager) that does not have categories on top of the page :

مكتبة قنشرين المسيحية

The second example that has categories on top of the page:
https://ebooks.qenshrin.com/

It is very important to allow visitors to choose the appropriate category by Combo Box (Second example).
My question is how can I use categories in top of the page in Download manager plugins?

I couldn’t attach an image to explain that!

Thank you
Pierre


James Kennedy
Participant

Thank you for the update. Is there a plan for if/when this will be addressed? We’ve been using the File-Cart on a site maintained separately with the same information (e.g. files were uploaded into Download Manager), so I can continue maintaining it, but we wanted to consolidate and reduce the footprint/cost of maintenance. Linking to the files in the media gallery is an ideal solution moving forward, but I need to notify my constituents how long it will be before the media gallery solution is possible.


Nayeem Riddhi
Moderator

I have didn’t changed yet, but if you get invalid download anytime you can adjust the settings from Basic > Private Download Link Usage Limit or Private Download Link Expiration Period, BTW, glad to hear that your problem has been resolved

thanks


Wolfgang Furmanski
Participant

Hello, no download possible despite correct password entry.

— Invalid download link — – by this message: https://lippe-air.de/download/letzter-tag-im-august-i?wpdmdl=270361&_wpdmkey=5fdd8e1fc7467

#143271

Wolfgang Furmanski
Participant

Despite entering the correct password I got the message – Invalid download link –


Nayeem Riddhi
Moderator

If you are using the free version you can edit the tpls called page template PHP file or link template PHP file, and for upload or creating package/file you may use this frontend upload feature, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_frontend-front-end-uploader-ui/, though it is available in the PRO version

thanks


Dean Chalk
Participant

Well, it works on no-ones browser but yours

Please go to https://governance4fe.co.uk/knowledge-bank/financial-sustainability/
You will see a download link called ‘Statement of non-compliance with the CUC Remuneration Code‘.
This will not download in Chrome – it will in Edge or Firefox.

The error we get in google developer tools is:

Mixed Content: The site at ‘https://governance4fe.co.uk/’ was loaded over a secure connection, but the file at ‘https://governance4fe.co.uk/wp-content/uploads/2020/02/Remuneration-Code-Statement-on-the-non-adoption-of-the-CUC-code.docx’ was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.


James Kennedy
Participant

I see. That would significantly increase the size of our site given the number of files and the size of the files.

Can you explain why it behaves differently if the package is downloaded from the file cart instead of being sent by email from the file cart?

Can you explain why it behaves differently if the package is emailed from the admin panel package instead of being sent by email from the file cart?

It seems to me that the creation of the link when sending the email from the file cart is faulty – that it is grabbing different information than is being grabbed when the package is sent other ways.

#143169

In reply to: Site credit Lock


WPTest
Participant
This reply has been marked as private.

James Kennedy
Participant

Is there a different permission that needs to be applied to our UPLOAD folder in order for the emailed link from the site to work? Here is what I’ve found:

  • If the file is uploaded instead of selected from the Media Gallery, the file is able to be downloaded via the emailed link.
  • Uploading all the files is unacceptable because we are sharing the same files with users in multiple ways. The other plug-ins are already consuming the files from the media gallery.

  • If the admin sends an email link for a package from the Download Manager UI (e.g. clicks on the paper airplane), the recipient of the email is able to successfully download the files that were selected from the Media Gallery.
  • The link created for the package is somewhat different from the link created by File Cart, but there should be a relationship and this could hold the key to fixing the issue with the File Cart email of files that were added to a package via the selection from the Media Gallery.

  • The document link for the item in the package behaves differently depending on whether the file was uploaded or selected from the Media Gallery.
  • If the file was uploaded, using the document link results in a download. If the file was selected from the media gallery, the document link results in the file being displayed in the browser.

    #143051

    Rudi Samyn
    Participant

    I have used Download Manager to generate code like this example:
    [wpdm-archive category=”412″ cat_view=”compact” button_style=”primary” link_template=”link-template-default.php” order_by=”post_title” order=”desc” items_per_page=”10″]

    But it is not rendered. I reverted back to 3.1.1. (There are more problems with Archive pages (category and sort order are ignored) which I will address in a different post)


    Lucy Sestak
    Participant

    Hello, the plugin version is 1.2.6, which is according to the information from the provider of the latest version. The plugin does not even report that there is a newer version. I do not assume that this problem is in the older version. Please write me what the code should look like, which after clicking on the link or button will display the PDF in a pop-up window, as you state on your page. I tried the code: <a href="[file_list]"> View PDF </a>, unfortunately this one only downloads the PDF again. I think this is the primary problem for all users of this plugin, because the Download manager does not offer document viewing by default.

    • This reply was modified 4 years, 6 months ago by Lucy Sestak.
    #143022

    Espen Noreng
    Participant

    okei. I need the customer to be sendt the download link mail. Is there a shortcode for the downlod-link, to the product the costumer bought?

    #143000

    kiddo worksheets
    Participant
    This reply has been marked as private.

    James Kennedy
    Participant
    This reply has been marked as private.
    #142933

    kiddo worksheets
    Participant
    This reply has been marked as private.
    #142923

    Nayeem Riddhi
    Moderator

    Hi,

    You can use package shortcode in your table and you can also use it in your other requirements customizing the link template used in the shortcode, for getting more knowledge about the template you can see this doc, https://www.wpdownloadmanager.com/doc/templates/

    thanks

    #142913

    Nayeem Riddhi
    Moderator

    Can you elaborate on this link please, https://www.wpdownloadmanager.com/support/search/crypton/, I think you are trying to show a demo with this

    thanks

    #142907

    kiddo worksheets
    Participant
    This reply has been marked as private.

    I have this [wpdm_tree] in this page: https://www.cm-pombal.pt/teste-5/ and this [wpdm_tree category=”atas-assembleia” download_link=1] in this
    https://www.cm-pombal.pt/atas-reunioes-de-assembleia-municipal/deliberacoes-das-reunioes-assembleia-municipal/ but is not working.
    I have Downloadmanager PRO updated, as well WPDM Extended Short-codes.
    Can you help?

    #142811

    ovoigt
    Member

    Dear Nayeem,

    I am starting to get very frustrated with WP Download Manager.

    I have tried updating the plugin. First, the update process fails again until you manually go into the settings – license menu and press save there. Why is this still necessary? My license code is already there and it is and has been correct. Other user have already pointed this out. It is a real problem: https://www.wpdownloadmanager.com/support/topic/update-issue-continue/

    Then again, my templates have been “reset” (for lack of a better word), the “link-template-default-old” template has yet again changed to a look that I do not want (feel free to check https://gymnasium-brake.info/schule-in-corona-zeiten-alle-informationen-im-schuljahr-2020-2021/#69d8b1c354be80dc8)

    Why is this happening over and over again ? It is just annoying and a waste of time. Do I have to do this with every update of the plugin from now on?

    Please can you solve this otherwise I have to look at other options.

    Many thanks
    Oliver

    #142753

    jstoltz
    Participant

    1 would be the /resources page – as this is the master page for all resources where the download link does not work
    2 would be in the WordPress backend whenever you try to upload a new package
    3 would be in the WordPress backend under the WPDM Download Manager plugin options, the layout is not correct and tells me something is not right

    Viewing 25 results - 2,976 through 3,000 (of 9,348 total)