Search Results for 'all downloads'

Viewing 25 results - 3,676 through 3,700 (of 4,409 total)
  • Author
    Search Results
  • #27867

    nbdayan
    Member

    I have been trying for days to get the plugin to do what I need with no luck.

    I want to upload many images in a certain category. Then I want to show each downloadable image in that category. For each image I want to show a large featured image (not full size but large), a description of that download, a tag and an icon that downloads the full size image.

    Ideally I would like to add code that will enable me to do this automatically for each downloadable image in that category.

    Please help.

    #27858

    cyberbob
    Member

    Cause of a server crash i needed to reinstall everything from scratch..

    Now on some computers the large downloads are damaged.

    When i download the file on XP, it errors, (this is not a windows application) or file is damaged.
    On another computer the same file does work.

    So im curious what can cause this.
    Might i be forgetting to enable a php plugin?

    Whats the recommended php version?
    Uhh im not entirely sure where to search..

    centos 5.11
    Running, php 5.3.3 in fcgi
    Apache version 2.2.3

    #27670

    katstone
    Member

    After the upgrade I lost all my images of my downloads. Now there are just links to the left, and I wanted images to the left. Any idea what I need to fix? http://postpartumprogress.org/tools/


    nxgdadm
    Member

    I don’t know if this is a conflict with my theme (Elegant Themes Divi), but on the category page I can click through to the individual file’s page and download files (most are email protected). On the /downloads page, the Download link was originally popping up a little box to enter email and name directly on that page, but it now doesn’t do anything (actually the page floats down as if the box has been drawn, but nothing is visible).

    In “Inspect Elements” I see an error saying that chrome blocked the extension because “Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension.”

    So, is this a security issue? A problem with a setting at the WordPress level? Something that needs to be addressed in the theme?

    #27546

    Shahjada
    Keymaster

    1) actually I was not sure if there need to write a docs for installing translation as it only reequires to place language file in /download-manager/languages/ dir
    2) To setup archive page go to Admin Menu Downloads Settings URL Structure Panel “WPDM Archive Page” Option Select “Enable” Enter archive page slug in the text box below Save Settings


    tilmanschenk
    Member

    Hello guys,

    I need a bit help because I don’t find a soloution for my problem.
    I use the Download Manager Pro for my customers and found out that all my provided downloads are listed in the RSS-Feed.
    That’s a big problem because everyone can access to the download pages.

    I tried some RSS-Plugins but nothing helped.


    thenest
    Member

    Hey

    I’m interested in exactly this and this was (so far) the only existing thread I could find discussing what I am also trying to achieve.
    This is a pretty old ticket now, is there a solution to this now that I’ve not been able to find yet?

    Thanks

    Edit: Found it.

    Downloads > Settings > Access Settings > When user is not allowed to download > “Hide Everything”

    This assumes you have set up user roles or you’re attaching packages directly to users with the Access Level addon

    #27337

    Hi,
    I bought the addon for archive page but it is not working. No matter which selection I make it says there are no downloads / pakages found although there are files. Please help me!

    Second quetsion is which shortcode is needed for this kind of page?:

    http://demo.wpdownloadmanager.com/wpdmpro/all-categories/

    #27334

    WPDB PDF Stamper Plug In 1.4.0
    3/20/2015
    Bug: Wasn’t putting watermark on individual file downloads, only on package downloads. To fix this bug I changed the wpdm-pdf-stampers.php file on line 120 from
    isset($_GET[‘ind’])?$_GET[‘ind’]:0;
    To
    $ind = 0; //isset($_GET[‘ind’])?$_GET[‘ind’]:0;

    Then at the bottom of the fileProcess method I added stats counting, which it does not do on file download when the change above was made:
    //wpdm_download_file($filepath, $filename, $speed, 1, $package);
    global $current_user;
    get_currentuserinfo();
    $log = new Stats();
    $oid = isset($_GET[‘oid’]) ? esc_attr($_GET[‘oid’]) : ”;
    $indsc = 1;
    $indsc = isset($_GET[‘ind’]) && get_option(‘__wpdm_ind_stats’) == 0 ? 0 : 1;
    if ($indsc && !isset($_GET[‘nostat’]))
    $log->NewStat($package[‘ID’], $current_user->ID, $oid);
    //process filepath to create new file
    $this->processPDF($filepath,$filename,$package[‘ID’]);

    Obviously all of this gets wiped out when I update the stamper plugin. I’ve added this to my change log notes so that I can add this back in if this bug is not fixed in the next release.

    #27317

    In reply to: Download After Submit?


    youmedia
    Member
    This reply has been marked as private.
    #27298

    In reply to: Template issue


    Tauhid
    Member

    The color is coming from your theme, you need to remove color: #fff from file /betheme/css/variables.css , line# 195 as shown in following image:
    Loading...

    And to remove your need to edit file wpdm-all-downloads.php

    #27267

    In reply to: Preview not working


    artemd
    Member
    This reply has been marked as private.

    COPPERNIC
    Member

    Hi,

    The download page of my site is private , it contains two specific areas (see screenshot issue).

    The first contains downloads that all authenticated users can see and use :
    <div class = “site” > [wpdm -accordion cats =”42,43,44,45″] </ div>

    The second is visible only for specific users, I use the User Content Specific plugin to hide the content for non specific users.
    <div class = “site” > [ O_U user_name = “jean”] [wpdm -accordion cats = “46.47 “] [/ O_U ] </ div>

    When I log in as a specific user (authenticated to the second area) , I see the download area, but downloads are not available (downloads of the first zone are ok). (see screenshots issue2 and issue3)

    I have encountered this problem by experimenting the add-on Accordion . When I use the shortcode [wpdm -accordion] more than once , the downloads are only available on the first shortcode…

    #27117

    downloader
    Member

    Thank you for the reply about multi-file downloads not working from S3. Not to be critical, but it seems like it should work… I’d call that a bug.

    Still, I’m more interested in why the “AccessDenied”, per my detailed post prior. Any update welcome. Thanks again.

    #27084

    downloader
    Member

    I’m really confused by your email reply…

    My issue is with the S3 add-on, not Web Hooks add-on. Was the reply meant for someone else?

    I tried installing the latest Web Hooks add-on, in case the reply was meant for me, to fix the S3 issue. However, there was seemingly no change with the S3 problem.

    The back end works fine, but the front end Download fails if I set S3 bucket permissions to the same user the wpdm admin is using. The only way the front-end works is if I change the bucket policy to let “*” (anyone in the world — not authenticated users) access the bucket.

    Forum user motografik mentioned in this thread that he reverted to an older version of the S3 add-on and it fixed the issue (assuming he was indeed addressing the same issue I and the OP are having.) Do you know if this is true? (If so, and it’s stable, how might I get it, and what changes in the newer version would be lost?)

    I really would like to get this working asap. Any help is appreciated.

    Thank you!

    Here is an example of my bucket permissions (wpdm Downlaods fail, but user credentials on back-end are same):
    {
    “Id”: “Policy1426198988997”,
    “Statement”: [
    {
    “Sid”: “Stmt1426198332740”,
    “Action”: “s3:*”,
    “Effect”: “Allow”,
    “Resource”: “arn:aws:s3:::BUCKET-NAME/*”,
    “Principal”: {
    “AWS”: [
    “arn:aws:iam::ACCOUNT_NUMBER:user/USER_NAME”
    ]
    }
    }
    ]
    }

    Modifying the Principal only, to “*” allows WPDM Downloads to work, but my bucket is open to the world (unacceptable):
    {
    “Id”: “Policy1426198988997”,
    “Statement”: [
    {
    “Sid”: “Stmt1426198332740”,
    “Action”: “s3:*”,
    “Effect”: “Allow”,
    “Resource”: “arn:aws:s3:::BUCKET-NAME/*”,
    “Principal”: “*”
    }
    ]
    }

    Additional Note:
    “Access Permissions” set for Authenticated Users seem to have no affect

    #27081

    envonia
    Member

    Dear all,

    I am struggling very much with the download manager pro extension “Form builder”. It works to use these forms for the downloads but the given mail, subscriber information like address, organization, title etc. is not filled in the point “Subscribers” in the backend. Why? I would like to link all the provided information into the mail chimp plugin. But as I see for now it doesn’t work at all for this extension.

    Please help me, this would be great as this is very urgent for a clients job.

    Thanks!
    Hubertus

    #27072

    gleames
    Member

    Is there a way to reset all downloads? If not in the admin area is there a MySQL statement I can run in PHPadmin?


    adamfaux
    Member

    I’ve just purchased the pro version of this plugin after trying out the free version. I removed the free one, then installed the pro version using the documentation steps, and it installs without issue.

    I can access the “Downloads” and “Add New” only from the welcome screen after installation, there is no menu items in the navigation?

    I’m running Download manager 4.2.1 & WordPress 4.1.1.

    I’ve been through and checked the functions file for any menu items being hidden but there isn’t any, and I’ve deactivated plugins to see if there is a conflict, still no joy.

    Any particular reason for this?

    Anyone else had this?

    #26977

    Tauhid
    Member

    In wpdm-all-downloads.php you have to change

    get_the_date()

    to

    get_the_modified_date()
    #26971

    ian-ct
    Participant

    Ah, it’s a case of terminology then. I want to block the package pages completely – is there a way to do this? All of my downloads are embedded in pages, and Google is listing all of our package pages which is not how we want to present information. Thanks

    #26930

    In reply to: File download report


    Tauhid
    Member

    Please install http://www.wpdownloadmanager.com/download/advanced-sales-report/ add-on and in admin menu Downloads->Sales Report you can see who downloaded the file.

    #26890

    PixelDesign
    Member

    Hi,
    Simply I need to show packages as latest posts on my home page
    Basically I need WordPress to pull the packages as posts

    Also I need WordPress to see the categories we create under Downloads

    Please help me to solve it

    Thank You!

    #26883

    In reply to: CSV import Not Working


    Shahjada
    Keymaster

    Actually csv import is working fine, but as you didn’t set the date, those were going at the end of the list, check in page 4 in downloads.


    BestICanBe
    Member

    Hi,

    We have this ‘WPDownloadManager Email Notification’ plugin installed.

    When adding/editing a package, to enable this email notification, we have to manually tick the box on the ‘Email Notification’ tab.

    What we want to achieve is that whenever someone downloads a file, we would like this box automatically ticked/enabled instead of having to manually tick the ‘Send Notification When Someone Downloads’ box.

    Could you let us know what needs to be done to the code or perhaps adding a few files in the WPdownloadManager core php files in the back end please?

    Thanks heaps

    #26804

    EGFStech
    Member

    Thanks for the response Tauhid. If the breadcrumbs being broken has nothing to do with WPDM, then why are they only broken on the WPDM package pages? Every where else on the website they work fine. When I look at the page source on the Package pages, it seems like the problem is that the URL path has changed from ‘/downloads’ on the ‘all-packages’ page to /download/… on the Package page. Not being a programmer, that would seem to point to how WPDM is crafting the URL’s differently between the ‘all-packages’ and Package pages.

Viewing 25 results - 3,676 through 3,700 (of 4,409 total)