Search Results for 'Add Url'

Viewing 25 results - 276 through 300 (of 1,643 total)
  • Author
    Search Results
  • #174759

    Francesco Aprile
    Participant
    This reply has been marked as private.

    m0ze
    Participant
    This reply has been marked as private.

    m0ze
    Participant
    This reply has been marked as private.

    m0ze
    Participant
    This reply has been marked as private.
    #174612

    Tanvir
    Spectator

    Hello @Browndogagency,

    First of all please update WPDM and all addons of WPDM you are using to the latest versions. Latest version of WPDM is 6.2.0

    Then if the issue still persists, Could you please send me related url and share the CSV file to upload to check the issue properly?

    Also I request you to please share your temporary website admin credentials in a private reply so that I can take a closer look and work with you to get this working.

    Here are the details I’ll need –

    # Website Login URL
    # Username
    # Password

    Looking forward to hearing from you.

    #174582

    In reply to: Debug: line 306


    Missions Press
    Participant

    Here is the code from the Login.php

    {
            $id = get_option('__wpdm_login_url', 0);
            if ($id > 0) {
                $page = get_post($id);
                if ($page->post_status == 'publish') {
                    $url = get_page_link($page);
                    //$url = $page->guid;
                    if ($redirect != '')
                        $url = add_query_arg(array('redirect_to' ► urlencode($redirect)), $url);
                } else $url = $login_url;
            } else $url = $login_url;
            return $url;
        }

    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, 1 month ago by Shahjada.

    Alex Tetley
    Participant
    This reply has been marked as private.
Viewing 25 results - 276 through 300 (of 1,643 total)