Search Results for 'download link'

Viewing 25 results - 3,226 through 3,250 (of 9,374 total)
  • Author
    Search Results
  • #137320

    In reply to: Appshop Question


    twomuch
    Member
    This reply has been marked as private.
    #137312

    In reply to: Appshop Question


    twomuch
    Member
    This reply has been marked as private.
    #137297

    Sonabh Bubna
    Participant
    This reply has been marked as private.
    #137288

    Josh Hawks
    Participant
    This reply has been marked as private.

    Shahjada
    Keymaster

    Hi,
    WPDM doesn’t have a way to link the checkbox by default, but you can enable double opt-in, however, if you want to link it with the consent checkbox, it will require some code customization. ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ )

    #137234

    Shahjada
    Keymaster

    That is not an issue with the WPDM pro, probably with your theme or any custom function related to your theme, by default when the archive page is enabled in wpdm settings, it will show in the breadcrumb. Ex: https://themes.wpdownloadmanager.com/attire/download/email-download-link/


    Sybille van Zuylen
    Participant

    This is not linked to an add-on but to the general way to let clients to subscribe to newsletter. I’m using mailchimp (so the mailchimp add-on), but this is valuable information for any e-mail management add-on…

    The way WPDM works the website owner decides to subscribe all customers or no one by default. I decide this in the settings :

    screenshot1

    With this way of doing things, the customer cannot choose to be subscribed. There is no checkbox that he can check to say he wants the newsletter or not.
    This is against GDPR law in Europe.
    To be GDPR compliant, there should be a checkbox that the customer can check / uncheck during the checkout process.

    Like in this example :
    screenshot 2

    If the customer cannot choose whether he wants to get the newsletter, it’s not GDPR compliant and I risk getting fined for it…

    This is just for regular paid downloads in my case. Of course, this is not for email locked downloads, as the client is aware that he has to subscribe in order to get the download.

    Hope it’s easier to understand this way.

    #137199

    Michael
    Participant

    The issue is that the next and previous scripts aren’t in the same download category. The links you’re clicking on are from different categories. I’d like the next and previous to work within the same download category.

    #137169

    Morgan McBride
    Participant

    Hello,

    I originally ran into this issue using the free plugin, but never got a final response in my support ticket . I upgraded to Pro hoping that would solve the issue, but unfortunately it didn’t.

    We’re running into an issue with a 900MB file on our WPDM installation. When using the WPDM link to download the file, the file stops at 500MB and appears to have finished, even though the file is actually 900MB.

    Just to clarify, this is an issue with downloads, not an upload limit issue

    We’ve tried adjusting the Download Speed (currently 20480), Resumable Downloads, and Output Buffering settings but have not been able to resolve the issue. When disabling both the Output Buffering and Resumable Downloads options, the WPDM download link gives us an error:

    [18-Aug-2020 19:41:26 UTC] PHP Fatal error: Out of memory (allocated 8388608) (tried to allocate 944402432 bytes) in /xxxx/xxxx/public_html/wp-content/plugins/download-manager/libs/class.FileSystem.php on line 125

    We have adjusted the server settings to increase the memory limit up to 6GB using both PHP INI settings and wp-config.php directives, but continue to receive the memory allocation error. We were also able to download the file successfully in the browser when placing it in another directory and accessing that URL directly. This leads us to believe there might be something specific to the WPDM plugin that is causing the issue.

    Please let us know if there is anything you can do to help.

    Thanks,

    Morgan

    #137167

    Michael
    Participant

    It’s really confusing, because I use permalink manager, the URL shows downloads/category/download name and it has an option to set Yoast Breadcrumbs to match the URL. When I do that I get downloads/downloads/category/download name in the URL but Yoast Breadcrumbs looks ok. But the url is broken.

    So I disable that option and yoast just gives sitename>category>download name instead of sitename>downloads>category>download name.

    Enabling the base category in WPDM doesn’t seem to make any difference. I just want the breadcrumbs to match the url


    Michael
    Participant
    This reply has been marked as private.
    #137163

    Michael
    Participant

    This isn’t resolved Nayeem, I mentioned that it broke the layout when I did an update, it isn’t about not being able to install the update. Last time I tried it broke the layout on the single download pages by moving the tags out of the main container of the site. Had to restore the old files to fix it. It also broke download links on some downloads as mentioned earlier.

    Was asking if those problems had been fixed and if it was safe to try another update?

    #137086

    michael bueltmann
    Participant

    Hello – I just tested an upgrade of Download Manager and I get the same ‘Your email address is blocked!’ whenever a file link is clicked.

    As Admin, I can click on the files, but any user get’s the blocked message ‘Your email address is blocked!’

    Can you please advise? thanks! Mb


    Michael
    Participant

    Been working with the guys at Generatepress, and I have a solution for previous / next posts that works with the whole website. It includes the download manager links as well. I can’t get it to stick to the same category though. When it shows previous and next items it seems to be choosing by date not category. What do I need to change ?

    add_filter( 'generate_post_navigation_args', function( $args ) {
        if ( is_single() ) {
            $prevPost = get_previous_post( true, '', 'wpdmcategory' );
            $prevThumbnail = isset( $prevPost ) ? get_the_post_thumbnail( $prevPost->ID ) : '';
            $nextPost = get_next_post( true, '', 'wpdmcategory' );
            $nextThumbnail = isset( $nextPost ) ? get_the_post_thumbnail( $nextPost->ID ) : '';
    
            $args['previous_format'] = '<div class="nav-previous">' . $prevThumbnail . generate_get_svg_icon( 'arrow' ) . '<span class="prev" title="' . esc_attr__( 'Previous', 'generatepress' ) . '">%link</span></div>';
            $args['next_format'] = '<div class="nav-next">' . $nextThumbnail . generate_get_svg_icon( 'arrow' ) . '<span class="next" title="' . esc_attr__( 'Next', 'generatepress' ) . '">%link</span></div>';
        }
    
        if ( is_singular( 'wpdmpro' ) ) {
            $args['taxonomy'] = 'wpdmcategory';
            $args['in_same_term'] = true;
        }
    
        return $args;
    } );
    
    add_filter( 'generate_footer_meta_post_types', function( $types ) {
        $types[] = 'wpdmpro';
    
        return $types;
    } );

    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

Viewing 25 results - 3,226 through 3,250 (of 9,374 total)