Search Results for 'download link'

Viewing 25 results - 801 through 825 (of 9,357 total)
  • Author
    Search Results
  • #191328

    In reply to: All_packages


    David Green
    Participant

    Hi Keymaster, that does not help unfortunately. As stated above the client requires all packages to be viewed in a list for non-logged in users to select from. Placing in login=1 means the packages list is not shown unless you are logged in. A non logged in user must see a list of all the packages to select from and from there log into their specific package. If they go back to this page after logging in https://www.envyustestserver.com.au/meertens/packages/ they will see a download button in place of the login button and this downloads all files as a zip. The client wants the ability for a logged in user to have access to view individual files and therefore you will see where i have the title Individual File Downloads that displays page_link. However this also means that all users logged in or not can click on that link and go to another clients package which displays all content of that package and i dont want non-logged in users to see another clients package.

    • The client wants the page to look exactly as follows: https://www.envyustestserver.com.au/meertens/packages/
    • The client wants a logged in user to be able to select from the packages page – https://www.envyustestserver.com.au/meertens/packages/ to either download the complete zipped files or specific individual files and therefore the code page_link is placed in here so the clients has the ability to do so.

    In Summary – Can you have the code page_link on a page BUT secure this link so that ONLY a logged in user has access to this page and no one else.

    thanks Dave

    #191313

    Shahjada
    Keymaster

    Hi,
    I’ve added the following css in your customizer to make the button vertically centered:

    .link-template-default.card .wpdm-download-link.btn.btn-primary {
      margin-top: 7px;
      margin-right: 5px;
    }
    
    #191271

    Shahjada
    Keymaster

    Everything was explained here
    https://wordpress.org/support/topic/no-download-link-after-purchase-2/#post-17197785


    @sabine-juerges
    , please send us temporary wp-admin login info in a private reply, we shall set it up there for you.

    #191267

    In reply to: Nofollow tag


    Tanvir
    Spectator

    Hello Ebru,

    Thanks for contacting us.

    For disallowing crawling by the Search Engine. You can Mask Download Link, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings. please check.
    And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, Add the following code at the end of your active theme’s functions.php:

    function noindex_for_wpdm()
    {
        if ( is_singular( 'wpdmpro' ) ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        }
    }

    I hope it may help you.

    Thank you and regards

    #191263

    Ebru Naz İşanç
    Participant

    Hello,

    We want to add nofollow tags to Download Manager’s link extensions.
    Our example link: https://www.freesvgdownload.com/download/baby-its-freaking-cold-outside-svg-png-free-cut-files/
    We activated the mask download link feature from the settings pane. But Google continues to crawl these pages. Can you please help us on how to give nofollow tags to these links?

    Thanks,

    #191262
    This reply has been marked as private.
    #191259

    Nayeem Riddhi
    Moderator

    You are sharing a direct download link. Can you please share the full file/package URL? please check and let me know

    Thank you and regards

    #191258

    David Ebreo
    Participant

    This is the URL
    `

    Home


    `
    There is no role restriction applied. As per my colleague, anyone who has the link should be able to download it.

    #191256

    Marco Houtgraaf
    Participant

    In the standard WP search, i type “toelichting”. A page with search results appears.
    The first result is “Toelichting op kaart 3.3” that has the link “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221;
    When you click the link the page with URL “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; opens but it is the front page of the Woo shop.
    Now the funny thing: when i use the standard theme twentytwentythree the same search gives me the same result “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; However, when i click on it now, it does open the right page, the page with the download button.
    Remark: when i look at my server for “https://oudbennekom.nl/download/&#8221;, there is no such folder.

    I am using
    -the latest WordPress, Divi theme
    -The permalink setting in WP : https://oudbennekom.nl/voorbeeld-bericht/ (Message Name)
    -For Woo, i use “Custom base”. In my case: /winkel/
    -latest Download Manager, version 3.2.81 by W3 Eden, Inc
    -latest “Divi Easy Digital Downloads” Version 1.0.1 by DiviPlugins that adds Easy Digital Downloads modules to the Divi theme and builder.

    Any ideas what is happening here?

    #191229

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    Please check the below instructions to change the link template.

    1. Create a dir named download-manager inside your active theme dir

    2. Now copy the files you want to modify from /src/{ComponentDir}/views dir to /{active-theme}/download-manager/dir.

    3. Customize template file(s) in {active-theme}/download-manager dir as per your need

    4. Keep the dir structure, which means, a file from /src/Packages/views/link-templates dir should go to /{active-theme}/download-manager/link-templates dir.

    In your scenario, it will be /src/Package/views/link-templates/link-template-....php

    I hope you understand now.

    Regards

    #191187

    NWRDC Website
    Participant

    I’m using the download manager login form on the website for subscriber login access; however the standard wordpress logout url (/wp-login.php?action=logout) is not working or logging out the user. The logout link on the “already logged in” screen works but I need a global user logout button available.

    Please let me know if that’s possible.

    #191174

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    Regarding the download file settings, the page templates are not selectable issue, I’d request you to check whether there are any plugins installed that might be causing this.

    Here is what you can do to check:

    1. Please try switching to another theme, like Twenty Twenty-one, and check whether the issue persists or not. If not, then it is the theme that is causing the error.

    2. Deactivate all plugins temporarily except WPDM and see if that solves the problem. Then, activate plugins one by one to see which plugin is causing the problem.

    ​3. Try one more time after clearing your browser, website, and CDN caches if you have any. You may temporarily disable the caching plugin for testing.

    Apart from that, to change the default link template layout you have to modify the related link template by following this instruction: https://www.wpdownloadmanager.com/doc/template-files/.

    In the related template file, you can use any template tag you want and can customize it as per your need.

    You may check our documentation for more details: https://www.wpdownloadmanager.com/doc/templates/template-tags/.

    With Regards

    #191157

    In reply to: wpdm_all_packages


    David Green
    Participant

    Hi Nayeem,

    The issue is I need the Titles of each package to display here in a list:
    https://www.envyustestserver.com.au/meertens/packages/

    1. The client will then click on the login button be redirected to the login dashboard here:

    Dashboard


    Question 1 – Can I redirect the login button to the dashboard, currently it redirects to the WP login.

    2. My concern is for the package titles to display on the page, https://www.envyustestserver.com.au/meertens/packages/ , I need to make them so they are not hidden within the settings. This means if someone has the direct link to a package they will see the package and it’s contents – obviously not able to download but they can still see the potential download file names. Can these packages be hidden and the client needs to login? As an example I have placed in the short-code into the packages page and if you click on the package link you can see the contents of that package – https://www.envyustestserver.com.au/meertens/packages/

    Question 2 – Can the packages ALL be displayed in a list and when someone clicks on a package they need to login to see it BUT it cannot not be publically viewable, regardless if you can down load or not..

    Does that make sense?

    Thanks


    Marketing NSW
    Participant
    This reply has been marked as private.

    blakemiller
    Participant

    On my site, I’m using a Custom Permalink Structure for Posts to put /blog/ in front of all blog posts. E.g. Custom Structure =
    /blog/%postname%/

    But your wpdmpro Custom Post type is keeping that permalink structure for both Categories and Tags.

    For example
    Tags look like this: https://domain.com/blog/document-tag/biology/
    Categories like this: https://domain.com/blog/downloads/bay-area-science-festival-basf/

    I need those without the /blog/

    If I were generating my own custom post types and custom taxonomies & tags, I would define “with_front = false”

    Can you provide a snippet to change your taxonomy and tag structure?


    Tanvir
    Spectator
    This reply has been marked as private.
    #191026

    In reply to: wpdm_all_packages


    Nayeem Riddhi
    Moderator

    Hello Dave,

    I have tested your shared link, it shows the login section properly.

    https://www.envyustestserver.com.au/meertens/download/btn/

    2023-11-04-104820

    Can you please check and elaborate more on your issue? please check and let me know

    Thank you and regards


    Marketing NSW
    Participant
    This reply has been marked as private.
    #190993

    David Green
    Participant

    Hi all,

    First of great software and help so far. I am creating a page that lists all package titles using the following:

    [wpdm_all_packages login=0 thumb=1 items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|page_link|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    The page can be seen here: https://www.envyustestserver.com.au/meertens/packages/

    You can see I have created 2 packages. I am trying to display a list of all the package titles only and when you click on either the title or page link or even the download link it goes to a login specific for that package. 1 package = 1 client access.

    I have the general settings set to – When a user is not allowed to download: only block download – as I need the title of the packages to display on the packages page and cannot be hidden.

    1. Obviously anyone with the page link can see within the packages and all files example –https://www.envyustestserver.com.au/meertens/download/btn/, which I do not want, as soon as they go to page link I want it to direct them to login
    2. Also, if I can get the above to work, I can either remove the download_link or perhaps redirect that as well.

    Any suggestions are much appreciated.

    cheers,

    Dave


    Nayeem Riddhi
    Moderator

    Hello Daniel Durán,

    Hope you are well. Are you talking about hiding package information like the Create Date and Last Updated sections as in the link shared here

    WPDM TEST

    please check and let me know

    Thank you and regards


    David Green
    Participant

    Hi all,

    I have a pro license and I have created 2 dummy packages containing 1 PDF download.
    The packages are available to all.

    When I either login as an administrator or a subscriber, into the dashboard I can see the packages but when I click on them all I get is the title of that package as a blank page? So In the dashboard I have displaying the last 5 history downloads and this is where you see the packages to download, click on them and blank. Or as the administrator of the site if I click on the permalink of that package, again just the title of that package and no files to download.
    I have created a dashboard page with the shortcode – [wpdm_user_dashboard signup=1 flaturl=0] And it displays ok.
    I have created a my-downloads page with the shortcode – [wpdm_all_packages login=1 thumb=1 items_per_page="20" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"] And this too works fine.

    However, when I click on the package BTN it goes to /download/btn/ and just the title displays – nothing else.

    I would really appriate a quick answer from support please – urgent client request.

    Thank you

    #190950

    Nayeem Riddhi
    Moderator

    Hello Jorge Sotolongo,

    Hope you are well. For categories and various demos, you can check this add-on and demos link,

    WPDM Directory Add-on


    please check and let me know, if it helps you.

    Thank you and regards


    Tanvir
    Spectator
    This reply has been marked as private.
    #190873

    Marketing NSW
    Participant
    
    add_action("wpdm_before_email_download_link", "your_function", 10, 2);
    function your_function($post, $package){
        $package_data = get_post( $package['ID'] );
        $headers = 'From: Site Name <noreply@sitename.com>' . "\r\n";
        $headers .= 'Content-type: text/html' . "\r\n";
    
        // Set the time zone to Asia/Singapore
        date_default_timezone_set('Asia/Singapore');
        $current_date_time = date('Y-m-d h:i:s A');
    
        $message = '<html><body>';
        $message .= '<table style="border: 1px solid #ccc; background-color: #f5f5f5; border-collapse: collapse;">';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Name:</td><td style="border: 1px solid #ccc;">' . $post['name'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader Email:</td><td style="border: 1px solid #ccc;">' . $post['email'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Package Title:</td><td style="border: 1px solid #ccc;">' . $package_data->post_title . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloader\'s IP:</td><td style="border: 1px solid #ccc;">' . $_SERVER['REMOTE_ADDR'] . '</td></tr>';
        $message .= '<tr><td style="font-weight: bold; border: 1px solid #ccc;">Downloaded Time:</td><td style="border: 1px solid #ccc;">' . $current_date_time . '</td></tr>';
        $message .= '</table>';
        $message .= '</body></html>';
    
        wp_mail(get_option("admin_email"), "Potential Leads - Visitor downloaded a file from the NSW website.", $message, $headers); 
    }

    View post on imgur.com

    Hi thanks for your guidance im able to use your code to modify it helps alot.
    This code above already works flawlessly, i have change to wpdm_before_email_download_link but i wanted to add “company” using advanced customfield. it didnt work, i wanted to add extra 1 info to the email notification.

    however i use the following code to add “company” it seems doesnt work:

    $company = wpdm_acf([acf_EmailLock_Company], 'EmailLock/Company');
        $message .= "Company: " . $custom_data . "<br>";

    not sure how to add that in.. could you guide me?


    Tanvir
    Spectator

    Hello,

    Thanks for the update. Package_url is not for the download. You can follow the below example for Purchase Confirmation email template.

    Thanks for your order at [#sitename#].
    Your Order ID: [#orderid#]
    Purchased Items:
    [#items#]
    You can download your purchased item(s) from the following link:
    [#order_url#]

    Regards
    Tanvir

Viewing 25 results - 801 through 825 (of 9,357 total)