Search Results for 'download link'

Viewing 25 results - 4,326 through 4,350 (of 9,349 total)
  • Author
    Search Results
  • #111057

    Shahriar
    Moderator

    Your key is linked to applefortheteacher.co.uk

    If you are having a license issue in this domain, please install the latest version of Download Manager. That will fix it.


    Martin
    Participant
    This reply has been marked as private.
    #111009

    ovoigt
    Member

    Hello,

    two links:

    https://www.gymnasium-brake.de/index.php/personen/schulleitung

    The download button used to be smaller.

    https://www.gymnasium-brake.de/index.php/ablauf-des-1-und-2-schultages-im-neuen-schuljahr-2019-2020

    The old default template did not include file size, number of files etc… I would like a more compact default template if still possible.

    Thanks
    Oliver


    Shahriar
    Moderator

    After expiration date and “expiration message” is shown instead of a download link. But that doesn’t delete the actual file in your server. But users won’t be able to download after expiration date. If you think it isn’t working in your site, Please send temporary wp-admin login info in private reply to check the issue.

    #110950

    In reply to: New Website


    markharari
    Participant
    This reply has been marked as private.
    #110928

    Ronne Cores
    Participant
    This reply has been marked as private.

    Adrian Balles
    Participant
    This reply has been marked as private.
    #110815

    KoDan
    Participant

    Folks, I’m *really* after a bit of support here.

    I have done an *awful* lot of investigation, code customisation and despite getting virtually no forum replies I have solved most of the issues myself and shared lot’s of information in the Forum about:

    Customisation

    • preventing users form seeing the WP Dashboard or Top Menu
    • implementing a Menu ‘Logout’
    • elegantly directing sellers > seller dashboard & users > user dashboard on login
    • elegantly redirecting users to an information page if they do not have the correct permissions
    • restricting display of Media Library files to just the authors
    • restricting access to WP permalinks and direct file URL’s (ie. attached files in a package) to only registered users
    • implementing a homepage text search
    • using tax inclusive pricing
    • forcing ALL users, no matter if they have selected a country, to be charged tax
    • stopping sellers from seeing other seller products in the dashboard (ie. Latest Orders and Top downloads)

    Code Anomolies

    • identified why thumbnail generation fails
    • identified a discrepancy in the way Coupon Discounts are presented
    • identified an anomaly in the way seller commissions are calculated

    IMHO this is all useful information for current users as well as for WPDM in considering future code patches & releases.

    The only aspect of the site I’m still un-happy about is Billing Information.

    It’s very frustrating that the Country > State pull-down code works perfectly in the Shopping Cart & the Premium Package Admin panel, but nowhere else in the site. This is especailly annoying for the end user, as this field can never be auto-populated.

    You have already written the code, I have found the relevant code snippet and have inserted the code but it doesn’t work. I’d sort it myself but, unlike everything else I’ve sorted, I just can’t easily find where to hook it up to the required functions (I’m guessing js).

    So I would REALLY appreciate some guidance here – it can’t be difficult.

    #110806

    Hi,

    When I select email lock options Mail download link, the email is not send to the user?

    How can i fix this?

    Thanks


    Adrian Balles
    Participant
    This reply has been marked as private.

    Shahriar
    Moderator

    WPDM doesn’t delete the templates when showing the invalid key warning. Not sure how your templates got deleted. Maybe some plugin modified the DB. These templates are saved under _fm_link_templates and _fm_page_templates key in options table.

    You can also use template files to create custom link/page templates https://www.wpdownloadmanager.com/doc/template-files/ You can try this approach if the previous issue happens again. Although, I hope this won’t happen again.


    Shahriar
    Moderator

    Your test site is subsite number 10 on your multisite setup. The /uploads/sites/10/download-manager-files/ directory was missing there. So, WPDM couldn’t find the link to uploaded files which resulted in the “file not found” error.

    I deactivated the WPDM on test subsite and activated it again. This process created the /uploads/sites/10/download-manager-files/ directory. And uploaded files are being stored there now. The download should work for all new uploads.

    For old attachments either re-upload those files or manually copy those on /uploads/sites/10/download-manager-files/ dir.

    If you face similar issue on any other subsite, just deactivate the plugin and reactivate it again to create the missing file directory.

    Please let me know if you need further assistance.


    Ed Ammendola
    Member
    This reply has been marked as private.
    #110747

    Scott Kolbe
    Member

    Shahriar, just checking in. Is there any way around the initial download button on the Guest Orders page leading to an expired link page? Again, when you add the email address and order ID and press “proceed” it works correctly – it’s just the default experience that produces the error. I am getting ready to do a big promotion of a new line of service and was hoping for some ecommerce activity this week but I fear the user experience won’t be the best.

    I tried changing the orders page to something different in settings, thinking that I would lead to a straight confirmation page with no links or inputs following the credit card being processed. That page could just say, look for your link in the email. Then the link in the email could lead to Guest Orders, but that didn’t produce a different result. I’ve tried forcing /orders/ page not to cache, and also adding a “?nocache=1” to the end of the download link that produces the expired link error, but that doesn’t work either.

    At this point, I’m hopeful that you have a quick fix that can either:

    – remove the download “dashboard” from the guest orders page, only leaving the email address and order ID inputs. Once you press “proceed” on that screen, the download dashboard below it would be revealed (or the page would refresh), and the link would be valid/active.
    – instruct me on how to change the order confirmation process so that I lead to a static page following credit card processing and a valid link is sent via email to the purchaser leading to the Guest Orders page with active/live links.

    Cheers, I appreciate any status you’re able to provide. The ftp and front-end credentials sent in private message above are still active.

    Scott


    Gustavo Bravo
    Participant

    Hi ! I have the same problem in my site: https://tinku.nacion-seguros.com.ar/normativas-directory/

    –> WordPress Download Manager ALL ADD-ONS PACK <–

    My shortcode:

    [wpdm-archive button_style=”default” link_template=”link-template-panel.php” items_per_page=”20″ category=”94″ order_by=”field-name” order=”asc or desc” login=1 showcount=0 cat_view:”sidebar”]

    #110733

    gesondLU
    Member
    This reply has been marked as private.
    #110714

    Shahriar
    Moderator

    Please use following CSS to change button hover style,

    .w3eden a.btn:hover, .w3eden a.btn:hover {
        border: 1px solid #ef3d24 !important;
        color: #ef3d24 !important;
        border-radius: 0px;
        background: transparent;
        box-shadow: none;
    }

    Use custom link/page template to add icon. Replace the [download_link] with the following code,

    <a href="[download_url]" class="btn btn-primary"><i class="fas fa-download"></i>[link_label]</a>

    #110707

    Shahriar
    Moderator

    You have to use a custom link/page template to open the file in a new tab. Clone the current template and replace the [download_link] with the following code,

    <a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>

    #110700

    welswebmaster
    Participant
    This reply has been marked as private.

    Ed Ammendola
    Member

    I admit I may not have been clear with the first part of my question.
    You are correct “page_link” does make the title a link, but I don’t want a link to the download page. I want a link to the file itself.

    The second part of the question you did not address at all.

    To summarize my initial question.
    I want the title to be a link that opens the actual file in a new tab.


    Clark University
    Participant
    This reply has been marked as private.

    Hi Ed, You can try the following….

    [wpdm_all_packages items_per_page="20" categories="cat slugs,cat slugs,cat slugs" jstable=1 order_by="field_name" order="ASC" cols="page_link,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    Let me know if you need further help!

    #110653

    Shahriar
    Moderator

    Yes, you can show the publish date. Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

    [wpdm_all_packages items_per_page="10" jstable=0 cols="page_link,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Publish Date|Download::155px"]

    It is recommended to use the pagination for performance reason. Showing all files will reduce performance.

    #110645

    Shahriar
    Moderator

    Not possible yet to open the PDF in a popup. But you can use a custom link template to open the details page is a new tab. Clone your current link template and replace [download_link] with the following code,

    <a href="[download_url]" class="btn btn-success" target="_blank">[link_label]</a>

    I tried to delete all js files used in my theme and not to include them in functions.php, but I can’t receive e-mail with download link.
    I’m so sorry but could you tell me the reason why it can’t work?

Viewing 25 results - 4,326 through 4,350 (of 9,349 total)