Search Results for 'all downloads'

Viewing 25 results - 3,001 through 3,025 (of 4,413 total)
  • Author
    Search Results
  • #59286

    whitejackdaw
    Member

    When I click on the Downloads menu in WordPress > Settings > Updates, I can see the Download Manager Pro 4.6 twice. Naturally it should show only once. Can you please explain me how to make sure that it shows only once?

    Please see a screenshot attached.

    #59258

    Toby
    Member

    I’m sorry to hear that you removed that feature. One of the main reasons I purchased the All Add-ons Pack was for the WP Pro Membership plugin and its ability to restrict posts as well as downloads. The WP Pro Membership page on this site advertises that:

    WordPress Membership Plugin adds a simple meta box to “Edit Pages” screen allowing you to control access for each membership level offered. You can also control Post content via Category.

    This is false advertising and the page should be updated.

    I need a solution for controlling access to posts and downloads. Do you have any suggestions?

    #59207

    MAMAC Camac
    Member

    hello i have pro version and about 50 downloads over wp download manager, today website crash and i try to find what is wrong and after 1 hour searching i disable wp all plugins manualy over ftp, and enable 1 by 1… when i get to download manager website stuck..

    Resource Limit Is Reached

    The website is temporarily unable to service your request as it exceeded resource limit. Please try again later.

    in cpanel i see this
    https://image.prntscr.com/image/Od6IJaCwStmI43apzvbFCQ.jpeg

    so now i have big problem, if i enable wp download manager server stuck in 10 second and he is offline all the time, if i disable all is ok… i dont want to lose all download i make that for months 1 by 1… so what can i do O.o

    #59201

    Shahriar
    Moderator

    WP Pro Membership controls the downloads only. We removed support for all other custom posts to concentrate on subscription-based download features.


    Shahriar
    Moderator

    1)

    [wpdm_frontend] page does not serve the downloads. It is used to create/manage packages from the frontend. Only allowed user roles can view this page. You can set those roles from Downloads Settings Frontend Tab.

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

     

    2)

    You can use shortcode to show a package on frontend,

    https://www.evernote.com/l/AUdR2EhA2q9Pj6l_RmxsSCBGBpwXRn7y-cEB/image.png

    There are many other shortcodes to show multiple packages in various ways, most simple is

    [wpdm-all-packages items_per_page="10" jstable=0 order_by="modified" order="DESC"]

    It shows all downloads in a table.

     

    3)

    Install TinyMCE button addon to insert shortcodes easily right from the editor.

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

     

     

     


    Shahriar
    Moderator

    Hi,

    Download Manager manages access to files based on package. You can add package from Admin Dashboard Downloads Add new page or from [wpdm_frontend] page using Add New tab.

    First, create a package from admin or frontend area. When creating the package attach files related to that package and manage access settings from Package settings meta box Allow access. Use browse files tab in Attach Files meta box as you are trying to assign server files to the users.

    https://www.evernote.com/l/AUeQetyFUrRP-7MsRA67f21DJgUyHNObJcwB/image.png

    This doc explains everything related to adding a new package https://www.wpdownloadmanager.com/doc/add-new-package/

    Let me know if you need any other info.

    Thanks.

    #59037

    Shahriar
    Moderator

    Hi,

    The acreenshot looks like a customised version of all downloads shortcode,

    [wpdm-all-packages items_per_page="10" jstable=0 order_by="modified" order="DESC"]

    Please check this shortcode. That might work for you.

    Install TinyMCE addon to insert any WPDM shortcode easily.

    Thanks.

    #59027

    In reply to: Download Count


    Shahriar
    Moderator

    Hi,

    Yes, you can remove that info using a custom link/page template. Custom link/page template allows you to display download info in your own style.

    Go to Downloads Templates page to access all templates. Clone the template you are using now and remove the data you want to hide from there. Then save it. Set this custom template in package settings or shortcode to use it.

    You can read more about custom template here https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/

    Thanks.

     

     

    I am using Jupiter Theme the latest version. Also using wpdm-download button, custom field, and mailchimp add on.

    I recently updated the version from 4.6.3 to 4.6.6 and experiencing bugs:
    1. The header (which is normally transparency) turns to white
    2. On the Page there’s a new code mk-post-nav mk-post-prev with-image that shows previous and after downloads on the page. I am using download button for people to download straight away without going on the page, when I click on previous or next download it goes to that page.
    3. Problems 1 and 2 do not occur when there’s tab slider on the page. (All settings for downloads are the same)

    Jupiter Theme Tab slider : http://demos.artbees.net/jupiter5/shortcodes/tab-slider/

    When I revert back to 4.6.3 it doesnt happen.

    If you wish to see links to the problems, please give me a safe, private channel to forward this information to.

    #58995

    Thank you. The bucket explorer looks better, and I can now create buckets and folders.

    However, the Edit->Files page accessible from Downloads->All Files seems broken still. If I try to upload a file to a bucket/folder from within Edit->Files for an example download, the file gets put into an unnamed folder in my S3 bucket that is not visible afterwards from Edit->Files. I can see it in the S3 console, but not within WPDM. I’m not sure how Upload Files is supposed to work. It allows me to pick a file to upload FROM my computer, but doesn’t seem to allow a choice of folder in the bucket to upload TO.

    I can successfully link to a file that already exists in an S3 folder, however, its direct download link is broken. For example, in Downloads->All Files, I have created a dummy text file to download called CentOS7-TEST, which is linked to a file called CentOS7.rtf in my TestBucket. Clicking the DIrect Download icon for this file generates:

    <Error>
    <Code>SignatureDoesNotMatch</Code>
    <Message>
    The request signature we calculated does not match the signature you provided. Check your key and signing method.
    </Message>

    Even though the access and secret keys provided seem to work for other operations.

    We are currently trying to debug whether this is an S3 permissions issue of some sort, but that seems unlikely given that bucket and folder creation work, and the console would seem to indicate that read/write permissions are correct for the access key provided. If I can’t get the direct download functionality working I may have to abandon this plugin for my needs.

    #58984

    In reply to: Index page


    Shahriar
    Moderator

    Hi,

    There are many shortcodes you can use to show downloads in various ways. The simplest one to show all downloads is [wpdm-all-packages items_per_page="10" jstable=0 order_by="modified" order="DESC"]

    The simplest one to show all downloads is [wpdm-all-packages items_per_page="10" jstable=0 order_by="modified" order="DESC"]

    It shows all downloads in a responsive table.

    Install TinyMCE addon, it helps you to insert shortcodes easily without memorizing them.

    You can check this doc https://www.wpdownloadmanager.com/doc/short-codes/ for shortcode references.

    Let us know if you have any other question.

    Thanks.

    #58875

    Shahriar
    Moderator

    I have just shown one example of showing downloads. You can also use link templates too. Link Template gives you the power of controlling the frontend view of Downloads.

    Install TinyMCE addon, you will find an easy way to use many shortcodes there.

    Yes, it is possible to hide the table when the user is not logged in. You have to edit /download-manager/tpls/wpdm-all-downloads.php file.

    Add following line at the top of the file,

    if(is_user_logged_in()):

    And this line at the bottom <?php endif; ?>

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

     

    #58776

    Shahriar
    Moderator

    Hi,

    Yes, you are right. That is the template file ( /tpls/wpdm-all-downloads.php ) used for the responsive table.

    You can remove the count and details page link from the title by editing this template. You should create your own template and make chnages there. Otherwise, your changes will be lost after plugin update.

    Thanks.

    Hello
    I just update to your latest version 4.6.6 from 4.6.3. At the very first moment the plugin just disappear and didn´t show at the plugins list.. and I could check that the downloads were showing shortcodes instead of the files.
    At that point I download the latest version from my account and reinstall from that 4.6.6 downloaded version. Now I don´t see the shortcodes but something is wrong since I can not watch any icons, not from the administrator nor from the online version.
    What is the problem?

    https://www.ofesauto.es/en/downloads/

    Please help asap.
    Thanks
    Amaranta

    #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.

Viewing 25 results - 3,001 through 3,025 (of 4,413 total)