Search Results for 'Add Url'

Viewing 25 results - 301 through 325 (of 1,661 total)
  • Author
    Search Results

  • Tanvir
    Spectator

    Hello @p1xel,
    First of all, Please update wpdm to the latest version 6.1.9 also update the wpdm addons to the latest versions to fix any unwanted issues.

    If still the problem persists, could you please tell me details and reproduce the issue using tool like this also provide the related url.
    It will help me to understand the issue clearly.
    Thanks


    Maurizio Leoni
    Participant

    Hi Nayeem Riddhi,
    I just checked the registration form and everything works fine. Thank you so much!

    Is it possible to add the new fields into the Email Templates?
    Do I need to use a specific variable like [#field_name#]?

    Also you would do me a great favour removing the website URL from your post. 🙂

    Thank you and have a nice day.


    shaun ross
    Participant

    I thought I’d posted this already but can’t find it now, so this setting:
    Access Settings > When user is not allowed to download > Hide Everything

    really isn’t working for me.

    If turned OFF I can see all files have “Access Denied” unless I’ve added user to the category, which is fine, working as intended.

    But when I set it to Hide Everything, EVERYTHING disappears, including the files I’m supposed to be able to see. The archive file tree still shows most categories but nothing in them. The categories that the user is supposed to be able to view become hidden. So basically it’s hiding categories it’s supposed to be showing, and showing all other categories that it’s not supposed to, but they’re all empty (the opposite of how it’s supposed to work).

    The way I have it set is only users specified for each category can view those files (no group or individual file access level settings specified, it’s category only). If I go directly to those file URL’s with hidden on, they do show properly, so maybe the hide everything feature just isn’t working correctly for the archive tree?


    Sid Medonza
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hello Andrew Beniams,

    Hope you are well. And sorry for the inconvenience.

    For issue #1, For updating from the older version it will update to the latest version, not the next version. For the Memberships Pro add-on, it will work for most of the themes. please share the related URL. if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    And For issue #2, Ordering and styles will also work fine. if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thank you and regards

    #172633

    Elodie CEMOI
    Participant

    Hello Nayeem,

    I have placed a screen capture with the related URL here:
    https://mega.nz/file/pyQ3DZSa#7qAKy3D1EQbZk1U3XCvTeBVOZxnxLzj-6RMVVGnNnsg

    and I have added a few comments in red color to help you.

    Thank you

    #172621

    Davide Gaio
    Member
    This reply has been marked as private.
    #172543
    #172494

    Don Wakefield
    Participant
    This reply has been marked as private.
    #172448

    In reply to: Invalid File Type


    Vince Slate
    Participant
    This reply has been marked as private.

    Thandi Viljoen
    Participant
    This reply has been marked as private.
    #171961

    Gayan Fernando
    Participant

    Hello Thank for your respond , no when i downgraded to lowest there is option visible and even i cant add new item under client perches . client was make perches and but item didn’t add to his account and empty , even i cant add manual . please check screenshot
    https://tinyurl.com/y28568na
    https://tinyurl.com/y3kxe5mu

    #171682

    Paul D
    Participant
    This reply has been marked as private.
    #171484

    Nayeem Riddhi
    Moderator

    Hello Mario,

    Hope you are well. For premium packages and payment gateway options, you can use our this add-on,

    Premium Package – WordPress Digital Store Solution

    and elaborating more on your issue, can you please share the related URL, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thank you and regards

    #171339

    BFM Group Inc
    Participant
    This reply has been marked as private.
    #171260

    In reply to: AJAX and PHP Error and


    Piers Barber
    Member

    Hi. We are still getting the error. Below is a code snippet from the functions.php file from our template for your review. maybe you can see something I cannot.

    /**
    * @usage Callback function for shortcode [wpdm_package id=PID]
    * @param mixed $params
    * @return mixed
    */
    function directLinkCrypt($params, $content = “”)
    {
    extract($params);
    global $wpdb;

    $filedata = get_post_meta($params[‘id’], ‘__wpdm_files’);

    if(is_array($filedata[0])):

    foreach($filedata[0] as $file):

    $filepath = $file;

    endforeach;

    endif;

    //var_dump($filepath);
    $ind = (!empty($filepath)) ? “&ind=” . \WPDM\__\Cryp::Encrypt($params) : “”;

    if(\WPDM\Package::isLocked($params[‘id’]))
    $linkURL = get_permalink($params[‘id’]);
    else
    $linkURL = “index.php?wpdmdl=”.$params[‘id’].$ind.”&#zoom=100″;
    $target = isset($params[‘target’])?”target={$params[‘target’]}”:””;
    $class = isset($params[‘class’])?”target={$params[‘class’]}”:””;
    $id = isset($params[‘id’])?”target={$params[‘id’]}”:””;
    $linkLabel = isset($params[‘label’]) && !empty($params[‘label’])?$params[‘label’]:get_post_meta($params[‘id’], ‘__wpdm_link_label’, true);
    $linkLabel = empty($linkLabel)?’Download ‘.get_the_title($params[‘id’]):$linkLabel;
    return “$linkLabel“;

    }

    add_shortcode(‘wpdm_direct_link_crypt’, ‘directLinkCrypt’);

    /*
    * redirect logged in users to members version of home page
    */

    #171239

    Tanvir
    Spectator

    Hello @Amanda,
    Yes WPDM Block Hotlink add-on will help you to block hot links to download URLs from external sites. Any such request will be redirected to the item details page or any other page specified by you.

    WPDM Block Hotlink


    However, You can also provide temporary admin access of your website in a private reply to check the issue further.

    Thanks

    #171127

    In reply to: QR code


    Nayeem Riddhi
    Moderator

    Hello Gergi,

    Hope you are well. Which type of websites you are searching for, for demos and design, you can check this URL,

    WordPress Download Manager Pro Demo

    For #2, using QR code with Download manager, you can check this add-on,

    https://www.wpdownloadmanager.com/download/wpdm-android/

    For #3, Yes, for WPDM – Gutenberg Blocks – All download table block, you can search the title for now.

    I hope you have understood.

    Thank you and regards

    • This reply was modified 3 years, 6 months ago by Shahjada.

    Alex Tetley
    Participant
    This reply has been marked as private.
    #170966

    In reply to: AJAX and PHP Error and


    Tanvir
    Spectator

    Hello,
    It seems wpdm is conflicting with your theme.
    I would suggest you to change the theme and check if the issue still persists.
    You can, however, try enabling/disabling plugins to identify if the issue is causing by any conflict with other plugin.
    Also please update wpdm and all other addons of wpdm to the latest version. Latest version of wpdm is 6.1.5.

    In case the issue persists after following the steps, please provide the related urls and temporary admin access to me in a private message.

    Thanks

    #170950

    Sumit datt
    Participant

    I’m using this to create wpdm package via PHP

    WPDM()->package::create([
    ‘post_title’ ► ‘Download’,
    ‘post_name’ ► ”,
    ‘post_content’ ► ”,
    ‘post_excerpt’ ► ”,
    ‘post_status’ ► ‘publish’,
    ‘post_type’ ► ‘wpdmpro’,
    ‘post_author’ ► 1,
    ‘ping_status’ ► get_option(‘default_ping_status’),
    ‘post_parent’ ► 0,
    ‘menu_order’ ► 0,
    ‘to_ping’ ► ”,
    ‘pinged’ ► ”,
    ‘post_password’ ► ”,
    ‘guid’ ► ”,
    ‘post_content_filtered’ ► ”,
    ‘files’ ► array(),
    ‘fileinfo’ ► array(),
    ‘package_dir’ ► ”,
    ‘link_label’ ► __(“Download”, “download-manager”),
    ‘download_count’ ► 0,
    ‘view_count’ ► 0,
    ‘version’ ► ”,
    ‘stock’ ► 0,
    ‘package_size’ ► $size,
    ‘package_size_b’ ► 0,
    ‘access’ ► ”,
    ‘individual_file_download’ ► -1,
    ‘cache_zip’ ► -1,
    ‘template’ ► ‘page-template-doc-preview.php’,
    ‘page_template’ ► ‘page-template-doc-preview.php’,
    ‘password_lock’ ► ‘0’,
    ’email_lock’ ► ‘0’,
    ‘icon’ ► ”,
    ]);

    I want to know how can I add link to download, File access to ‘All Visitors’ and set Custom Page URL via post_name. I’m stuck in these 3 things only.


    Beau Spicer
    Participant

    We’ve tried to apply updates on our installation website this morning and found the Download Manager plugin failed to update again. It was the same as last time where the downloaded “zip” file was HTML text with an “Invalid Access!” error. I’m sure it would have worked if I clicked update in the admin UI which did work last time, but as I’d mentioned our process is to apply all updates with “wp-cli” so this needs to work.

    Our Developer comments:
    I dug into things a bit and saw an error being logged:
    PHP Notice: Undefined index: HTTP_HOST in <local path>/wp-content/plugins/download-manager/src/__/Updater.php on line 147

    I had a look at line 147 of that file, and it’s as follows:
    $domain = strtolower(str_replace(“www.”, “”, $_SERVER[‘HTTP_HOST’]));

    The issue here is that “$_SERVER[‘HTTP_HOST’]” is not valid when called by wp-cli as this is not a web server. I backed up the file, edited the line and replaced “$_SERVER[‘HTTP_HOST’]” with “our-website.com”. After that “wp plugin update download-manager” worked and successfully updated the plugin to the latest version. That’s only a one-time fix though.

    I’m sure when they see the problem, they’ll understand how to fix it. There are other ways they can get this URL, e.g. via WP’s “siteurl” option, etc. There’s already a base64 encoded string being added to the download URL which has “our-website.com” embedded in it, so that must have been worked out somehow without needing to look at the $_SERVER variable.

    Please advise solution/fix, thanks

    #170660

    Paul D
    Participant
    This reply has been marked as private.
    #170328

    In reply to: REST API Issues


    Tanvir
    Spectator

    Hello,
    Please check the Package Properties from here,

    As per other Attributes, you shall find files object, here you can bind id with file name. Thus you will be able to attach/upload file thereby. I hope you have understood.

    If you have kept just the file name you should keep the files in wp-content/uploads/download-manager-files dir too. And for local files, you will not be able to attach files from the local PC drive directly, or you may please attach a live server file URL there. It will also help you upload files properly.

    The JSON response will look like the following example:

    {
          "id": 6488,
          "title": "The Alchemist",
          "slug": "the-alchemist",
          "description": "The Alchemist follows the journey of an Andalusian shepherd boy named Santiago.",
          "excerpt": "The Alchemist is a novel by Brazilian author Paulo Coelho.",
          "author": 1,
          "status": "publish",
          "parent": 0,
          "tags": [
              "novel",
              "paulo-coelho"
          ],
          "categories": [
              16
          ],
          "thumbnail": "https://example.com/wp-content/uploads/2019/01/the-alchemist.jpg",
          "additional_previews": [
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-cover.jpg",
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-map.jpg"
          ],
          "version": "3.0.0",
          "link_label": "Download",
          "quota": 0,
          "download_limit_per_user": "100",
          "view_count": 80,
          "download_count": 14,
          "package_size": "811.84 KB",
          "access": [
              "guest",
              "subscriber",
              "administrator"
          ],
          "user_access": [
              "admin"
          ],
          "individual_file_download": "1",
          "cache_zip": "-1",
          "template": "link-template-calltoaction1",
          "page_template": "page-template-1col-flat",
          "files": {
              "1": "The Alchemist.pdf"
          },
          "fileinfo": {
              "1": {
                  "title": "The Alchemist",
                  "password": "",
                  "license_price": {
                      "statdard": "",
                      "extended": "",
                      "unlimited": ""
                  },
                  "price": ""
              }
          },
          "package_dir": "",
          "publish_date": "2019-04-01 12:00 am",
          "expire_date": "2019-08-31 12:00 am",
          "terms_lock": "1",
          "terms_title": "Agree to terms",
          "terms_conditions": "You can't redistribute without prior authorization.",
          "terms_check_label": "Checkbox Label",
          "password_lock": "1",
          "password": "[123][456]",
          "password_usage_limit": "2",
          "linkedin_lock": "1",
          "linkedin_message": "LinkedIn Share Lock message",
          "linkedin_url": "https://www.wpdownloadmanager.com/",
          "tweet_lock": "1",
          "tweet_message": "Custom tweet message",
          "twitterfollow_lock": "1",
          "twitter_handle": "Shahriar",
          "facebooklike_lock": "1",
          "facebook_like": "",
          "email_lock": "1",
          "email_lock_title": "Subscribe To Download",
          "email_lock_msg": "",
          "email_lock_idl": "0",
          "icon": "https://example.com/wp-content/plugins/download-manager/assets/file-type-icons/arrow.png",
    
          "base_price": "12.00",
          "sales_price": "10.00",
          "sales_price_expire": "2019-08-31 12:00 am",
          "pay_as_you_want": "0",
          "license": {
              "statdard": {
                  "active": "1"
              },
              "extended": {
                  "price": "22",
                  "active": "1"
              },
              "unlimited": {
                  "price": "32",
                  "active": "1"
              }
          },
          "discount": {
              "subscriber": "10",
              "contributor": "20",
              "author": "30",
              "editor": "40",
              "administrator": "50"
          },
          "enable_license": "1",
          "enable_license_key": "1",
          "free_downloads": [
                  "/Applications/XAMPP/wpdm/wp-content/uploads/2019/04/The-Alchemist-free-sample.pdf"
              ],
          "meta_input":{
            "meta_key" : "Hello"
          }    
      }

    here file attach should be like this,

    "files": {
              "1": "The Alchemist.pdf"
          }

    And for this default format, the file should be residing in wp-content/uploads/download-manager-files, thus the package should create with fa file. Please let me know if you have other queries

    Thanks


    natalie winters
    Participant
    This reply has been marked as private.
Viewing 25 results - 301 through 325 (of 1,661 total)