Search Results for 'download link'

Viewing 25 results - 3,301 through 3,325 (of 9,427 total)
  • Author
    Search Results

  • brett polakowski
    Participant

    Hello,
    I’ve been having a lingering issue and have emailed several times to support but I have not gotten a response with the last issue I’m having involving categories showing up that shouldn’t be. I have multiple categories for my Downloads set up and they are all separated as they should be for each package I’ve created. On my main Downloads page, I should only be showing what we call ‘Specification Sheets’ but all categories are showing. I’ve tried using the category ID (id=5 for me) and I’ve tried using the long name for the category (specification-sheet) in the code to present on the page but still all categories are showing up. Can someone help me to get this to work correctly.

    If you view my Downloads page, the first 4 items in the right column are categorized in the back end as Installation Instructions, Application Guides or Information Sheets but they’re showing when it should ONLY be Specification Sheets:
    https://www.evenlite.com/downloads/

    Here’s the 2 different code snippets I’ve tried but it’s still not working:
    [wpdm_packages order_by="title" order="asc" items_per_page="200" id="5" template="customevenlitelinktemplate" cols=2 colspad=2 colsphone=1]

    ALSO TRIED:
    [wpdm_packages order_by="title" order="asc" items_per_page="200" category="specification-sheet" template="customevenlitelinktemplate" cols=2 colspad=2 colsphone=1]

    Thank you very much,
    Brett

    #137071

    Nayeem Riddhi
    Moderator

    Please check the doc here, https://www.wpdownloadmanager.com/doc/templates/template-tags/. you shall find the [author_name] template tag here. you have to put it in your link/page template for working.

    Thanks.

    #137045
    This reply has been marked as private.
    #137034

    spinoWeb
    Participant

    I follow the previous user question:

    “Hello, sorry how to download the attached files please? Even when logged in I see no download links available inside posts where members say translation is attached.”

    Thanks

    #137001

    Kaliym Islam
    Participant

    No, it is still not working, see this link:

    AA Download Test

    This page has to shortcodes on it:

    [wpdm_category id="agile-leadership" toolbar="0" paging="0" orderby="title" order="asc" items_per_page="10" template="list_group_custom" cols=3 colspad=2 colsphone=1]

    [wpdm_category id="agile-leadership" toolbar="0" paging="0" orderby="title" order="asc" items_per_page="10" template="link-template-bsthumnail" cols=3 colspad=2 colsphone=1]

    The top one is custom, the bottom one is the one it is cloned from.


    midihead7
    Participant

    I have downloaded and installed the latest WPDM Amazon S3 plugin (version 2.8.2) and have updated to Download Manager 5.2.3. I can now attach files to a package however the Amazon S3 plugin is only showing ONE of my buckets that is inside of the parent bucket. I have a parent bucket called “whmediacentral” with two sub-buckets inside of that (called AUDIO FILES and VIDEO FILES). Only the AUDIO FILES bucket is accessible via the WPDM Amazon S3 plugin interface. I have clicked the SAVE SETTINGS button on the Amazon S3 settings page but this doesn’t fix the issue. Please fix this ASAP.

    Also, I see a few new options in the settings for the WPDM Amazon S3 plugin settings (as seen in the screenshot). Do these need to be set and if so, how should they be correctly set?? https://snipboard.io/uKnwmq.jpg

    In addition, I have discovered another new issue where, after updating to the most recent version of Download Manager, the Page Templates and Link Templates have become UNSET in each EXISTING package. Since I have 130 packages, it will take a long time to manually go back and reset the templates in every package. (https://snipboard.io/ANIEG7.jpg) Please provide a way for me to relink all of my templates globally (probably via a function of some kind). I was previously provided this function by WPDM Support (see this post: https://www.wpdownloadmanager.com/support/topic/reposted-custom-link-and-page-templates-missing-again/#post-112519) however there appears to be syntax errors in this code (on lines 3 through 5) which crashes my site (and I did replace the page_template_id and link_template_id with my own template IDs):

    function wpdm_bulk_update_templates(){
        $params = array(
            'post_type' ► 'wpdmpro',
            'posts_per_page' ► -1,
        );
        $packs = new WP_Query( $params );
        while( $packs->have_posts() ) {
            $packs->the_post();
            global $post;
            update_post_meta(get_the_ID(),'_wpdm_page_template','page_template_id');
            update_post_meta(get_the_ID(),'_wpdm_template','link_template_id');
        }
    }
    add_action('init', 'wpdm_bulk_update_templates');
    #136955

    In reply to: Download modal


    Dan Gauc
    Participant

    Yes, I know but I thought it would be better if it closed automatically once the download is complete – can this be done?

    Also, I would like to avoid user pressing download button multiple times – can this be done? At the moment user can continue clicking (until session closes, for example three times) then they get a windows pop-up to open or save link-expired.txt. The text file contains this message:

    Download link is expired. Please get new download link.

    I do not feel that it is right – what do you think? Thank you!

    #136826

    Gabriel Oliveira
    Participant

    When I click on the “Edit Online” link, I want to go to Photopea and count as a download.
    Only that

    when i click on “edit online” it opens the file in photopea, but it doesn’t count the download.

    see attached image


    Conor Maguire
    Participant

    I made that file and now nothing is showing!!!!
    https://eronline.com.au/download/long-service-leave/

    <?php

    get_header();

    $show_default_title = get_post_meta( get_the_ID(), ‘_et_pb_show_title’, true );

    $is_page_builder_used = et_pb_is_pagebuilder_used( get_the_ID() );

    ?>

    <div id=”main-content”>
    <?php
    if ( et_builder_is_product_tour_enabled() ):
    // load fullwidth page in Product Tour mode
    while ( have_posts() ): the_post(); ?>

    <article id=”post-<?php the_ID(); ?>” <?php post_class( ‘et_pb_post’ ); ?
    <div class=”entry-content”>
    <?php
    the_content();
    ?>
    </div> <!– .entry-content –>

    </article> <!– .et_pb_post –>

    <?php endwhile;
    else:
    ?>
    <div class=”container”>
    <div id=”content-area” class=”clearfix”>
    <div id=”left-area”>
    <?php while ( have_posts() ) : the_post(); ?>
    <?php
    /**
    * Fires before the title and post meta on single posts.
    *
    * @since 3.18.8
    */
    do_action( ‘et_before_post’ );
    ?>
    <article id=”post-<?php the_ID(); ?>” <?php post_class( ‘et_pb_post’ ); ?
    <?php if ( ( ‘off’ !== $show_default_title && $is_page_builder_used ) || ! $is_page_builder_used ) { ?>
    <div class=”et_post_meta_wrapper”>
    <h1 class=”entry-title”><?php the_title(); ?></h1>

    <?php
    if ( ! post_password_required() ) :

    et_divi_post_meta();

    $thumb = ”;

    $width = (int) apply_filters( ‘et_pb_index_blog_image_width’, 1080 );

    $height = (int) apply_filters( ‘et_pb_index_blog_image_height’, 675 );
    $classtext = ‘et_featured_image’;
    $titletext = get_the_title();
    $alttext = get_post_meta( get_post_thumbnail_id(), ‘_wp_attachment_image_alt’, true );
    $thumbnail = get_thumbnail( $width, $height, $classtext, $alttext, $titletext, false, ‘Blogimage’ );
    $thumb = $thumbnail[“thumb”];

    $post_format = et_pb_post_format();

    if ( ‘video’ === $post_format && false !== ( $first_video = et_get_first_video() ) ) {
    printf(
    ‘<div class=”et_main_video_container”>
    %1$s
    </div>’,
    et_core_esc_previously( $first_video )
    );
    } else if ( ! in_array( $post_format, array( ‘gallery’, ‘link’, ‘quote’ ) ) && ‘on’ === et_get_option( ‘divi_thumbnails’, ‘on’ ) && ” !== $thumb ) {
    print_thumbnail( $thumb, $thumbnail[“use_timthumb”], $alttext, $width, $height );
    } else if ( ‘gallery’ === $post_format ) {
    et_pb_gallery_images();
    }
    ?>

    <?php
    $text_color_class = et_divi_get_post_text_color();

    $inline_style = et_divi_get_post_bg_inline_style();

    switch ( $post_format ) {
    case ‘audio’ :
    $audio_player = et_pb_get_audio_player();

    if ( $audio_player ) {
    printf(
    ‘<div class=”et_audio_content%1$s”%2$s>
    %3$s
    </div>’,
    esc_attr( $text_color_class ),
    et_core_esc_previously( $inline_style ),
    et_core_esc_previously( $audio_player )
    );
    }

    break;
    case ‘quote’ :
    printf(
    ‘<div class=”et_quote_content%2$s”%3$s>
    %1$s
    </div> <!– .et_quote_content –>’,
    et_core_esc_previously( et_get_blockquote_in_content() ),
    esc_attr( $text_color_class ),
    et_core_esc_previously( $inline_style )
    );

    break;
    case ‘link’ :
    printf(
    ‘<div class=”et_link_content%3$s”%4$s>
    %2$s
    </div> <!– .et_link_content –>’,
    esc_url( et_get_link_url() ),
    esc_html( et_get_link_url() ),
    esc_attr( $text_color_class ),
    et_core_esc_previously( $inline_style )
    );

    break;
    }

    endif;
    ?>
    </div> <!– .et_post_meta_wrapper –>
    <?php } ?>

    <div class=”entry-content”>
    <?php
    do_action( ‘et_before_content’ );

    the_content();

    wp_link_pages( array( ‘before’ ► ‘<div class=”page-links”>’ . esc_html__( ‘Pages:’, ‘Divi’ ), ‘after’ ► ‘</div>’ ) );
    ?>
    </div> <!– .entry-content –>
    <div class=”et_post_meta_wrapper”>
    <?php
    if ( et_get_option(‘divi_468_enable’) === ‘on’ ){
    echo ‘<div class=”et-single-post-ad”>’;
    if ( et_get_option(‘divi_468_adsense’) !== ” ) echo et_core_intentionally_unescaped( et_core_fix_unclosed_html_tags( et_get_option(‘divi_468_adsense’) ), ‘html’ );
    else { ?>
    “>” alt=”468″ class=”foursixeight” />
    <?php }
    echo ‘</div> <!– .et-single-post-ad –>’;
    }

    /**
    * Fires after the post content on single posts.
    *
    * @since 3.18.8
    */
    do_action( ‘et_after_post’ );

    if ( ( comments_open() || get_comments_number() ) && ‘on’ === et_get_option( ‘divi_show_postcomments’, ‘on’ ) ) {
    comments_template( ”, true );
    }
    ?>
    </div> <!– .et_post_meta_wrapper –>
    </article> <!– .et_pb_post –>

    <?php endwhile; ?>
    </div> <!– #left-area –>

    <?php get_sidebar(); ?>
    </div> <!– #content-area –>
    </div> <!– .container –>
    <?php endif; ?>
    </div> <!– #main-content –>

    <?php

    get_footer();


    Ana Fierek
    Participant

    We’re using form lock to lock downloads with a Gravity form.

    The form loads and you can submit it just fine.

    If “email download” is not selected, nothing happens. No download it just sits there.

    When we set the form to email the person the file it sends an email with a link which does arrive – the link when clicked on loads the website and causes a PHP error on the site so we just see the “There has been a critical error on your website.” message. Here’s the PHP error from the server logs.

    2020/09/16 02:22:45 [error] 41147#41147: *139327 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /www/susaguhlrealestate_654/public/wp-content/plugins/download-manager/libs/class.Apply.php:1294
    Stack trace:
    #0 /www/susaguhlrealestate_654/public/wp-includes/class-wp-hook.php(287): WPDM\libs\Apply->customDownloadLinkPage(Object(WP))
    #1 /www/susaguhlrealestate_654/public/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
    #2 /www/susaguhlrealestate_654/public/wp-includes/plugin.php(544): WP_Hook->do_action(Array)
    #3 /www/susaguhlrealestate_654/public/wp-includes/class-wp.php(758): do_action_ref_array(‘wp’, Array)
    #4 /www/susaguhlrealestate_654/public/wp-includes/functions.php(1285): WP->main(”)
    #5 /www/susaguhlrealestate_654/public/wp-blog-header.php(16): wp()
    #6 /www/susaguhlrealestate_654/public/index.php(17): require(‘/www/susaguhlre…’)
    #7 {main}
    thrown in /www/susaguhlrealestate_654/public/wp-content/plugins/download-manager/libs/class.Apply.php on line 1294″ while reading response header from upstream, client: 203.118.137.168, server: http://www.susaguhl.co.nz, request: “GET /wpdm-download/S1kWGKXM5c4KXC-65CCNNcc4hzZeN7Ap4ngsf3V69u6an7CcMiebnF8fHobVJIXyOnK-42MK834CU9-0hPOEOgBf2cM1D4hVnyLP3p7ymZEHgLWIwLRJ9ZJ-AOq8Fh4Q HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php7.4-fpm-susaguhlrealestate.sock:”, host: “www.susaguhl.co.nz”

    If we leave the email file off then we don’t get to the download at all, we just end up back at the page the download is on??

    Help would be much appreciated

    #136712

    erosolie
    Participant

    Okay a number of issues here – I am using version 5.2.3. Download button/link won’t work and when it does it goes to our 404 page. The update and install under settings stop working and shows things that should be installed needing to be install. When I do install them it just doesn’t work. The update page now shows all active and below that shows the same as being expired. Most of all the Director Add on stop working. The site is northwestenvironmentaladvocates.org

    Thank you
    Eugene

    #136710

    Sarm Nyles
    Participant
    This reply has been marked as private.

    Nayeem Riddhi
    Moderator

    Hi,

    I can’t able to see the download link or package-info of the packages for checking the Purchases Orders also check the pro-membership features. please let me know.

    Thanks.

    #136670

    Nayeem Riddhi
    Moderator

    Can you please adjust the settings from Downloads > Basic as I image attached for Unmask download link,

    Image 2020-09-19 at 11.46.44 AM

    I hope it may help you

    Thanks.


    Carolyn Wilson
    Participant
    This reply has been marked as private.

    Hi – today I updated to 5.2.3, and all [download_link] references in my templates are no longer working. Instead of downloading the file, they redirect to the page with “#” at the end of the link.

    I have also updated the extended short-codes add-on to 2.8.6, but still not working.

    I have this issue on two websites.

    Any help is appreciated.

    #136647

    Reeb Venners
    Participant

    I went into settings and it says:

    When user is not allowed to download: Hide Everything
    And I changed it to “Only Block Download Link”.
    And all the files showed up again.

    And I can download them and play them in the browser, even when I’m not logged in as admin.

    Was that the right fix?

    Thanks! Hope you are well!
    Reeb


    Nayeem Riddhi
    Moderator

    Hello,

    Have you modified the single-wpdmpro.php file? I can’t able to see the download link of the packages. However dashboard interface is working now, I have enabled Bootstrap CSS from settings.

    Thanks.

    #136606

    Nayeem Riddhi
    Moderator

    Have you set Email Download Link to those packages? please share the package URL and if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

    Thanks.

    #136595

    In reply to: Critical Error


    Matthew Perry
    Participant

    Oh my….just tried to edit a page and….

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/alldownloads is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/search-package is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/link-templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/post-templates is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/wpdmcategories is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/layouts is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. The REST API route definition for wpdm/v2/getlayout is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Notice: register_rest_route was called incorrectly. Namespace must not start or end with a slash. Please see Debugging in WordPress for more information. (This message was added in version 5.4.2.) in /home/exalearn/public_html/wp-includes/functions.php on line 5225

    Warning: Cannot modify header information – headers already sent by (output started at /home/exalearn/public_html/wp-includes/functions.php:5225) in /home/exalearn/public_html/wp-admin/admin-header.php on line 9


    Scott Peterson
    Participant

    EST Webadmin
    Participant

    After a user has logged in, I would like them to be able to simply download from a list of files.
    See below:

    Login to download

    However, an authenticated user is being prompted to “Login to Download” instead of seeing a link to download.

    If the user has already logged in, why are they seeing this?

    Also when clicking “Login to download” the page just reloads

    • This reply was modified 5 years, 3 months ago by EST Webadmin.
    #136493

    Dave Schmidt
    Participant
    This reply has been marked as private.

    EST Webadmin
    Participant

    I am really just trying to create a simple list of categorized files to direct download to authorized users. However logged in users are being prompted to login using the [download_link]. When left as [page_link] it loads a second (unnecessary page) where the user is allowed to download the file.

    Categorized list requiring login

    Custom link template:

    [title][description]
    <div class="link-template-default card mb-2">
        <div class="card-body">
            <div class="media">
                <div class="mr-3 img-48">[icon]</div>
                <div class="media-body">
                    <h3 class="package-title">[download_link]</h3>
                    <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
                </div>
                <div class="ml-3">
                </div>
            </div>
        </div>
    </div>

    Any help is greatly appreicated

    #136484

    nesf
    Participant

    I was able to solve the Error:

    “Fatal error: Uncaught ArgumentCountError: Too few arguments to function WPDMPP\WPDMPremiumPackage::hide_single_file_download_link(), 3 passed in /var/www/vhosts/foroeconomiacircular.com/httpdocs/wp-includes/class-wp-hook.php on line 287 and exactly 4 expected in”

    updating wpdm-premium-packages 3.9.1 to 4.6.5

    Regards

Viewing 25 results - 3,301 through 3,325 (of 9,427 total)