Search Results for 'download link'

Viewing 25 results - 5,276 through 5,300 (of 9,501 total)
  • Author
    Search Results
  • #85789

    In reply to: Help me Homepage


    TYN
    Member

    Good, thank you for guiding me fix the bug, I have done successfully.

    But there is error on homepage interface when activate and deactivate User Reviews, you see and guide me fix the error.
    And I just discovered another bug related to the submenu menu. Please visit the demo “https://demo.wpdownloadmanager.com/wpdmpro” by mobile and try to click submenu to access the submenu link or not?
    And another error is that after I press like facebook finished I do not see where to download “test on my localhost with the feature will be downloaded after like Facebook (Facebook like lock)”.

    Please show me how to fix the errors I have listed above. Thank you very much!

    #85785

    Jeff
    Member

    I must not have been clear in my original post. I don’t want to go to the details page. I want the title to be the download_link. I want to display the text of title but make it display as a hyperlink with the url being the download_link.

    To put it a different way, can you change the title of download_link from “Download” to the document title?

    #85567

    Shahriar
    Moderator

    There is an option to block only download links when a user does not have access to the package. Currently, your setting is set to Hide Everything option. You can change it from Downloads Settings Basic Access Settings Panel. Setting the option to ‘Only block download link’ will enable the permission denied message on packages.

    https://www.evernote.com/l/AUcy5LKbbLdAK6lLnrq4Fqd-ZjmCgtM11OkB/image.png

    #85563

    In reply to: site slow with wpdm


    Shahriar
    Moderator

    Hi,

    There are many variables when you are calculating site speed. The most important thing to consider is web hosting. If your server is not optimized or using a server with limited resources ( e.g. cheap shared servers ) you can’t expect a fast site.

    Download Manager handles many data-heavy operations which adds a little more load on your server as any other similar plugin would do. But that does not have any noticeable effect on site speed. And if you use a cache plugin, all WPDM pages are loaded through the cache and does not add any server load. It just serves cached page without any server calculation.

    By the way, I checked your link. The site speed seems pretty nice. Like most other WordPress sites.

    Best regards.

    #85560

    Shahriar
    Moderator

    I made the change on line 94 in /download-manager/admin/class.DownloadManagerAdmin.php file. You have to do it again after plugin update. The link is an image button by default. You requested to change it to text in a previous ticket.

    Processing multiple PDF files requires more server resource. Do not have the exact numbers on this matter. But can’t guarantee if multiple file stamping would work on your site or not.


    Jeff
    Member

    I am using the following code:

    [wpdm_all_packages items_per_page="10" categories="datasheets" jstable=1 order_by="title" order="ASC/DESC" cols="title,excerpt|download_link" colheads="Product Number|Download::150px"]

    I do not get a “Display x downloads per page” link in the upper left nor does the pagination work. This worked prior to installing the 4.7.7 update.

    #83717

    In reply to: download list


    Shahriar
    Moderator

    You can use the category shortcode with panel link template. Please check the doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    Install the TinyMCE add-on to insert shortcode using a GUI.

    With that, If you need filter and search option Archive Page add-on is the best solution https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    #83457

    In reply to: Invalide Captcha


    Shahriar
    Moderator

    You were using the frontend uploader page ( [wpdm_frontend] ) which is not the correct shortcode for showing all downloads. The right shortcode is [wpdm-all-packages jstable=0 items_per_page=10] I have updated the shortcode.

    Now download page is here- https://www.toi-suisse.com/media-download/

    If a user is not logged in a login button will be shown instead of the download link. After login, the user will be redirected to the download page.

    https://www.evernote.com/l/AUfUaQoZxutPlrplXEjkugU5zGvcEOUVnkkB/image.png

    When creating the package you will set the access for the package from package setting meta box.


    PMX
    Member

    Hello, we currently have a private website were users can download files depending on their role. We have set WPDM so “When user is not allowed to download it only blocks download link” but when we set only “subscribers” have access to a file, other roles can download it too.

    We tried the option “Hide Everithing” on the plugin settings and it works fine, but we really would like to use only the restricted download option.

    #81551

    Jeff
    Member

    I am using WPDM’s table display shortcode to display a list of documents from a particular category. Is there any way to make the “title” display as a hyperlink so I don’t need a separate title and download column?

    #81545

    April
    Participant
    This reply has been marked as private.
    #81504

    Hi Support

    I have a problem with my download button.

    Previously when i had an issue with it, I was told to you change [download_link] in the template to “[link_label]“, and it worked for a small amount of time.

    I have been having another problem for approximately 2 weeks, my download button does not work , if I leave [ download_link] in the template certain documents have ” #unlock” in the URL but still, downloads and others have “#” in the URL and doesn’t work.
    Then if I change [ download_link] to “[link_label]” then the documents with “unlock” in the URL change to “#” and stops working and the documents with “#” in the URL changes to “unlock” and works.

    I can not get all the documents to work at the same time.

    I have attached some images of the code.

    Please assist as soon as possible.

    Regards
    Laurika

    #81485

    OneAmerica
    Participant

    Hi there,

    This works. It solves the problem, but it creates a new issue. Now the icons aren’t appearing in the way they used to. Here is my template code. I’m wanting the icon to act as a link to the document. Can you please help me out? Please note you still have access to the site. Thanks!

    <div class=”media”>

    [icon]

    <div class=”media-body”>
    <h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>
    [title]
    </h4>
    <div class = “file-size wrapper”><p class = “file-size”>[file_size] </p></div>
    </div>
    </div>

    #81444

    Shahriar
    Moderator

    There is no limit on the number of files per package. Could you please send me the download page link or wp-admin login info in private reply?

    #81439

    April
    Participant

    Hi there,

    Trying to denote what is and what isn’t premium content by adding a star to the title via font awesome or an image and both ways are being stripped from the code below. Is there a trick to this? Or is there a way to add a differentiating icon of sorts to certain downloads perhaps based on category?

    <div class=”media”>

    [icon] <i class=”fa fa-star” title=”Premium Lynx Content”></i>

    <div class=”media-body”>
    <h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[page_link]</h4>
    <div class=”dm-exerpt”>[excerpt_150] </div>
    </div>
    </div>
    [version]

    #81403

    Lazos SA
    Participant

    I have configured a link template with the following variable[thumb_WxH]. Before the last update, the respective thumbnail was displayed without any problems, however, this does not happen now.

    The code it generates is as follows:
    <img class="wpdm-thumb wpdm-thumb-60x60 wpdm-thumb-108597" src="http://pre-snaspe.lazos.cl/wp-content/plugins/download-manager/cache/RRi1_BDD6-60x60.jpg" alt="Presence of yaw (Leopardus guigna) within Puyehue National Park, Los Lagos Region">

    The path/wp-content/plugins/download-manager/cache/ exists but there are no files in it.

    I have the ImageMagick-6.7.8.9-15 package installed on my server.

    Please help me to solve this problem that didn’t happen before. You can check that I have the same problem with all files uploaded at the following URL http://pre-snaspe.lazos.cl/biodiversidata/#1522337162728-10

    Hi,

    We recently installed an SSL certificate via BlueHost and we use SiteLock for gwg.org. Since this update/DNS change our WP Download Manager isn’t working at all. It seems to be timing out, and no one is getting the immediate download or the email with link.

    This is the page with the most downloads on it: http://www.gwg.org/application-settings/

    Could you please help me troubleshoot this? I have no idea where to begin.

    I’ve setup an admin login for the site, let me know if you need access to this.

    Thank you,

    Alexandra

    #81382

    hey,

    i’m new to wpdownloadmanager – this looks all very promising in backend (creating categories, subcategories and upload/linking files).

    however,
    how can i show now these (sub)categories on a front-end page so our users can navigate between these categories and download the needed files.

    thanks for your quick feedback on this.

    br,
    Stanislas

    #81371

    Shahriar
    Moderator

    Updated your custom link template. Replaced [download_link] with <a href="[download_url]" target="_blank">[link_label]</a>. The download is working now.

    #81341

    Shahriar
    Moderator

    You can check the Downloads Stats Download History Tab. If there is any download from unknown IP then that should indicate the order has been downloaded. But entries are not linked to the order id.

    Yes, it is possible to insert the order id in the database. If the customer is a registered user you can just assign another order with the same product. You can create the order a guest and then assign it to the custom from order details admin page.

    It is also possible to create an order with that order id. But we have to edit database entry for that.

    #81337

    Shahriar
    Moderator

    That’s not possible. If users want to download single files then they have to use the individual file download links.

    #81305

    In reply to: Linkedin Lock


    Shahriar
    Moderator

    Yes, I think this time I got what you were saying all these time 🙂

    The issue seems to be related to the iframe. But have to investigate further to be sure. But the embedded download link works fine. I have applied the embedded download link using another page template to fix the issue.

    #81286

    services
    Member

    1, No I have issues with two files . Neither have locks, the emailed link doesn’t work, AND get errors when click to download from the package page
    http://www.habitararchitects.co.uk/download/test/
    http://www.habitararchitects.co.uk/download/7064-project-directory/

    2. But how do I edit the template file to get what I want? by coding it?

    #81284

    Shahriar
    Moderator

    Hi,

    Sorry for the delayed reply.

    1 ) Download works fine when the package has no locks. Tested this one http://www.habitararchitects.co.uk/download/7082-transmittal-0001/ To make sure, we are talking about the Email Download Link feature here.

    https://www.evernote.com/l/AUdbCE97n1hAqLF2dy30vFg-vlnQtUc7NvwB/image.png

    2 ) You are not moving the file. You are making a new template file to override the default one. Your changes will still be there when you update the plugin.

    Thanks.

    #81251

    Shahriar
    Moderator

    Hi,

    You can use a template file to modify the Register Now link in the login form. The login form template is located here /download-manager/tpls/wpdm-login-form.php. Copy that file and place it in /your-active-theme/download-manager/ directory. Then modify the link in this new template file. Please check templates doc here https://www.wpdownloadmanager.com/doc/template-files/

    You can also add extra fields in registration form using the same approach. Registration form template is wpdm-reg-form.php in the same directory.

    There is another way to add custom fields in the registration form. You can use the wpdm_reg_form hook. Here is the hook documentation https://www.wpdownloadmanager.com/doc/action-reference/wpdm_register_form/

    Best regards.

Viewing 25 results - 5,276 through 5,300 (of 9,501 total)