Search Results for 'Add Url'

Viewing 25 results - 976 through 1,000 (of 1,661 total)
  • Author
    Search Results
  • #79142

    LarryG
    Member

    I downloaded the pro version yesterday.
    I can’t seem to attach files to a package.
    Dragging files to the “Drop files here” doesn’t add the file to the “Attached Files” list, and using the “Select Files” button allows me to browse to a file, but selecting the file also does not add it to the Attached Files list.
    The “Browse” tab is empty.
    I can add a URL to the Attached Files list, but doing so still doesn’t allow a user to download the file.
    How can I get this basic functionality to work, please?

    #79005

    Shahriar
    Moderator

    Hi Matt,

    Thanks for choosing Download Manager.

    About the logout issue, Where does it redirect now? I have to check your installation to find where the issue is coming from. Please send temporary wp-admin login in private reply.

    Or

    You can add the following code in your theme’s functions.php file to redirect logged out users to the Homepage,

    add_action('wp_logout', 'wpdm_logout_redirect');
    
    function wpdm_logout_redirect(){
        wp_redirect(home_url(""));
        exit();
    }
    

    Best regards.

    #78977

    Shahriar
    Moderator

    Setting up guest order page is pretty simple. Create a page and place this shortcode there [wpdmpp_guest_orders]

    To add this guest order page URL in your purchase confirmation email you have to edit the purchase-confirmation template from Downloads Templates Email Template page. Replace the [#order_url#] with the guest order page link and that’s it.

    #78788

    In reply to: Prosper Theme Issue


    Shahriar
    Moderator

    After payment is made PayPal redirects the user to the return URL you set on Premium Package PayPal settings. We will check this issue before the next update of the add-on.

    #78661

    In reply to: Tags only of WPDM


    Shahriar
    Moderator

    Please add the following code to your theme’s functions.php file and use [wpdm_download_tags cols="4" icon="tag" btnstyle="default"] shortcode to show the custom download tag created by the code I posted above.

    add_shortcode( 'wpdm_download_tags', 'wpdm_download_tags');
    function wpdm_download_tags($params = array()){
        global $wpdb;
        @extract($params);
        $parent = isset($parent)?$parent:0;
        $args = array(
            'orderby'       ► 'name',
            'order'         ► 'ASC',
            'hide_empty'    ► false,
            'exclude'       ► array(),
            'exclude_tree'  ► array(),
            'include'       ► array(),
            'number'        ► '',
            'fields'        ► 'all',
            'slug'          ► '',
            'parent'         ► $parent,
            'hierarchical'  ► true,
            'child_of'      ► 0,
            'get'           ► '',
            'name__like'    ► '',
            'pad_counts'    ► false,
            'offset'        ► '',
            'search'        ► '',
            'cache_domain'  ► 'core'
        );
        $categories = get_terms('download-tag',$args);
        $pluginsurl = plugins_url();
        $cols = isset($cols)&&$cols>0?$cols:2;
        $scols = intval(12/$cols);
        $icon = isset($icon)?"":"";
        $btnstyle = isset($btnstyle)?$btnstyle:'success';
        $k = 0;
        $html = "
    "; if($k==0) $html = ''; return "
    ".str_replace(array("\r","\n"),"",$html)."
    "; }

    Shahjada
    Keymaster

    You need to add those CSS codes to custom CSS option with theme customizer. Please give me the URL to suggest your required CSS changes, you can also add temporary wp-admin login info in a private reply if you want me to adjust it for you.

    #78404

    In reply to: Prosper Theme Issue

    Hi Shahriar, theme looking good!

    These are probably easy to do, but not sure how to:

    1. Homepage: “Explore Categories” text is slightly cut off at the top and bottom.

    2. Members (Customers) logged in page: Can you please disable the Toolbar when customers are logged into their dashboard i.e. automatically uncheck the “Show Toolbar when viewing site” for all new subscribers (customers).

    3. Contact page – no map or form showing – can we please show these.
    https://www.creativeonlinepublishing.com/contact/

    I have added the variables to the “contact us” customise section.
    – Do I need to add a separate form plugin (Ninja forms or similar)

    4. Stripe works well; Paypal is not returning automatically to merchant:

    I’ve Set Paypal IPN:
    Current settings
    Notification URL https://www.creativeonlinepublishing.com/?action=wpdmpp-payment-notification&class=Paypal
    Message delivery Enabled

    Many thanks 🙂

    #78231

    Shahriar
    Moderator

    Please check now. The issue is actually coming from your editor plugin. When you are entering edit mode your plugin is not calling the wp_head but enqueuing all frontend scripts from other plugins. So, some files are missing the required variable initialization.

    However, I have added the following code in /wpdm-premium-packages/assets/js/wpdmpp-front.js to handle this situation,

    if(wpdmpp_base_url == undefined ) var wpdmpp_base_url = '';

    #78229

    Tom DuHamel
    Member
    This reply has been marked as private.
    #78226

    In reply to: Link Template issues


    Brian
    Member
    This reply has been marked as private.
    #77948

    Shahriar
    Moderator

    Please add the following code to the bottom of your active theme’s functions.php file to redirect users to the homepage,

    add_action('wp_logout', 'wpdm_logout_redirect');
    function wpdm_logout_redirect(){
        wp_redirect(home_url(""));
        exit();
    }

    Shahriar
    Moderator

    Please add the following text to your robots.txt

    User-agent: *
    Disallow: /*?wpdmtask=get_downloads

    That would block any URL with ?wpdmtask=get_downloads from being indexed by a crawler.

    #77611

    imfinlay
    Member

    Hi, no WP_CONTENT_URL defined in wp-config or anywhere else I can grep for. I can’t give you an FTP login as all logins are ssh/sftp with key auth. If you send me your public key I can add it.

    #77124

    Shahriar
    Moderator
    This reply has been marked as private.
    #76378

    Hi,

    Sorry, you can not use multiple google drive account with the google drive addon. But you can attach the link from the multiple google drive file by attaching file URL option in the package.

    Thanks


    David
    Member

    Hi, we just moved our site to a live server and now all of the custom templates have disappeared, and the download links are looking terrible. We need to get this resolved ASAP.

    We had to do a find and replace to update the url’s to the live url address, so I’m not sure if that would have affected it.

    Please help!

    #76293

    Shahriar
    Moderator

    Multi-file zip download is working now. I deleted the previous installation of the plugin and installed a fresh copy. If you face the issue on other sub-sites, just deactivate and re-activate the Download Manager.

    The [download_link] template tag is working too. ( Removed onclick attribute & added {$post_vars['download_url']} in href tag [ line no 185 class.Package.php ] )

    #76167
    This reply has been marked as private.
    #75961

    Shahriar
    Moderator

    Please add the following code after line no 250,

    $data['download_url'] = wpdm_download_url($data['ID']);
    $download_link = 'Download';

    In WPDM settings you have to check the Open file in the browser option. I have used plain text Download instead of a button. You can replace it with a button if you want.

    #74568

    Shahriar
    Moderator

    You can try the following code,

    echo "
  • ";

    Replace /wpdm-extended-shortcodes.php line 484 with this code.

    #74540

    rosewill
    Member

    I setup download manager Pro in workpress with IP address 172.168.0.10 . AFter all Test is done , I move the server to production and change its both IP and domain name . But looks like download manager still stick to the old IP address rather than new one .

    In stead of change those image url one by one ,is there any way to batch change it ?

    #74475

    I’ve buyed the pro addon Facebook Share to lock downloads but doesn’t work. I’ve configured the key and web platform on facebook developers but don’t work!

    Url for view: https://bit.ly/2HP9IDk

    Ps: when i click in “share” my page goes to top.

    #73881

    GuidoM
    Participant

    Hi Hasibul, probably there was a misunderstanding. I want to use the template with the modul popup to login for the users haven’t login yet.

    You can try on template test 13/4

    <div class=”media”>

    [icon]

    <div class=”media-body”>
    <h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[title]</h4>
    Download
    </div>
    </div>

    #73515

    Lazos SA
    Participant

    Hey, thanks for answering.

    I have the WPDM Extended Short-codes add-ons installed, I use the The7 theme in my WordPress installation.

    The URL of the page where I want to view the carousel is http://pre-snaspe.lazos.cl/biodiversidata/#1522337162728-10, also add the widget at the following URL http://pre-snaspe.lazos.cl/prueba to rule out conflicts with other JS

    I remain attentive, greetings

    #72928

    Hello.
    Now I really need to put this addon to work for me, serious.

    The WPDM Pro version 4.7.4 not working for me, I am using 4.7.3.

    Any package with Form Lock activetad, gives me this error trying to view on browser:

    Warning: Illegal string offset ‘html’ in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 78

    Warning: Cannot assign an empty string to a string offset in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 78

    Warning: Illegal string offset ‘html’ in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 79

    Fatal error: Uncaught Error: Cannot use assign-op operators with string offsets in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php:79 Stack trace: #0 C:\wamp64\www\eletrobrasrondonia\wp-includes\class-wp-hook.php(286): WPDM_FormLock->download_lock(”, Array) #1 C:\wamp64\www\eletrobrasrondonia\wp-includes\plugin.php(203): WP_Hook->apply_filters(”, Array) #2 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(902): apply_filters(‘wpdm_download_l…’, ”, Array) #3 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(219): WPDM\Package::activeLocks(Array, Array) #4 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\libs\class.Package.php(1174): WPDM\Package->Prepare(12401, ‘<!– WPDM Templ…’, ‘page’) #5 C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\download-manager\wpdm-functions.php(1289): WPDM\Package::fetchTemplate(‘<!– WPDM Templ…’, Array, ‘page’) #6 C:\wamp64\www\eletrobrasr in C:\wamp64\www\eletrobrasrondonia\wp-content\plugins\wpdm-form-lock\wpdm-form-lock.php on line 79

    this is my setup in WP:

    Versão do plugin : 4.3.2
    Versão WP : 4.9.4
    WPMU: No
    MySQL Versão : 5.5.5
    WP Prefixo de tabela : co_eletro_
    PHP Versão : 7.1.11
    Sessão salvar caminho : c:/wamp64/tmp
    WP URL: http://www.eletrobrasrondonia.com
    Nome do servidor : http://www.eletrobrasrondonia.com
    Domínio do cookie : http://www.eletrobrasrondonia.com
    CURL Biblioteca presente : Yes
    Depurar arquivo permissões de gravação : Writable

    Versão PHP : 7.1.11
    Uso de memória: 63.22 MB
    Limite de memória : 512M
    Tamanho máximo para carregar : 256M
    Tamanho máximo do post : 256M
    Permitir URL fopen : Ligado
    PHP Allow URL Include : Desligado
    Erros de exibição : Ligado
    Tempo máximo de execução de script : 6000 Seconds

Viewing 25 results - 976 through 1,000 (of 1,661 total)