Search Results for 'download link'

Viewing 25 results - 5,576 through 5,600 (of 9,382 total)
  • Author
    Search Results
  • #68313

    In reply to: Same look as Demo

    Oh well I also need to know how I can disable the sidebar…
    And if you look at the other pages like:
    www. ps-international.de/download-bereich-uebersicht
    (had to crash the link, please remove the space after the first . )

    I have a nice fullwith header.. I created a page for this.
    Can I also create a page and style it like I want and just add the Download to it?
    Like I did on the page (link above) with a shortcode.
    But then I also want the nice look as it is on the demo..

    #68310

    Hello,

    I just cant figure out how I can achieve the same layout like it is default on your demo:
    demo. wpdownloadmanager.com/wpdmpro/download/blues/
    (had to crash the link, please remove the space after the first . )

    I tried the same settings on my page but it looks totally different:
    www. ps-international.de/download/bread-butter-artikelbilder/
    (had to crash the link, please remove the space after the first . )

    I dont mean the sidebar.. I just want the Title (no meta), then
    File Size
    File Count
    Create Date
    Last Updated

    and then the files with images …

    I am confused. Can you help me?

    #68284

    DJ
    Member
    This reply has been marked as private.
    #68265

    In reply to: Please Help me


    Martino Hugo
    Member
    This reply has been marked as private.
    #68234

    Jaclyn
    Member

    Hi. I was wondering if items in the page template could be set to only display if the field has been populated. So like an if/then statement to not show empty fields. For example from the link below the fields: Publication & Comments I’d like to not display because they are empty.

    http://wbabin.com/download/test-test-test/

    #68223

    In reply to: Please Help me


    Martino Hugo
    Member
    This reply has been marked as private.
    #68208
    This reply has been marked as private.
    #68206

    Shahriar
    Moderator

    The links not visible to a guest user. Maybe locked by under maintenance plugin. Please send login info to check.

    Another thing is did you attach files by uploading or attached URL to the package? File Cart won’t work with remote files because Download Manager can bundles files only when they are on your server.

    #68205

    Shahriar
    Moderator

    1 ) You can use any template you like, just set the template name with the shortcode. e.g. [wpdm_package id="204919" template="link-template-calltoaction3.php"] You can insert code using TinyMCE add-on where you will find the option to select template from dropdown. I have installed the add-on there.

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

    2 ) Use page template “Single Column with Doc Preview ” to use pdf viewer on package details page. You can link the thumb image ( link template ) to package details ( page template ) where pdf viewer will show preview. You have to change [download_url] to [page_url] in your custom link template for that.

    Cancelling your PDF viewer order. It might take few days ( Stripe processing period )

    #68204

    Shahriar
    Moderator

    Actually, you can add redirect URL with login shortcode,

    [wpdm_login_form logo="Logo Image URL" redirect="Redirect URL to redirect after login"]

    Here is the shortcode doc link for more info.

    #68200

    In reply to: Remove templates


    Shahriar
    Moderator

    If you disable a template it won’t appear in template dropdown in package settings. However, link and page template files are located in /download-maanger/tpls/ dir their respective folders.

    #68187

    wlm2015
    Member

    I’ve contacted customizations and it was no help.
    My code is:

    function bhc_create_package($package_data){
    
            if(isset($package_data['post_type']))
                unset($package_data['post_type']);
    
            $package_data_core = array(
                'post_title'           ► '',
                'post_content'           ► '',
                'post_excerpt'          ► '',
                'post_status'           ► 'publish',
                'post_type'             ► 'wpdmpro',
                'post_author'           ► get_current_user_id(),
                'ping_status'           ► get_option('default_ping_status'),
                'post_parent'           ► 0,
                'menu_order'            ► 0,
                'to_ping'               ►  '',
                'pinged'                ► '',
                'post_password'         ► '',
                'guid'                  ► '',
                'post_content_filtered' ► '',
                'import_id'             ► 0
            );
    
            $package_data_meta = array(
                'files'           ► array(),
                'fileinfo'           ► array(),
                'package_dir'           ► '',
                'link_label'          ► __('Download','wpdmpro'),
                'download_count'           ► 0,
                'view_count'             ► 0,
                'version'           ► '1.0.0',
                'stock'           ► 0,
                'package_size'           ► 0,
                'package_size_b'           ► 0,
                'access'            ► 0,
                'individual_file_download'               ►  -1,
                'cache_zip'               ►  -1,
                'template'                ► 'product.php',
                'page_template'         ► '5a5bcb3d9a457',
                'password_lock'                  ► '0',
                'facebook_lock'                  ► '0',
                'gplusone_lock'                  ► '0',
                'linkedin_lock'                  ► '0',
                'tweet_lock'                  ► '0',
                'email_lock'                  ► '0',
                'icon' ► '',
                'import_id'             ► 0
            );
    
            foreach($package_data_core as $key ► &$value){
                $value = isset($package_data[$key])?$package_data[$key]:$package_data_core[$key];
            }
    
            if(!isset($package_data['ID']))
                $post_id = wp_insert_post($package_data_core);
            else {
                $post_id = $package_data['ID'];
                $package_data_core['ID'] = $post_id;
                wp_update_post($package_data_core);
            }
    
            foreach($package_data_meta as $key ► $value){
                $value = isset($package_data[$key])?$package_data[$key]:$package_data_meta[$key];
                update_post_meta($post_id, '__wpdm_'.$key, $value);
            }
    
            if(isset($package_data['cats']))
                wp_set_post_terms( $post_id, $package_data['cats'], 'wpdmcategory' );
    
            return $post_id;
        }
    
    add_action('save_post_attachment', 'bhc_create_package', 10, 1);
    #68179

    Hello,
    I really like your WPDM plugin, it is really good. I am using ‘WordPress Download Manager Special Pack’.
    I have a question. At this stage I have a login page, in which I use the shortcode [wpdm_login_form]. When a user (role: Subscriber) logs in, rather than being redirected to the Dashboard page (the one using shortcode [wpdm_user_dashboard]) it reloads into itself, and displays a box where two links are displayed. [Dashboard] and [Log out]. I setup in the Settings the page ‘Dashboard Page’ to be my dashboard page.

    How can I redirect users logging in to the Subscribed members page rather than this reload to this same page? It is counter intuitive to have to log in, then have to click on a link to access the members page.
    Thank you!

    #68168

    Shahriar
    Moderator

    1 ) Internal hyperlinks are flattened during stamping. It is the limitation of the fpdf library. Will look into the possibility of solving this by adding customization but can’t assure you yet.

    2 ) Tried to log in to check stamping position issue. But getting the incorrect password error.

    3 ) You can modify the email content from Downloads Templates Email Template Tab.

    #68158

    Shahriar
    Moderator

    Hi,

    We are always happy to help. Some things are too long to discuss in a support ticket or don’t fall into the category of product support. That’s why we provide custom upgrade service when customers need a customized solution.

    About the package creation, Download Manager packages are custom post type. So, all basic things like title, content etc are saved by core WordPress when creating the package. And create package operation also handles by WordPress using the function I mentioned above wp_insert_post. We are saving the custom options using the save_post filter. You can check the function savePackage here /download-manager/admin/menus/class.Package.php which is linked to save_post filter.

    Thanks.

    #68155

    Shahriar
    Moderator

    1 ) If you want to just translate these text then use Download Manager language file to create the translation. It is also possible to change some of this text using filters.

    Related filters.

    • wpdm_email_lock_heading ( to change “Subscribe to download” text )- Filter Documentation
    • send_download_link_to_label ( to change “Send Download Link To:” text )

    You have to add the custom code to your theme’s functions.php file.

    2 ) We are changing the way lock options are handles now. Will be available from next version. You won’t face this issue in the new version.


    Martino Hugo
    Member

    1) I can not find transate POP-UP Link Template (Please view image Attach)
    2) Captcha Download Over Style

    #68109

    In reply to: Single file download

    Hi,

    You can show single file with the template code [file_list] to show the file list and download link. You can modify any existing template and include this with your specific styles from wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=link and use with shortcode. For any single package view use page template instead.

    Thanks

    #68108

    Matthias
    Member
    This reply has been marked as private.
    #68058

    In reply to: Front end issue


    yfilali
    Member
    This reply has been marked as private.
    #68045

    SUPERIOR SRL
    Member

    Hi,
    Sice I installed the latest version the website lags very much, especially on the pages with links to downloads (but also on the backend). About 1 minute to open pages!

    Thank you in advance
    Gabriele

    #68034

    Hi, Seems like there is a problem with the "/plugins/download-manager/cache" directory on your server. The thumb images won’t loading for permission problem.
    I have created the thumb template and changes all packages with link template code in the page. It should be showing feature image with the direct download link in the grid.

    Please send your FTP to check the issue. Or contact server admin.

    Thanks

    #68026

    Shahriar
    Moderator

    On the frontend, you can edit/manage only packages created by you. But you can, of course, download files created by others.

    You can view the package by clicking ‘View’ link from ‘All packages’ admin page. If you want to show all packages then use [wpdm-all-packages] shortcode to list all downloads in a tabular format.

    #68012

    Shahriar
    Moderator

    Please create a custom link template from Downloads Templates page with the following code,

    <a href="[download_url]">[thumb_100x100]</a>

    Use this custom link template with your shortcode to show the pacakge featured image with the download link. You can adjust the image size ( I have set it to 100×100 ) to match your requirements.

    Or send temporary wp-admin login info in private reply, I can create the custom template for you.

    #67973

    Hi,

    You can create a custom template(link for use with shortcode/page template that will work with single category) to show only feature image and the download button for a file/package. You can find the existing template files from /wp-admin/edit.php?post_type=wpdmpro&page=templates.

    You can put [preview] to show feature image and [download_link] which gives you the direct download link. You can use HTML to design this template with the available tags.

    If you still find it confusing let me do it for you.

    Resources:

    Building a WordPress Download Manager Link Template from Scratch

    Template Tags

    Creating a new template

    Thanks

Viewing 25 results - 5,576 through 5,600 (of 9,382 total)