Search Results for 'download link'

Viewing 25 results - 1,076 through 1,100 (of 9,325 total)
  • Author
    Search Results

  • Anand Sagar
    Participant

    How we can upload thousands of videos/ppts to s3 using wpdm, and how we can create individula packages. Also, how we can restrict all the download link page by showing poppup to sign up for not loggedin user. Please suggest steps

    #185350

    Martin
    Participant

    After a password reset, I’m served with a page that displays the link “Go to your account dashboard”, however, after a password reset it should say “Go to the login page” because in our case you have to log in.

    There is an option in the download manager to send visitors to the dashboard automatically after registration, but we don’t have that activated because we still need to verify the registration first. I thought that it may have something to do with this and that the page after successful password reset with the link “Go to your account dashboard” assumes that you have activated this option.

    Since the dashboard page is not available, it displays not only the login box, but also a blue bar on top with “hello” and the bottom with no content.

    How can we either get a clean login box, or redirect the user to the proper login page?

    #185300

    Lukas Brenner
    Participant
    This reply has been marked as private.
    #185166

    Tony Richardson
    Participant

    I tried [wpdm_packages] instead of [wpdm_category], but that did not fix the page 2 from loading. This shortcode does not go to a page 2; however I don’t need ALL packages.

    [wpdm_all_packages login=1 thumb=0 items_per_page="12" jstable=1 order_by="title" order="ASC" cols="title,view_count,download_count|package_size|categories|update_date|download_link" colheads="Title::350px|Size|Categories|Update Date|Download::150px"]

    #185165

    Tony Richardson
    Participant

    Yeah, thanks but that seems like a lot of work to test on your server. As I stated, this was an issue before with others, I just need some direction. I posted my shotcode above. I am using items_per_page and also paging. The help page does not include paging, so I tried with and without. Also your link did not work to a demo. I went here: https://try.wpdownloadmanager.com/list-packages/.

    The difference between yours and mine, is mine is going to pagination, instead of reloading in page:

    Your Demo: https://try.wpdownloadmanager.com/list-packages/
    My URL when clicking “2” on a shortcode: ../downloads/support-docs/?cp=2
    Link to others: https://www.wpdownloadmanager.com/support/search/%2F%3Fcp%3D/

    Is it from using [wpdm_category] vs [wpdm_packages]? I just need some direction as why to my page is breaking.

    Thanks!


    brett polakowski
    Participant
    This reply has been marked as private.

    Shahjada
    Keymaster

    not necessarily. You can clone link-template-calltoaction4.php to create a copy of that template from wp-admin menu ► downloads ► templates and update texts, then use the new template with your shortcode.


    brett polakowski
    Participant
    This reply has been marked as private.
    #185095

    In reply to: Skip the download page


    Humayon
    Spectator

    Hi,

    Thank you for your reply.

    In that case please use the [wpdm_tree category=”category-slug” download_link=1] shortcode and it will fulfil your requirement.

    Regards

    #185085

    In reply to: Skip the download page


    George Nakata
    Participant

    i am using shortcodes on the page [wpdm_tree category=”category-slug”]

    you can see on this page. http://aadc.avernisdev.net/index.php/resources/

    When i click on any of these links it opens a page with a download button. I want to skip this

    #185082

    George Nakata
    Participant

    Hi, i’ve just purchased and installed Download manager pro but I would like to be able to have the files accessed directly from the link, rather than clicking on the file name, then opening the page with the download information and then clicking download.

    Is this possible, i’ve tried linking the files from the media library as well as directly from the server but this doesnt change the behaviour.

    Thanks


    brett polakowski
    Participant

    Hello,
    I rebuilt my site last year, re-made all of my several hundred downloads and everything has been working fine until…I’ve updated plugins in the last month or so. I have a new download file to add and I’m getting errors when I try work with this new file, ‘No File Attached With The Package’ if you click the file title or Download button for the new download file I’ve added. The one I’m having trouble with is ‘VRWP Installation Instructions’. You can get to it by clicking on ‘Installation Instructions’ in the head area from this page:
    https://www.evenlite.com/downloads/

    You can see too, that the icon is not loading correctly either. I know I can go and choose the icon on the file download page, but I’ve not had to to that before.

    When I add a new file to link to by clicking ‘Select From Server’ in the dashboard, it says {{path on}} under the file name until I save/update the page and it refreshes. After that, there isn’t anything listed under there. Older files I’ve set up will show the file path to follow.

    I know the file is just fine. Here’s a link to it’s direct path:
    http://evenlite.com/Downloads/installation-instructions/VRWP-Installation-Instruction.pdf

    Do you have any suggestions? Thanks,
    Brett

    #185050

    Shahjada
    Keymaster

    Hi,
    Use the shortcode like this:
    [wpdm_all_packages items_per_page=10 jstable=1 order_by="update_date" order="DESC" cols="page_link,file_count,download_count,description|package_size|categories|update_date|download_link" colheads="Title|Size|Categories|Update Date|Download::200px"]

    Also, did you try using [wpdm_packages] short-code, you can specific link template there and :

    [wpdm_packages] – WP_Query in a shortcode for download manager packages

    #184979

    Cheryl Smith
    Participant

    Four specific files were ‘downloaded’ this week that show on the back end but they don’t show in the menu on the front end, unless you do a search for them. Why would that be? For example, this one doesn’t show in the left sidebar under Culinary > Menus & Recipes > ALF Menus

    Spring Menu | ALF 2023

    I assumed I had the free version, (version 3.2.69) but the response in the Free Forum was this: Hi,It looks like your didn’t some customization there. As it is related to pro, please post here https://www.wpdownloadmanager.com/support/

    Post Link: https://wordpress.org/support/topic/pdfs-not-showing-on-front-end/#post-16568114

    I went ahead and purchased the pro version and now I need some guidance. First, do I uninstall the current version (3.2.69) and install the pro version, or is there a way to upgrade? If the pro version comes with tutorials, where do I find those?

    #184964

    Johan Kragt
    Participant
    This reply has been marked as private.
    #184947

    Shahjada
    Keymaster

    Add the css classes wpdm-download-link wpdm-download-locked with attr data-package="{{PACKAGE_ID}}" with your download button, that shall trigger the download modal.

    #184939

    Shahjada
    Keymaster

    Here is a way to create custom button for a locked package:

    <a href="#unlock" class="wpdm-download-link wpdm-download-locked btn btn-success " data-package="{{PACKAGE_ID}}">Button Label or Image here</a>

    Replace {{PACKAGE_ID}} with proper package ID.


    Alexander Campos
    Participant

    Hi there! New PRO User. I was wondering if there was a way to load the “button” template via a specific URL.

    Kindof like the Master Download Link but that it launches whatever lock options you set on the download setting.

    I basically want to use my own button to trigger the download with the “must agree with terms” and “captcha” options but using any button I choose.

    #184887

    Shahjada
    Keymaster

    Hi,
    It is not possible to disable single download page totally. However, you can disable single download page link from link template. You need to replace [page_link] with [title], Doc:

    Template Files

    #184810

    Nayeem Riddhi
    Moderator

    Hello Rita,

    Hope you are well. 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. Please check and let me know

    Thank you and regards

    #184802

    Johan Kragt
    Participant
    This reply has been marked as private.
    #184797

    Rita
    Member

    Hi there,
    I would like to add an no index tag to specific download packages. Since I’m not sure if this is possible I got to the second best option: to avoid indexing in the first place.
    I added a section at the very end of the functions.php of my Attire-Theme (below). Moreover I chose “Mask Download LinK” in Downloads > Settings > Basic.

    1. Did I do this right? If so, is there a way to test it before waiting for the google bots?
    2. Generally is there a smarter way?

    Thanks and Regards!

    // 404 page
    echo ‘

  • ‘ . ‘Error 404’ . ‘
  • ‘;
    }

    echo ‘‘;

    }
    }
    }

    new AttireBase();

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


