Search Results for 'all downloads'

Viewing 25 results - 2,976 through 3,000 (of 4,374 total)
  • Author
    Search Results
  • #58666

    Jaclyn
    Member

    On my downloads pages I’ve put a link to the author’s profile. However the url always returns: /author/test. Could you assist me in figuring out why this is happening? Here is an example package: https://dev.jachall.com/download/main-package/ when you click on the author’s name: Test Person it goes to the /author/test url which is blank.

    #58603

    Shahriar
    Moderator

    Hi,

    Sorry, could you please explain the following little more,

    so I thought maybe can I add a column of their approval, next to Download Time and User/IP

    From your topic title I guess you want to check all downloads made a specific user. From package vs date tab you can check this in a tabular format.

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

    Thanks.

    #58566

    In reply to: Bulk create thumbnails


    Martin Duys
    Member

    Okay, so that doesn’t help me avoid having to manually create a thumbnail of each image.
    Adding the URL assumes that I have already created the thumbnail in the media library, which means that I have to do that manually.
    How do I bulk create and add thumbnails to my downloads?
    I have used irfanview to create thumbnails of all my images. Where should I upload them to and how should I refer to them?
    Thanks

    #58555

    Andrew Craig
    Member

    How do I centre an image and/or button in a template where the image is above the link text or button?

    How do I get my links to display as they do on the demo site for template Panel 1/3 and on the new downloads on the home page?

    What is the easiest way to display only an image without any buttons or text. Can I use the featured image of the custom posts in a post carousel for example.

    Will you be adding functionality to make the templates easier to work with without CSS knowledge? The functionality is great but getting it to look great is challenging.

    My url is innerpeaks.org. I am using the Beaver Builder child theme.

    Thanks,
    Andrew

    #58538

    Shahriar
    Moderator

    Hi,

    You are viewing a download category archive which is different than download archive. Download archive shows all downloads.

    Add following code inside your post loop of archive.php file ( active theme’s ) to skip packages that current user doesn’t have access to,

    if( ! wpdm_user_has_access( get_the_ID() ) ) continue;

    Or send temporary wp-admin login info in private reply. I can do that for you.

    Thanks.

    #58514

    rossmilner
    Member

    Hi there,

    We use your document management system and even though all files need permission to show, they can still be accessed here: https://fordanddoonan.com.au/downloads/f-d-documentation-information/ in archives. How do we hide this?

    I tried disabling the Archive Page but it still shows.

    https://drive.google.com/file/d/0B2NrjYBngVBpNUhvU0FhdEM2bEE/view?usp=drivesdk

    Many thanks

    Ross

    #58471

    In reply to: Uniform height


    Shahriar
    Moderator

    Add following CSS in the link template you are using there. If it is a custom link template you know where to add the code. If it is a core template then clone it first.

    You can do it from Downloads Templates page.

    <style>.centre-block > img {height: 300px; }</style>

    This code makes your images same height which makes all panels same height.

    To make login required message more simple, go to Downloads Settings Basic Messages and edit the login required the message.

    #58424

    lmobile
    Member

    Dear support

    we installed on our new installation downloadmanager + WPDM – Archive Page Add On. Both we have have also installed on our old installation and everything runs fine.

    On new installation it is no possible to use WPDM – Archive Page Add On. If we place it via shortcode and generate test downloads, you see it at the front end but there are no downloads shown. Categorie shows the right count –> 2 downloads, but if you click on it, message appears “no download found”. And there are also no downloads shown below….

    We are using current wordpress and downloadmanager version. Theme enfold with several plugins also CPT Ui.
    We are not able to find the problem. Any suggestions? If neccessary I could provide you login data.

    Thanks in advance Marc

    #58290

    Shahriar
    Moderator

    Hi,

    You can set it as default page template from Downloads Settings Default Values Page Template option. All custom and premade templates available in the dropdown.

    Thanks.

    #58178

    In reply to: Page Template Basis


    Shahriar
    Moderator

    Here are available options,

    1. You can remove those sidebar widgets from your theme’s sidebar settings. Or, you can select a Full-Width template instead of Default.

    2. Use a custom page template. You can create one from Downloads Templates page. You have total control over which information will be shown in this case. Remove all unnecessary info you don’t want.

    If it is still not clear to you, please show me an example of what you want. That will be helpful to provide a precise solution.

    #58175

    In reply to: Export stats?


    kalico
    Member

    I have another comment on this…..

    The existing “download history” tab would become much more useful if we could sort by package name, or filter by package name or date or username. Right now it’s just too much information.

    The “package vs date” tab is cool, but I can think of two things that would make it more useful for us:

    1) option to sort the list by package name (i.e., alpha/asc/desc, rather than the current, seemingly-random order), and

    2) if the hover on each # of downloads would display a popup with more details, rather than having to click through.

    Right now, with just a number, we don’t know if it’s even worth looking at the details page. If there were a popup on hover, it could show a partial list of users and IPs with a “more” link. For us, this would help because we mainly want to know about logged in users who downloaded. If we saw “none” for users, we would not bother to look further, and could go “hover” on the next one.

    “Package vs user” is what I expected we would like the best….but it has never displayed usernames, so it’s not usable at all. Also, it only goes by a single day at a time…..we would prefer to see a month at a time, or even a week. But single days are just too hard to process through.

    I realize, of course, that many users probably have way more downloads than we do, so looking at a single day is probably useful for many of your other clients.

    My only suggestion for the Monthly Stats tab would be to make selecting a package a bit more intuitive. Right now, that button just takes me to the list of packages, then I have to find one I want to view. If that button had a search box where we could just type in the name of the package (with partial match? ๐Ÿ˜‰ ) then have it display that one without leaving the page, it would be really sweet.

    I hope that helps, and look forward to future improvements in data reporting.

    #58131

    In reply to: Export stats?


    kalico
    Member

    Sorry I overlooked this!

    We be happy with a raw export of the data that we can manipulate in Excel/CSV format.

    Package, filename, username, IP, date << this is all we need for our case. We could sort and filter and count to learn what we want to know about the data.

    For an online stats page, we would like to see something very much like “package vs user” but with filtering options.

    For example, we would like to see all the downloads for a given month, or week, along with who downloaded them. This could be in a table format or a simple list, as long as we can control the timeframe. That way we would be able to generate a monthly report of “who downloaded what”.

    In our case, we know that most of our users will download from a non-logged-in state. So we don’t really care to see IP addresses for all those events, but I suppose it could be helpful if there were a discrepancy — like a bunch of IP addresses downloading a file that should only be available to logged in users.

    Something like this would work:

    File/Package – download count – list of users – list of IPs

    PackageA – 7 – userX, userY, userZ – IP-1, IP-2, !P-3, IP-4

    If we could then sort the list by package/filename or download count, we could see our most popular items, or alpha list them all.

    Thanks for asking!

    #57989

    In reply to: Disable Link to page


    Shahjada
    Keymaster

    Yes, you can change table view, but you need to edit code for that. The template file is /tpls/wpdm-all-downloads.php, please follow the instructions at step #3 here:

    Template Files

    Also, you can redesign the “horrid page” from Admin Menu Download Templates Page Templates , doc:

    Templates

    #57973

    Brandon Babb
    Member

    I just purchased the Pro version license and I keep getting “invalid license key!” when I try to submit it. Does this mean that I have to completely upgrade to the new version before updating the license key? If so, will I lose all the downloads that I’ve already got listed currently on the site?


    Tanaphone
    Participant

    I put the userdashboard in a page apart from the downloads and so when I navigate in the userdashboard and I click on “my download” all links after no longer works. It brings me to a detail page of a download.

    can you help me


    lmobile
    Member

    Update:

    We did a mistake by importing, we used the dsownloadmanager import not the wordpress import function.

    But if we import the file with all downloadmanager files I have a few questions about problems which could harm new installation:

    • when we import files, what whappens to the downloadmanager ids? What happens when a ID is existing for another page type in the new installation? Or are the downloadmanager ids different to the wordpress core ids?
    • what else do we have to move? all .pdfs which are connected to the downloads, but –> do we have to update any permalinks or something else like this?

    Maybe you could write us a “roadmap” how to move existing files to the new installation.

    Thanks for your help Marc


    lmobile
    Member

    Dear support

    we want to move our current downloadmanager database to another installation. Problems are: We need to keep the ids of the downloads, is that possible? If yes how to proceed the movement to the other installation.

    We tried to export via wordpress export function and import this file via import into the new installation. This does not work this way. Could you please advice the steps to move downloadmanager?

    Thanks in advance for your help Marc

    #57952

    Shahjada
    Keymaster

    Support, you already have a page, where you need to add a download button, so, here what you need to do:

    1. Go to Admin Menu Downloads Add New
    2. Add title, description, upload file and publish
    3. Now, go to Admin Menu Pages
    4. Click on the page title where you need to add download link
    5. Click on the blue button:
      https://www.evernote.com/shard/s349/sh/bc1af9eb-af75-46f0-9b71-531882de8147/d081a9ec57d6b99255ff260b12ed323f/deep/0/Add-New-Post—WordPress-Themes—WordPress.png
    6. Click on the file title and it will insert the shortcode in the page
    7. finally, Update the page.

    But when you only have a few files to download, the quickest way is using Quick add option with TinyMCE button:

    https://www.evernote.com/l/AV1LN_Ekl2pI26fuUAbJz6qk6gPU-rUKP9oB/image.png

    But, when you have lots of files with different categories to download, you need to create all categories and add all files from Admin Menu Downloads

    After you are done with adding all categories and files, now you can use category shortcode or file shortcode in page content to share your files or you can link categories or files directly with your menus from menu manager here Admin Menu Appearance Menus.

    BTW, the process in Add New File and Add New Package are almost same.

    #57936

    Hi! Thanks for the response. those square boxes are the files I uploaded into the download manager and categorized. I’ll review and follow the instructions you provided and see where I end up. One thing I do not understand is where to add the short code. Do I create a new page in my site and place the short code in it?

    As I dig further, do I need to create a page for each category, and then use the short code to manually add the download link every time I upload a new file?

    Or is there a better way to automatically generate a page that looks like your demo pages with all the categories all nicely laid out? If not, does this mean I would create a page and simply add the short code ids for all the desired downloads I want to make public?

    I also need to add I’m using the free version, not the pro version, which has add new file, not “add new package”

    Thanks!

    #57902

    Hmm… we might be able to use that method I suppose. It would be nice if there was a way to regenerate that key automatically on a daily basis or something so that we don’t have to remember to reset it all the time.

    We need a way to track the downloads and a way to revoke access when they stop being a customer. The “multiple passwords” option is almost what we need, but we can’t tell which password was used for each download in the log, so there’s no way to know who it was. Is there any way to create download links that are one-use-only?

    #57803

    richardyoung
    Member

    Well
    I did that
    changed my ‘update’ login credentials to the correct ones . clicked save settings and it worked – immediatley
    then i clicked ‘check updates’ and it listed my “WordPress Download Manager Special Pack” and it said that need to do an update – so i did.

    AND NOW my site is BROKEN
    there is no installation the WPDM plugin. ie no listing in ‘installed plugins’ and no folder/directory in ‘wp-content/plugins’
    in other words it appears the ‘update’ did an uninstall

    so no downloads are available on my site

    URGENT help needed to fix this.

    #57736

    Shahjada
    Keymaster

    WPDM Pro v3 to v4 migration steps are here:

    Updating from WPDM Pro v3 to v4

    However, I already imported all data there for you and all downloads should be working fine now if files are in right place.

    #57710

    amarks
    Participant

    Okay, that’s good to know. It does look like some things have changed, and I am curious if we can fix.

    We have the files on this site linked out to all our other websites and when the link is clicked (on the other sites) they should be providing a direct download for our customers.

    As of now they are linking to the page on this rhino applicators site: http://www.rhinoapplicators.com/download/acid-stain-tds/?wpdmdl=3625

    Is there a way to get them to be direct downloads again?

    #57700

    Chris
    Member

    Hello,
    Noticed on a client site today that documents no longer display on pages. All we see is the following “586d6b8edce12” – see screen shot here:
    https://www.dropbox.com/s/rtxusb1o3ybra23/Screenshot%202017-05-11%2014.32.40.png?dl=0

    I went ahead and updated the plugin, but that didn’t seem to help. Searched the support forum but with no luck of finding a solution. Any ideas? Thanks in advance.

    #57675

    In reply to: crypton theme

    When I publish a new package, the small images on the crypton homepage in the (new downloads and popular downloads) are not showing or take long time to show.

Viewing 25 results - 2,976 through 3,000 (of 4,374 total)