Search Results for 'all downloads'

Viewing 25 results - 2,401 through 2,425 (of 4,372 total)
  • Author
    Search Results
  • #89615

    In reply to: Export Import Details


    Shahriar
    Moderator

    WPDM doesn’t have its own export feature yet. But looks like the export CSV option that generates an importable CSV will come in handy in use cases like yours. We have added this in our to do list.

    By the way, how did you initially create your downloads? If you bulk imported downloads don’t you have the CSV file that you can edit to update the packages?


    qstiegler
    Participant

    Okay this completely confuses me:

    On my page I have a Download area. This Download area I made with the “WPDM – Archive Page” Extension. All downloads in this area are public available.

    Now I wanna add some more Files which I do not see on the Download area. Instead I want them to just be available by manually generated links which I send by Email to the customers. How can I make that?

    Additionally I just updated to Version 4.7.9 of WPDM and now when I try to generate a download link I get the following Error “Error! Unauthorized Access” instead of the link in the field. Is there maybe a bug in the newest version?

    #89548

    Hi,

    First of all thanks for your great work!

    By the way I don’t get any password via email after registration (verifyemail=true).
    Second point, the email received with username and login link propose https://xxx.com/wp-login.php. I need to put another page for login. how can I do this?
    About wpdm_my_downloads shortcode, how can I personalize data table as with wpdm_all_packages (cols, colheads, etc….)
    On logout I need users to back to a page other than /wp-login.php. How can do this?
    Last, can I override plugin files in childtheme ?

    I’m in a hurry on this project, could please take some time asap to answer? Many thanks,

    Best regards !

    #89492

    Shahriar
    Moderator

    Hi,

    You can define the width of columns using colheads parameter. This controls the width partially not 100% because based on row content table forces it’s own style. But you can give it a try.

    Please check the related documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

    All packages table icons are based on the attached file types. It does not take the icon from settings. But you can use a custom template for /download-manager/tpls/wpdm-all-downloads.php file to use the icon from package settings. Template file doc https://www.wpdownloadmanager.com/doc/template-files/

    Thanks.

    Hi guys.

    Thanks for this great plugin, I need support for:

    I´m trying to translate some strings (can’t find in .po files) specifically the page of “My Downloads” both the title and the content of that page.

    I can tell you that I have been able to locate two strings that are not in the .po file and are “Logout” and the text to change the password “Please, enter your username or e-mail address..” in Tpls directory.

    Is posible to locate this strings and translate manually in the short-term?? As far as I can see they have not been correctly included in the .po file and for future updates it would be interesting if they were correctly reflected.

    Thank you in advance

    Cheers ; – )

    #89319

    Shahriar
    Moderator

    Hi,

    You can deactivate and delete the Premium Package add-on to remove pricing features.

    To make the downloads title more readable in all packages page please hide some columns. You can do that from Screen Options.

    https://www.evernote.com/l/AUc4zjMcuPVAhIf9M5Ve-MNiQO7KjAeRaloB/image.png

    Thanks.

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

Viewing 25 results - 2,401 through 2,425 (of 4,372 total)