Shahjada
Keymaster

You’re welcome.

BTW, in case you missed it, wpdm premium packages plugin has an interesting feature, we added recently, you can create payment link even without creating new product, we call it dynamic product. It was added recently. It may come handy in your any future project :).

Cursor%20and%20Downloads%20%E2%80%B9%20WPDM%20PRO%20%E2%80%94%20WordPress

However, let us know if you need any other assistance :).


Shahjada
Keymaster

So, you want to update order data ( expire it ) on start of download.
Use the following code:

add_action("wpdm_onstart_download", function ($package) {
    $params = wpdmppdl_decode(wpdm_query_var('wpdmppdl'));
    $order_id = wpdm_valueof($params, 'oid');
	$odata = WPDMPP()->order->getOrder($order_id);
	if ( $odata->order_status == 'Expired' ) {
		// Modify order data here
		$odata->order_status = 'Completed';
		// Expired time set to 10 mins in the future so that the download link will be seen as valid
		$odata->expire_date = time() + 600;
	}
});

John Gwinner
Participant

We just went through a mess of an update, our website was down briefly, but everything – and I mean everything – is now up to date.

PHP64 version 7.4
Download Manager version 6.3.1
WordPress Amazon S3 Storage Plugin version 3.1.1 (in the list it’s the WPDM – Amazon S3)
WPDM – Elementor version 1.2.2
WPDM – OneDrive version 1.0.1
Wordpress 5.7.8 – ok, that’s not updated. Does WPDM need 6.1.1?

Note that the first two are paid for and licensed, in my current account. However, the S3 Storage Plugin doesn’t show up as registered on this page: Downloads->Add Ons. This happened when I removed it while upgrading and added it again.

Downloads -> Settings -> Updates shows wpdm-amazon-s3.zip shows version 3.1.1 activated.

However, if I go to “All Packages” or “Add New” and then click on “Select from Amazon S3” an initial screen comes up, but then just hangs.

So, we can’t post our update, and the media is upset with us 🙁

Other stuff:
Elementor / plugins all updated
Elementor Pro (I just purchased it, a previous website dev had installed it)

Site used to work fine a year ago when we made a download link.

The site is https://www.dworldvr.com

Please help! Thank you.

== John ==

Viewing 25 results - 1,076 through 1,100 (of 9,325 total)