Search Results for 'download link'

Viewing 25 results - 2,401 through 2,425 (of 9,507 total)
  • Author
    Search Results
  • #161352

    Mark Thornton
    Participant
    This reply has been marked as private.
    #161310

    Mike Witzer
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hello @raajsajaniya,

    please check now, if it is working fine from your side or not. I have adjusted the download endpoint as the path has been given below, download > downloads

    from Downloads > Settings >EndPoint >Download Endpoint

    and flashes the permalink settings. Thus, it is working, please check and let me know

    Thank you and regards

    #161302

    Nayeem Riddhi
    Moderator

    Hello @wendell,

    Hope you are well. We have introduced a new option from Download > Settings > Basic for Open in browser and Open in new window. But now you can also make it for as I described below,

    by default, you are using link-template-default.php for link template and page-template-default.php for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files.

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

    <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>

    thank you and regards

    #161235

    Humayon
    Spectator

    Hi @eizorugged,
    Hope you are well. And sorry for the inconvenience.
    Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.

    User Dashboard


    I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
    Also, please share the related page/file/package URL with us where the issue exists.
    However, it will be very cooperative if you record me reproducing your issue using a tool like this?
    It helps me to quickly figure out the issue and squash it immediately.
    Thank you

    #161217

    Janni Webb Andersen
    Participant
    This reply has been marked as private.
    #161207

    In reply to: Wpdm Search Results


    Tanvir
    Spectator

    Hello,

    Unfortunately link template editing is not possible with free version of WPDM.
    We have similar search functions with our directory addon.

    WPDM Directory Add-on

    See example here here I used the shortcode [wpdm_simple_search cols=1 template=”default-template” items_per_page=5]

    Also you can check our special package with maximum addons:

    WordPress Download Manager Special Pack

    Thanks


    raaj singhaniya
    Participant
    This reply has been marked as private.

    raaj singhaniya
    Participant
    This reply has been marked as private.
    #161160

    Janni Webb Andersen
    Participant

    Hi. Is there a way to set a page link on the Denied Access button on the downloads. I want to redirect people to a specific page


    Nayeem Riddhi
    Moderator

    Hi @vavw,

    I have informed our developer about the download link unmask issue. soon you shall be updated

    Thank you and regards


    Victor van Wulfen
    Participant
    This reply has been marked as private.
    #161127

    Ron Barack
    Participant

    I guess I’m not sure where I’m supposed to download from. I tried the WordPressPlugin Directory and the free download from your site, and can’t see any differences. Please send me the link.


    Victor van Wulfen
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hello @raajsajaniya,

    Hope you are well. And sorry for the inconvenience. Are you trying now to shift all download links to download manager packages, if you are trying this, please follow this doc, https://www.wpdownloadmanager.com/doc/bulk-import/. And if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thank you and regards


    Nayeem Riddhi
    Moderator

    Hello @vavw,

    Hope you are well. And sorry for the inconvenience. Mask Download Link is working fine from my side. Can you please give your temporary wp-admin login details in a private reply for checking the issue?

    Thank you and regards

    #161037

    GoldenMoon
    Participant
    This reply has been marked as private.
    #160986

    Benson Matheka
    Participant

    Hello,

    As I investigate the issue on my own over here, Please click the test download link you have just shared and check


    brian jackson
    Participant

    When I click the link to a download package I create, it properly loads the Page Template and Link Template on a wordpress page (e.g., https://mysite.com/download/download-package-01), but the wpdownloadmanager content is wrapped in the default wordpress post template. I don’t see anywhere in the wpdownloadmanager settings to specify the actual wordpress post template that’s applied to each download package/page. My theme is dropping your content into a wordpress post template, inside the post-content div. I would like to be able to select the wordpress post template applied to each download package/page (like a regular post), see below, my default wordpress template is named “td-post-template-default”, but I have several other templates I’d prefer to use

    *Edit – I’m not looking for widget shortcodes to put into existing pages (they work fine), I need all new download packages to be applied to a different post template if that makes sense

    
    <div class="td-container td-post-template-default>
      <div class="td-pb-row">
         <div class="td-pb-span12 td-main-content" role="main">
            <div class="td-ss-main-content">                 
              <article id="post-2725" class="post-2725 wpdmpro type-wpdmpro status-publish post" itemscope="" itemtype="https://schema.org/Article">
                <div class="td-post-header">
                <div class="td-post-content tagdiv-type">
                <--- wpdownloadmanager content --->
                <div class="w3eden">
                <--- My Custom wpdownloadmanager page template --->
    
    • This topic was modified 4 years, 6 months ago by brian jackson.
    #160956

    In reply to: Redirect after login


    Tanvir
    Spectator

    Hello,

    It needs to to add filter code.
    You can check filter reference from here
    Then you can use this filters for specific users
    or you can add different login pages with different redirection links.

    Thanks

    #160939

    brian jackson
    Participant

    I’ve got the same issue, let me know if I should start another thread.

    When I click the link to a download, it properly loads the Page Template and Link Template on a wordpress page (https://mysite.com/downloads/download-page-01), but the wpdownloadmanager content is wrapped in the default wordpress post template. I don’t see anywhere in the wpdownloadmanager settings to specify the actual wordpress post template that’s applied to each download package/page. See html output below, my theme is dropping your content into a wordpress post template, inside the post-content div. I would like to be able to select the wordpress post template applied to each download package/page, see below, my default wordpress template is named “td-post-template-default”, but I have several other templates I’d prefer to use.

    *Edit – I’m not looking for widget shortcodes, they work fine but I need all pages to be applied to a different post template if that makes sense

    
    <div class="td-container td-post-template-default ">
      <div class="td-pb-row">
         <div class="td-pb-span12 td-main-content" role="main">
            <div class="td-ss-main-content">                  
              <article id="post-2725" class="post-2725 wpdmpro type-wpdmpro status-publish post" itemscope="" itemtype="https://schema.org/Article">
                <div class="td-post-header">
                <div class="td-post-content tagdiv-type">
                <--- wpdownloadmanager content --->
                <div class="w3eden">
                <--- My Custom wpdownloadmanager page template --->
    
    • This reply was modified 4 years, 6 months ago by brian jackson.
    #160933

    Nayeem Riddhi
    Moderator

    Hello @web907,

    Hope you are well. Sorry for the inconvenience. Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.

    User Dashboard

    I hope it will work fine then

    Thank You and regards

    #160929

    In reply to: Invalid Download Link


    Ewout Venster
    Participant

    Hi,

    I have the same issue. My downloads work fine but with password, I get the “invalid link” message.

    what to do?

    Eddie

    #160898

    Humayon
    Spectator

    Hello @inetwork,
    Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.

    User Dashboard


    Hope you understand.
    Thank You

    #160878

    Nayeem Riddhi
    Moderator
    This reply has been marked as private.
Viewing 25 results - 2,401 through 2,425 (of 9,507 total)