Search Results for 'all+downloads'

Viewing 25 results - 2,426 through 2,450 (of 4,390 total)
  • Author
    Search Results
  • #89288

    Hi, actually in dont use price section, so in my dashboard> Downloads > All files i have this filers and how to quit it? it seems like there is no space between words

    http://prntscr.com/lg621d

    #89182

    Bahaa Hamdan
    Member

    Hello,

    I installed the pro plugin and the theme, however, the description, attached files or downloads do not load!

    Please check https://textbookslides.com/download/accounting-information-systems-8th-edition-rohney-slides

    Also, I am getting the following error “This content failed to load.”

    #89138

    In reply to: Upgrading WPDM


    Anthony Lai
    Member

    So can nobody tell me if I uninstall WPDM, will all the downloads I set up be lost after I reinstall the software?

    #89136

    Anthony Lai
    Member

    WPDM will not update on my system – I’ve tried both the automatic plug-in update as well as manually installing. Always fails for some reason…

    Anyway, I think my best option is to uninstall my current WPDM 4.7.7 and then manually install the new 4.7.8.
    If I do this, will all my downloads get lost? Or is that data safe even though I uninstall and re-install the program?

    #89102

    Shahriar
    Moderator

    The customization will show only the child categories of the chosen category. You can test it using your category id 200. You can add a parent category for the actual category you want to show. Then use this new parent id in your shortcode. That will display all the categories you want to show in the drop-down.

    Added the following CSS to fix the spacing issue,

    .wpdm-downloads .col-md-4 { margin: 15px 0px; }

    #89079

    In reply to: Links – on list


    tjscomputing
    Participant

    Thanks for the help. I have tried that, but still not working. I have copied the wpdm-all-downloads.php and changd the line. But reuploaded it to where i got it from.

    There isn’t a download-manager directory in my active-theme directory only in my plugins.

    Any help would be amazing.

    Tom

    #89022

    In reply to: Please help


    Shahriar
    Moderator

    You have to create a custom template for cart template to remove some columns/fields. Please send FTP info, I can help you with that.

    To remove the download column from all packages table just remove download_link from cols parameter. Check the shortcode doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

    #88975

    In reply to: Bug with Envato-theme?


    Shahriar
    Moderator

    I made some changes in all downloads template file but it seems the updated is not reflected on the front. Maybe a cache issue.

    Anyway, you have to create a template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,

    1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.

    2 ) Place it in /active-theme/download-manager/ directory.

    3 ) Replace echo $download_link; with echo "<a href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Downloaden</a>"; in line no 339

    #88925

    HI,

    on my download page I’ve a looong list of

    Notice: Undefined property: WP_Error::$term_id in /home/isiwebag/public_html/tecno-casa.com/wp-content/plugins/download-manager/tpls/wpdm-all-downloads.php on line 252

    instead of files to be downloaded, I actually don’t know if a recent problem because my client told me this today.

    The page is in a restricted area, if needed I can provide temporary credentials.

    Thanks,
    Andrea

    #88910

    In reply to: Links – on list


    Shahriar
    Moderator

    You can replace the title in cols with page_link to link the details page with the title. But template customization is required to add the download link in the title.

    You have to copy the /download-manager/tpls/wpdm-all-downloads.php file and place it in the /active-theme/download-manager/ directory.

    Then replace echo "<strong>".get_the_title()."</strong><br/>"; with

    echo "<a href='".\WPDM\Package::getDownloadURL($data['ID'])."'><strong>".get_the_title()."</strong></a><br/>"; in the new template.


    Shahriar
    Moderator

    Download stat is working now in Pro version.

    In your case, the stats were not recorded because you were downloading via the single file download button and there is an option to ignore the record when downloading a single file. I have set the option to count the downloads even when downloading single files.

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

    Now, stats will be updated in both single file or whole package download. If you want you can disable the single file download from settings. The option is right below the single file count option.

    The free version has ability add only single file per package where Pro version can add multiple files in a single package.
    I have installed Image Button add-on to beautify the download buttons. You can change the button from settings.


    Shahriar
    Moderator

    Please use orderby=title to sort downloads alphabetically. Your current parameter is order_by=title which is not correct.

    #88815

    Hi,

    Another one from my post in the free forum

    Using the categories shortcode to display downloads. However I’ve been trying to order by date and I can’t get it to work. I have tried date, publish_date and create_date and I can’t seem to get it to order by.

    Any help would be appreciated. Thanks.

    [wpdm-all-packages categories="updates," items_per_page=30 order_by="date" order="desc" jstable=1 cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Date|Download"]

    #88744

    In reply to: Link opens Popup Login


    Shahriar
    Moderator

    There is no shortcode available for that. Custom coding is required for that.

    But you can add the login popup in download button when user login is required for download. Just add the following code in Downloads Settings Basic Message Login Required Message section.

    
    
    
    
    
    #88732

    Shahriar
    Moderator

    I guess by showing subcategories you mean showing all downloads from subcategories. It is possible using category shortcode ( https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/ )

    By default, it doesn’t include the child category items. But we can include the child items using a simple code update. Please send temporary wp-admin login info in private reply. I will update the code on your site.

    Install TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ). This will help you when inserting a shortcode. This add-on has a visual interface for inserting different WPDM shortcodes.

    #88720

    In reply to: Link Expired txt

    This reply has been marked as private.
    #88718
    This reply has been marked as private.
    #88671

    In reply to: Downloads in Homepage


    Audrey
    Member

    Dear Shahriar,

    Thanks a lot for your help, it is definitely a progress. But still they are not identical, I did manage to improve some points but not all of them :
    > Product title is missing : In the Featured Image Template I added [title] <br style=”clear:both”/, so now it displays

    > Product title and category name font sizes are different from the category pages #wpdm-downloads * {font-size: 10pt;} seems to control font sizes in the archive page, how can I fix this ?

    > The thumbnails you added are not clickable (to access the product page!) and do not have the hover effect as in category page, how can I do this ?

    > I do not need « Search », « Order by », Order », « Home> All Downloads » AND Category Names (they display in the sidebar already),
    So I replace your custom CSS by :
    #srcp, .w3eden .breadcrumb, .w3eden .wpdm-categories {display: none;}, is this correct?

    > I am using the widget wpdm category :
    – I would like that the background color of the selected category changes. I made several trials as .w3eden .list-group-item .active a{background-color:#fff800;} but it is not working, how can I do that?
    – I would like that the selected wpdm category displays as page title (like the archive page does), how can I set up this?

    Thanks a lot for helping me,
    Best,
    Audrey

    #88563

    Shahriar
    Moderator

    You have to create 2 different pages. One for contributors to upload files. Another one to serve downloads to the subscribers.

    Use the shortcode [wpdm-file-browser] in upload page. And [wpdm_all_packages items_per_page="10"] in downloads page. All downloads shortcode will list all files user can access.

    You have to set the user roles in Settings Frontend Allowed User Roles to Create Package From Front-end to limit the access to the upload features.

    #88492

    Shahriar
    Moderator

    Please install TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) and insert shortcode using it. That will ensure that there is no error in the shortcode. This add-on provides a visual way to insert the shortcode.

    To show all downloads in al tabular format use this shortcode,

    [wpdm_all_packages items_per_page="10"]

    Frontend shortcode [wpdm_frontend] is not for showing packages to the users. This shortcode provides a way to manage downloads as admin from the frontend.

    #88473

    Shahriar
    Moderator

    The div will be added automatically when using a template. You can generate a download URL from all downloads page then add that link with package title in this case. It will keep the link in the same line.


    Arun
    Participant

    My current setup:
    1. WP Download Manager FREE Version + Lazy Download Addon Enabled.
    2. Created a dummy page to display ADS and CountDown.

    Problem :
    When the addon is enabled and the download link is clicked, In Mobile app which is build recently for my website, it downloads the wrong package than intended. This only happens when the lazy download addon is enabled. And it works fine in other browsers example chrome. In Mobile app, wrong file is getting downloaded. I’ve attached the app below:

    After installing open the app and In the menu, subject notes > click on any subject > click on download link > download button > File is getting downloaded(but wrong file)

    Can anyone help with this, please? Thank you!

    #88382

    AlesiaN
    Member

    I’m sorry, but it has been 3 months since you promise to upgrade the membership plugin. And nothing has been done. I really need an answer to the following questions and the date it will be released.

    1) Enable the one-time payment option for membership
    2) Disable all membership emails
    3) Disable membership notice near the button. It is actually so ridiculous. It breaks all templates and looks just awful.
    4) Hide PayPal payments button
    5) Limit Downloads per and when the download limit reach redirect to the membership page

    6) Add Paypal Pro to membership add-on.

    Please give a date for the release, as I heard “tomorrow” multiple times and nothing is done.

    I really like your plugin, but it should properly work. My site is broken for months now and I’m tired of writing emails to reach your support.

    #88363

    Shahriar
    Moderator

    Hi,

    Please login to your WPDM account from Downloads Settings Updates tab. You will see all available updates there. Just click the update button to install the updated version. Current Form Lock version if 1.6.2 so you have the latest version. The next version is almost ready and coming soon.

    Thanks.

    #88313

    Hello
    I installed the modif in the file class.BulkImport.php
    but that did not change anything
    attached are the screenshots and the import file

    the file Capture_ecran_docutheque.PNG corresponds to the display with the Shortcode “[wpdm-all-packages items_per_page =" 20 "jstable = 1 order_by =" field_name "order =" ASC / DESC "]”

    And that’s what I want

    the screen_procedure_inventaire.PNG file corresponds to the display when one clicks on “Procedure of Inventory” to have the detail.

    the display has not changed and when I click on “download” on a line, it downloads me a zip file with all the files

Viewing 25 results - 2,426 through 2,450 (of 4,390 total)