Search Results for 'Add Url'

Viewing 25 results - 1,201 through 1,225 (of 1,643 total)
  • Author
    Search Results
  • #51227

    In reply to: LinkedIn Social Lock


    Shahriar
    Moderator

    You need to add your site url in app settings, please check following screenshot.

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

    #51175

    Jass
    Spectator

    hi,
    I had to replaced a code by

        if (isset($_POST["reCaptchaVerify"])) {
            $retraw = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=" . get_option('_wpdm_recaptcha_secret_key') . "&response=" . $_POST['reCaptchaVerify'] . "&remoteip=" . $_SERVER['REMOTE_ADDR']);
            $ret = json_decode($retraw, true);
    
    // $ret = remote_post(‘https://www.google.com/recaptcha/api/siteverify’, array(‘secret’ ► get_option(‘_wpdm_recaptcha_secret_key’), ‘response’ ► $_POST[‘reCaptchaVerify’], ‘remoteip’ ► $_SERVER[‘REMOTE_ADDR’]));
    
            if ($ret["success"] == true) {
                $_SESSION["_wpdm_unlocked_" . $file["ID"

    = 1;
    update_post_meta($file["ID"], "__wpdmkey_" . $key, 3);
    $download_url = wpdm_download_url($file, "_wpdmkey={$key}");
    $data["downloadurl"] = $download_url;
    } else {
    $data['error'] = __("Captcha Verification Failed!", "wpmdpro");
    }
    header("Content-type: application/json");
    echo json_encode($data);
    die();
    }

    And its working.
    Can you try again?
    Thank you

    #51041

    In reply to: Page Template


    Shahriar
    Moderator

    Added your ip and site in hosts file, but still url shows 404

    You can capture email using email lock feature. You need Mailchimp add-on to add the user email to a  Mailchimp list.

    You can use custom link template to remove details page link from image and title.


    svanderhagen
    Member

    Hi, somehow pages on the second page from a specific URL isn’t responding properly. Looks like it only appears on only one page.
    Page 1 – 3 – 4 are working fine.

    I’ll add more info in private
    Greetings.


    Shahjada
    Keymaster

    Yes, you are right, however, in next update we are adding the single file path with the parameter, so now there will be 4 parameter instead of 3:

    function wpdm_single_file_download_link_callback($ind_download_link, $signale_file_path, $download_url, $package){ .... }

    #50556

    Shahjada
    Keymaster

    It was happening for php timeout issue with your server, however, I’ve added the file as URL and now it will work fine.

    #50290

    In reply to: Downloads disappeared

    This reply has been marked as private.
    #50251

    All of a sudden my Advanced TinyMCE button isn’t working properly. It opens but I can’t select anything.
    I’ve already tried deactivating all my plugins except for the download manager and associated add-ons. It didn’t fix it.

    I’ve attached a screenshot of what I’m seeing.
    My blog url is: http://thecinnamonhollow.com

    Thanks,
    Crystal Martin


    Marcie
    Member

    I’m using the Form Lock add-on; I integrated it with Ninja Forms, and I’m using it for multiple files. However, when a user hits the submit button on the form to get the file download, the page reloads and anchors to the top of the page. The form is closed, so the user doesn’t know if they have successfully submitted the form unless they scroll down and click on the download link again.

    Any ideas on how I can get the page to stay anchored to the same spot on the page where the link is located after they hit the submit button? I’ll send the URL in a private reply so you can test firsthand.

    #49956

    In reply to: Open URL in New Window


    Shahriar
    Moderator

    Hi,

    You need custom link template to open link in new tab. Use following code in your custom link template to open file in tab,

    <a target="_blank" href="[download_url]">[title]</a>

    If you are referring to some other use case, please send me the url and temporary login info in private reply. I will add it there.

    Thanks.

    #49917

    Hi,

    I’ve updated my dashboard page several times, didn’t change anything.

    I believe the URL’s of the links are being generated incorrectly. The seem to be added to the end of the current page URL simply as text (not as a query parameter or URI).

    Thanks,
    James

    #49738

    In reply to: External link download


    Shahriar
    Moderator

    You can insert url to add file from another site. But that file has to be publicly available. Otherwise WPDM can’t access it as it is located in another site.

    https://www.evernote.com/l/AUfNdRgXKftH_qY8-ReQCoGYO-EhqxtK5CsB/image.png


    Ali
    Member

    Hello,
    I want to add files to my page, using URLs, but i need to set the size of those files separately so that when i show up “file_list_extended” on the template, i’ll get a file size, not 0.00 for now.
    Best Regards.

    #49571

    In reply to: Link expired


    Shahriar
    Moderator

    Adding following rule in exclude pages option should be enough to prevent caching of download urls,

    .*\?wpdmdl.*

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

    #49485

    In reply to: Cant download files

    I had a similar problem, and I found a solution to this problem on the thread at
    https://wordpress.org/support/topic/weird-chars-instead-of-download-pdf-file/

    basically add

    \?wpdmdl.*

    to the list of url strings that force a page not to be cached in Super Cache settings.

    There is a how-to about making these kind of exceptions at…

    WP Super Cache plugin – How to exclude Shop Pages

    #49369

    In reply to: OneDrive App (how to)


    Jass
    Spectator

    Hi there,
    By looking at settings, i can see you entered Redirect Url in wrong way. Please follow the steps in http://www.wpdownloadmanager.com/download/wpdm-onedrive/ correctly, where redirect url will be https://agendadelvolo.info/wp-admin/post-new.php
    And in “https://account.live.com/developers/applications” you need to add two redirect urls http://agendadelvolo.info/wp-admin/post.phpandhttp://agendadelvolo.info/wp-admin/post-new.php

    Thank you.

    #49359

    Shahriar
    Moderator

    Hi,

    Download Manager redirects user to S3 file when download button is clicked. WPDM can’t control they way file is served. You have to add file locally if you want the download button to download file (mp3) on click Download button. There might be some option in S3 to show download link instead of playing it.

    You can set package icon when bulk importing packages. Put the icon url under icon column in csv file. You can also set icon from package settings. It looks like you have some confusion about link template. Please let me know if you have any specific question about templates.

    Error in some packages are being caused by an extra space in generated download link. One possible reason, maybe some other plugin modifying output. Try disabling other plugins to be sure. However, We will check thoroughly in our code, if there is any issue found, i will let you know and release an update soon.

    Thanks.

    #49339

    Jonathon Hanten
    Participant

    Your plugin is causing random and a predictable 502 gateway errors on my site. If I disable it the site runs faster and the errors go away. I believe this started with in the last two versions of the plugin. I am running these plugins and versions.

    1. Download Manager – 4.5.6
    2. WPDM Archive Page – 2.83
    3. WPDM Default Value – 1.5.0
    4. WPDM – Extended Short-codes – 2.5.0
    5. WPDM – Image Button – 2.3.3
    6. WPDM – TinyMce Button – 2.5.0

    I have disabled all these and the problem goes away. If I just enable the Download Manager the problem returns. I can duplicate it using our Search feature. Here is an example url on our staging site that demonstrates the problem.

    http://archatl.staging.wpengine.com/?s=pastoral+plan

    It appears that if we search for any words that are included as a download package the website fails. In addition to this predictable failure the site also generates 500, 501, & 502 errors randomly while updating pages and other content when this plugin is running.

    Assistance would be greatly appreciated. Login information to our staging site can be provided upon request and given a privacy option.

    Jonathon

    Hi there,

    I have attached two external URLs which are .exe and .jar files.Then Download manager automatically added me the related icons on the side and i see that the loading time of each icon when my page loads is about 2-3 seconds which costs my page to load very slow

    Those icons where automatically added once i inserted the urls but i don’t really need them.

    is there a way i can deactivate them so they don’t fire on my page?

    Screenshots attached.

    Waiting for your feedback.

    Thanks!

    Hi,

    I have the live forms plugin as part of the premium package. The issue I am having is when users fill out all the correct fields (including fields that are not required) the form is getting stuck on email address and company url. Both of these questions are set to optional at the moment.

    Is there something wrong with this form or am I meant to set something?

    The link is http://www.policiesrus.com.au/client-registration/

    #49013
    This reply has been marked as private.
    #48926
    This reply has been marked as private.
    #48869
    This reply has been marked as private.
    #48722

    Shahriar
    Moderator

    Add following code in /wpdm-archive-page/tpls/archive-page-with-sidebar.php file ( At the bottom inside script tag),

    var cat_id_for_autoload = $('.apc-item:first').data('item-id'); if(cat_id_for_autoload){ $('.wpdm-loading').fadeIn(); $('#ap-content').load("<?php echo admin_url('admin-ajax.php'); ?>", {action:'load_ap_content', cid: cat_id_for_autoload}, function(){ $('.wpdm-loading').fadeOut(); }); return false; }

    https://www.evernote.com/l/AUfUq-m9yeJJ9KGZ7vhqQS1FELXAUqgJWXQB/image.png

    #48668

    AlesiaN
    Member

    Hi,

    Can I set settings for specific categories to be invisible for all users but they can download the package via link url in the post?

    Also, I am adding add to cart button to the post, not to the package. When users add it to the cart, in the cart they see the link back to the package. Can I redirect to the post from the cart, not to the package?

    Thanks,
    Alesia

Viewing 25 results - 1,201 through 1,225 (of 1,643 total)