Search Results for 'all downloads'

Viewing 25 results - 2,926 through 2,950 (of 4,374 total)
  • Author
    Search Results
  • #60497

    Thanks, I have installed the Advanced Custom Fields. Can you provide links to where the support documentation is? I need to understand how to capture the category, tags, author for when someone downloads using email lock. I don’t want the user to have to enter these fields, I just want them to show on the Subscriber Downloads page.

    Once I’ve got that sorted I will purchase the MailChimp Add on. I might be able to find a way to just subscribe them to a seperate list altogether but if I did want to send extra fields to Mailchimp as you suggested do you offer that customisation work or do I need an external 3rd party? Thanks.

    #60485

    Shahriar
    Moderator

    1 ) I have uploaded new language files ( wpdmpro-ar.mo and wpdmpro-ar.po , tested those in my installation). There was some settings error in old files. Another thing is I couldn’t change your language from settings. It always stays English. Maybe core language files are missing.

    2 ) You are using a custom template for category archive ( taxonomy-wpdmcategory.php ) Link Template are ignored because of it.

    3 ) Looks like TinyMCE inserts reformatted category slugs which creating the issue with category shortcode pagination. For now, copy & paste category slugs from Downloads Categories page. I have created a sample page here http://www.shamsaat.com/?page_id=2065&preview=true in this approach. It is working.

    #60479

    Shahriar
    Moderator

    Hi,

    There are many ways to show downloads on a page. Please check the shortcode list here https://www.wpdownloadmanager.com/doc/short-codes/

    Install TinyMCE add-on, it provides an easy UI to insert the shortcode. Using this add-on you can insert the category shortcode into your page to show all category downloads.

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

    Please let me know if have any other query.

    Thanks.

    #60459

    In reply to: Dropbox Issues


    Shahjada
    Keymaster

    Actually, in case of Dropbox, downloads are handled by Dropbox it self, wpdm simply redirect to download link, anything you need to adjust, it is in dropbox side.

    #60439

    Nicole Luisi
    Member

    I’m new to WP and Download manager Pro.
    I have the license key accepted for the Pro version.
    I have created some categories and added some packages with files uploaded to them.

    So now, how do I get them to show on a WP page?

    Basically, I want to create a ‘Downloads’ page in WP that is off my main menu that has the category of packages show up on the page.
    The ‘Downloads’ page is created and shows on my main menu but I cannot figure out how to get the Download Manager Pro category onto the page so the packages show. (or the packages individually for that matter).

    Your help is greatly appreciated.
    Greg

    #60436

    Hi DD
    I found solution for your an my issue also. In my WP I have enabled translations (I don’t use native en language) and there was a problem with i18n. WP function get_the_date() returns translated and in human read format date and then puts the output into PHP function strtotime() and in the end PHP is confused and you get current date.

    My simple solution
    Go to file:
    \wp-content\plugins\download-manager\tpls\wpdm-all-downloads.php
    Find code:
    <td><?php echo date_i18n( get_option( ‘date_format’ ), strtotime(get_the_date())); ?></td>
    Replace code with:
    <td><?php echo get_the_date(); ?></td>

    #60398

    Shahriar
    Moderator

    There are some JS errors on this page which may be causing the issue.

    Enable Ajax on lock options from Downloads Settings Frontend page, that should fix this issue.

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

    If that does not work you have to use embedded form. Clone the link template you are using now and replace the [download_link] with [download_link_extended] tag. Then use this custom link template in your shortcode.

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

    All collected email addresses are listed on Downloads Subscribers page.

    #60344

    In reply to: use Tree View


    Joce Chavez
    Member

    Thanks Shaon by response.

    Now I have tree View, But can´t do Downloads.

    Each time I try to download a file , it download a .txt file with name download-not-available and text “Sorry! Download is not available yet.”

    There is some setting that is not allowing downloads?

    Many thanks

    The problem solved by the author of the Justified Image Grid.

    In justified-image-grid-core.php file line number 901:

    Change:

    if(!is_admin() && stripos($_SERVER["SCRIPT_NAME"], strrchr(wp_login_url(), '/')) === false){

    to

    if(!is_admin()){

    It works without any errors now!

    2 more questions:

    1-) I was planning to use Downloads without links but now I want to use them all with links. Completelhy the reverse. Is there a way to disable the download on click but always open the link in new page?

    2-) Is there a way to open a pop-up saying “Your download will start soon.” when users clicked the download?

    #60335
    This reply has been marked as private.
    #60286

    Our packages are enterprise software apps and some of them are iOS versions. They have a very unique URL structure because it’s outside the App Store.

    Example:

    (itms-services://?action=download-manifest&url=https://dl.dropboxusercontent.com/s/DIRECTORYNAME/FILENAME.plist

    (actual URL in private follow up)

    WPDMP doesn’t accept this as a URL, so we have these set up as downloads from dropbox. This brings up 2 small issues. On the downloads available page:

    It displays default download buttons, which do not work. It also can’t display a download size, but I know we can manually enter that.

    So…

    1. Short-term, is there a way to have a page for my iOS apps that hides the file size and download buttons and just has the list of file names? (see screenshot)
    2. Would Dropbox Explorer be a solution in this scenario?


    Shahriar
    Moderator

    Does Download Manager work if you disable your justified image plugin? Download Manager code on the reported line is a just simple call to get_permalink function which is a core function. So, most probably it is something in the justified plugin. Have you notified that plugin author about this? We really want to solve this for you. But doesn’t look like WPDM related issue.

    – You can use the shortcode to show downloads anywhere you want. Use TinyMCE button to insert shortcode or copy the shortcode from “All Packages” page.

    – Subscribers page lists all user info collected through email lock feature.

    – Frontend settings pages are used for different purposes including redirecting users to the login page. Create a page for each of these shortcodes and set the page in each page option.

    – All WPDM files are uploaded in /wp-content/uploads/download-manager-files/ directory. But you can attach files from any server directory to your download package. We do not recommend changing the upload dir as this change will be gone after each plugin update.

     

    #60214

    ravenswood
    Member

    Hi, seems to work OK thank you (but you forgot to re-activate the plugin on the network, leaving the 6 sub-sites without any downloads all weekend and client very unhappy!)

    Can we update WPDM core from 4.6.6 to 4.6.7 without any problems? Or did you add some custom code to fix, that would get over-written if we do this?

    Is it possible to update the plugin using your internal plugin updater yet? I know it didn’t work before. Do we still have to update manually via FTP?

    Thanks

    Greg

    #60068

    In reply to: Database errors


    Shahjada
    Keymaster

    Login still not working for me:

    https://www.evernote.com/l/AV2_gfQAS-RDwZUB766LQcu8ocpK7LdWlLkB/image.png

    However, please follow the steps to fix the issue:

    1. Deactivate and Delete currently active  WPDM – Premium Packages plugin
    2. Go to Admin Menu Downloads Add-ons
    3. Install and Active WPDM – Premium Packages plugin again

    Done.

    #60067

    In reply to: Download Not Available


    Shahjada
    Keymaster

    Issue fixed, the downloads are working fine now, however, we had fixed the issue with the latest version, you have an old version installed.

    #60058

    Jörg Haase
    Member

    Hello,

    is it possible to get the history/statistics also monthly? Actually I have to set a date and the history shows only downloads from that date. But we need an overview about all the downloads in other periods – monthly, by year…

    Our fail or not possible at the moment?

    Thanks in advance for your answer!

    #60021

    In reply to: Bulk Update


    Optima
    Member

    Ok, I’ve finally gone through all my files extracting the post IDs. Then I made a spread sheet exactly the same as the sample that downloads but I added in a column for ID as instructed by Shaon. However, when I upload this csv it ignores the ID column and create a new item.

    This is so frustrating as I’ve just spent three days extracting all the IDs to put in the sheet!

    Please please can you advise on this asap.

    #60017

    bfgpro
    Member

    Hi,

    I’m having trouble using the media player on mobile devices. On android, it requires the user to hit the play button twice to play the song and on iOS devices, it doesn’t play at all. We’re trying to use this plugin to count streams/downloads for donation purposes. Is there any history of this problem? Or common implementation issues?

    Thanks.


    Barney Ling
    Member

    Hi Guys,

    I have a very simple requirement to show some single file packages in a table and allow users to download them. All was working great with free version however since upgrading to pro version, with intention of customizing table template, now when users click on an individual file within the table my entire site comes to a grinding halt. If they click the download links all is ok it just happens when a user clicks on the individual file/package name and it is obviously trying to load a template and it crashes entire site. If I restart apache2 all is ok however I am very disappointed with the pro version which I was hoping would allow me to customize templates not kill them entirely. I have not changed anything apart from upgrading and this started happening immediately after the upgrade.

    I am using this shortcode in my downloads page;
    [wpdm-all-packages items_per_page="20"  jstable=1 order_by="title" order="asc"]

    Interesting any shortcode like, [wpdm_package id=1364 template="link-template-calltoaction3.php"], for a specific package also kills the site – please let me know what is going on I have narrowed down to a template needing to open.

    Using Ubuntu 16.04 for a private intranet site.

    Any assistance would be wonderful at present I will have to remove this plugin.

    Barney 🙂

    Hello,

    I’m using a pro version of the plugin with Directory add-on and here’s what I’m trying to achieve:

    I have a page on our website where I use this shortcode

    [wpdm-archive cat_view="compact" button_style="default" link_template="59552142bc87e" order_by="post_title" order="asc" items_per_page="30"]

    It displays all our downloads and you can also view different categories filtered out on that page. When I go onto individual package page it displays categories of the package, but when I click on them it goes to display all packages in this category but using a different template. Same happens when I click on tag links from the package page.

    My question is: Is there a way to make these links go to the initial page where I use the short-code and just make this page filter out downloads in a particular category or with a particular tag?

    Any help will be greatly appreciated! Thank you!

    #59869

    In reply to: product catalog


    Shahriar
    Moderator

    Hi,

    You can enable WPDM Archive Page from Downloads Settings Basic Pane. This archive shows all Download Manager posts.

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

    With above archive settings http://yoursite.com/downloads is the archive URL.

    This archive uses your theme’s archive.php template to show packages. You have to create a new archive template archive-wpdmpro.php in your theme if you want to display downloads in a customized design.

    Thanks.

    #59829

    Hello,

    I am using the shortcode below…

    [wpdm-all-packages items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC"]

    And here are my own edits…

    [wpdm-all-packages items_per_page="100" categories="accreditation, general-resources, in-service, legislative-action, calendar, crisis-management, curriculum-standards, early-childhood, fine-arts, health, language-arts, mathematics, physical-education, reading-list, religion, sacred-music, science, set-safe-environment-training-curriculum, policy_handbook, federal-programs, health-guidelines-for-schools, international_students, miscellaneous-forms-info-and-resources, personnel_forms, professional-growth, tax-credit-and-esa, teacher_e_g_p, teacher-evaluation-documents, wellness-policies" jstable=1 order_by="title" order="DESC"]

    You can see how the front-end looks here:

    http://catholicschool.staging.wpengine.com/en/downloads/testing-search/

    However, I want this page to be limited only to those who’ve logged in. You can see that the other pages (through the sidebar sections) that other pages have access limited.

    How can I do this the same for the page above?

    #59785

    Thanks a lot for that. I have another question as regards single file download on a multi-file package. I have everything set to enable this, but I don´t get the option in the form to download the files individually – it just downloads a zip of the files together. Do I need to add something to the embedded card in the editor?

    #59692

    Shahriar
    Moderator

    Please check your category settings. Maybe one of the categories you have assigned to the package has ‘All Visitors’ access. Each category has this setting. So you have to check all categories under Downloads menu.

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

    #59680

    Shahriar
    Moderator

    Hi,

    I see the registration form here http://www.scs-digitalmarketing.com/six-steps-register/ Now if you want users to register before download then set allow access field to subscriber in package settings.

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

    If the user is not registered ‘Access Denied’ message will be shown. You can edit this message or add a link to the registration page in this message from Downloads Settings page. I have added the registration page link in the message.

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

    You are using the free version of Download Manager. To use email lock with Mailchimp add-on you need Pro version of WPDM.

    Thanks.

Viewing 25 results - 2,926 through 2,950 (of 4,374 total)