Search Results for 'download link'

Viewing 25 results - 4,226 through 4,250 (of 9,350 total)
  • Author
    Search Results

  • Obot Harry
    Member

    I use my Download Manager Pro on a local server, and it was working. i re-installed wordpress, and when i tried validating my license key it says “invalid license key” for the past two days. Then suddenly today i cannot download anymore, it says “invalid download link”. Please respond quickly it’s urgent.


    LaTresa Wilson
    Participant

    I see that it stripped out my links. Let me try to add them

    page on our site

    Your demo page

    Also, your related posts in this forum are showing horrible spam.

    #112693

    Shahriar
    Moderator

    Hi,
    We are adding a patch in next release to fix the issue.
    For now, you can remove the following CSS from /download-manager/assets/css/front.css file. You will find it at the bottom of the file.

    .w3eden .link-template-default.thumbnail .wpdm-download-link.btn{
        padding: 0 20px !important;
        line-height: 48px !important;
        font-size: 12pt;
        margin: 0;
    }

    Best regards.


    DesignServe
    Participant

    Hi Shahriar and All,

    Please feel free to delete this message if you don’t want the link on your forum. I won’t be offended!

    I have been using a plugin that allows me to edit Downloads and Users many at a time. You can edit almost everything about a Download, User and many other items. You can easily edit 100 Downloads to change the link template or picture or enable comments. I didn’t find anything I couldn’t edit yet and it has saved me hours or perhaps days of time.

    Bulk Edit Posts and Products in Spreadsheet

    That is the free version. You need the paid version to be able to edit WPDM Downloads. There are a few free versions available or there is a combination package for the paid version.

    Anyway, I don’t usually mention something like this but it is so useful I feel like I have to post it. It is the solution I have been searching for to be able to bulk edit almost anything within WordPress.

    Also, I think you won’t need to make the bulk import of users with memberships for me now. I think I will be able to use this. I’ll let you know.

    Best wishes,
    Mike


    Seo Scale
    Participant

    Hi

    I am using pro version. I am getting problem with plugin.
    https://url.upwork.com/_011iSvSAVwobCGVJ1NdPt1gQPq-aU_rV2j

    all anchor link are converted into simple text(hyperlink removed). Please let me know

    Regards
    Virendra

    #112616

    Shahriar
    Moderator

    1 ) Use global coupon for now. All other coupon related issues are already in our to-do list
    2 ) You can use the extended page template or a custom template with [download_link_extended] template tag to show embedded lock options instead of popup.
    3 ) Invoice currency sign Will be patched in next updated
    4 ) Fixed it on your side and have added the patch on my side too for the next update. You can use a custom template to add additional info. The template file is located here /wpdm-premium-packages/templates/partials/order-notes.php
    5 ) The support of other posts types isn’t fully functional yet. It is still in beta.
    6 ) Thank you for reporting this. We are going to fix this issue asap.
    7 ) Although the UI is tab style the “+” sign is actually a different link, no JS involved in switching tabs. Not sure which plugin ( os is it the theme? ) disabled it. Please try deactivating plugins one by one to find out which one. As it is live site I would prefer if you do it yourself.
    8 ) Here are the defaults, WPDM Category URL Base = downloads WPDM Package URL Base = download Archive Page Slug = all-downloads
    9 ) Looks like you have already added the “View details” link here https://technicskeyboard.com/download-categories/
    10 ) I do have plan to implement the bulk import add-on as soon as possible.

    11 ) Links under “Download Categories” in sedebar widget are working fine for me https://technicskeyboard.com/blog/wpdm-category/technics-manuals/ ( Technics Manuals )

    12 ) The category archive template comes from Settings > Frontend Access > Category Page Options settings. Use a link template there that doesn’t have a download button. Or you can use the Basic Style and check the pacakge info you want to display.
    13 ) Yes, you can add both pdf and zip to the package. After purcahse user can download the files separately from dashboard. The pdf willl be stamped during download.

    So, you are an Architect! It is a creative profession. Please do share your works whenvever you can. I do enjoy creative architecture although doesn’t have any technical understaning of it. Not long ago, watched the “The World’s Most Extraordinary Homes” on netflix and really loved it.

    #112594

    John Floren
    Participant
    This reply has been marked as private.

    Shahriar
    Moderator

    1 ) /active-theme/download-manager/link-templates/ files won’t be overwritten by plugin update.

    2 ) You can use the following code to bulk update page template, replace the template id with your actual id. This code should run only once. Add it and then visit any page. Then remove the code.

    function wpdm_bulk_update_templates(){
        $params = array(
            'post_type' ► 'wpdmpro',
            'posts_per_page' ► -1,
        );
        $packs = new WP_Query( $params );
        while( $packs->have_posts() ) {
            $packs->the_post();
            global $post;
            update_post_meta(get_the_ID(),'_wpdm_page_template','page_template_id');
            update_post_meta(get_the_ID(),'_wpdm_template','link_template_id');
        }
    }
    add_action('init', 'wpdm_bulk_update_templates');
    #112554

    BGM
    Participant

    Yes, I tried using either of those template tags, as those are the only attached file related tags I see in the documentation: https://www.wpdownloadmanager.com/doc/templates/template-tags/ I didn’t see any other way to show the attached files on the details page.
    The Custom Field Addon makes it seem like you can simply use the field shortcodes. Are these shortcodes not available to the details page templates?

    Details Page: https://www.screencast.com/t/CrYQjji56w
    I would like that table of attached files (currently created with [file_list]) to look the same as the “Call To Action 3” Link template. Which is to say I’d like the icon, the filename, the file size, and the custom meta fields for each attached document that I have added to the package. Custom Meta Fields: https://www.screencast.com/t/Fk6DnVBltnCa

    #112551

    Shahriar
    Moderator

    Yes, you can design the details page using a custom page template. Link template is a different thing, it is used for shortcode. When you are working with a page template, no link template is involved in any way.

    However, I have to check your custom page template code. It is not clear what you meant by only file name + download button. Most probably you are using [file_list] / [file_list_extended] template tag. These tags list files in tabular/box format.

    Your custom meta won’t be displayed automatically on the page template. You have to create custom template tags to display that meta.
    wdm_before_fetch_template filter used to add custom template tag. Please check the doc here https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

    Also, share an illustration/mockup of your custom page template. I can provide better suggestion based on that.

    #112548

    Jessica Aggrey
    Participant
    This reply has been marked as private.
    #112531

    Jessica Aggrey
    Participant
    This reply has been marked as private.
    #112525

    Shahriar
    Moderator

    But [wpdm_my_downloads] show packages from all categories. It collects all packages the user can access and show them in a single page. It also provides the category filter option ( please check my screenshot above )

    If you want to show packages from each category in a separate page then use category shortcode. Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    [wpdm_category id="category_slug" cols="2" toolbar=1 desc=1 item_per_page=30 template="link-template-panel.php" order_by="publish_date" order="desc"]

    #112523

    Shahriar
    Moderator

    Please upload the file to dropbox or somewhere else and share the link in private reply.

    The separation process depends on customization. Without knowing details I can’t suggest any specific way.

    But usually, the customization is done via action and filter hook or custom template files to avoid touching core plugin. Please check the doc for reference https://www.wpdownloadmanager.com/docsfor/download-manager-pro/


    midihead7
    Participant

    What makes you think that it is the Updraft Plus backup plugin causing the option table to be modified like this? I backup my database every 4 hours with that software and the only time the templates ever disappear is occasionally right after I update Download Manager Pro.

    If I create the custom templates manually in the /active-theme/download-manager/link-templates/ and /active-theme/download-manager/page-templates/ directories, will they be overwritten when I update Download Manager Pro?

    #112513

    BGM
    Participant

    “Page templates are used to render package details page”
    If I can’t customize the way that the “package details page” displays the files in that package why would I ever send anyone to the package details page?

    I’ve designed a very nice page to show the details of the package. However currently, no matter what I do it shows “file name” and download button for the files in that package. That’s it. I want it to show the nice custom download link section I created that also contains the 4 custom file attachment meta fields that I have added.

    I’m trying to create a library of my packages. There is information in the package and the document that needs to be communicated to my users. The package will contain a variety of files such as a preview, a pdf, .doc, .docx, .jpg and .png version. They’ll download the version that meets their needs from the package.

    #112499

    John Floren
    Participant
    This reply has been marked as private.
    #112451

    In reply to: WP Query


    Shahriar
    Moderator

    Hi,

    Please use category shortcode to list all packages from one or more categories. Here is a sample shortcode. You have to replace the slug1 with your category slug.

    [wpdm_category id="slug1," cols="1" toolbar=1 desc=1 item_per_page=3 template="link-template-calltoaction1.php" order_by="publish_date" order="desc"]

    Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    And let me know if you have further query.

    Thanks.


    Shahriar
    Moderator

    Hi,
    Thanks for sharing the details of your recovery procedure. This might help someone else.

    But the issue is not actually coming from WPDM. It happened during your backup/recovery process. The backup plugin modified the link and page template entry in the options table. We can’t control how a third party plugin handles the backup procedure.

    But there is a solution for this if you want to keep using your current backup/recovery process. Use actual template files instead of using the template editor to create custom link/page template. You have to place the custom template files in /active-theme/download-manager/link-templates/ and /active-theme/download-manager/page-templates/ directory. The file name will be used as template id. Check out the code of the built-in template files to understand the naming procedure.

    Best regards.

    #112441

    DesignServe
    Participant
    This reply has been marked as private.

    Hi, you can use the following code:

    [wpdm_all_packages items_per_page="25" order_by="publish_date" order="DESC" jstable=1 cols="title,package_size|download_count|publish_date|download_link" colheads="Title|Package Size|Download Count|Publish Date|Download Link"]

    Let me know if that helps. You can replace items_per_page=”25″ as per your need!

    #112435

    Hi Mark, Please see the attached image. The download link you are talking about is related to Download Monitor by some other company, not by Download Manager by W3Eden

    Writing a question to this community helps in solving issues ;-). While writing I thought maybe the Broken Link Checker is running overnight, marks combination button en wpdm-download call as broken link and then no longer executes the button.

    After deactivating the plug-in the links / buttons work fine.

    Kind regards, Johan & Jacqueline.

    We experience a strange situation. We created new downloads and activated them using a button on a web-page. After publishing the page and testing it from another computer, everything works fine. One day later we receive a ‘broken link’ message for all the newly created downloads. Testing the buttons / downloads again (on the same computer as previously used for testing) the downloads don’t work. There is a “strike-out” line on the buttons visible.

    Does anyone no why this happens ?

    Code for button including call to download:
    Relevant text

    plug-in used for broken link detection “Broken Link Checker”

    Look forward to your reactions.

    Kind regards, Johan & Jacqueline, the Netherlands

    #112418

    maqboul
    Participant

    i used version 4.9.3 of doiwnload manager, but the custom taxonomy don’t show up in template page

    
    <!-- WPDM Template: Arrabita Template arab-->
    <div class="row">
    	<div class="col-md-12 container-wrapper">
    		<div class="col-sm-5 col-md-6">
    			[thumb]
    		</div>
    		<?php $hh = 0;?>
    		<div class="col-sm-5 col-sm-offset-2 col-md-6 col-md-offset-0">
    			<ul class="list-group">
    			<li class="list-group-item [hide_empty:categories]">[txt=نوع الإصدار]: <span class="badge">[categories]</span></li>
    			<li class="list-group-item [hide_empty:sous_titre]">[txt=عنوان فرعي]: <span class="badge">[sous_titre]</span></li>
    			<li class="list-group-item [hide_empty:collection]">[txt=سلسلة]: <span class="badge">[collection]</span></li>
    			<li class="list-group-item [hide_empty:sujet_numero]">[txt=موضوع العدد]: <span class="badge">[sujet_numero]</span></li>
    			<li class="list-group-item [hide_empty:numero_magazine]">[txt=العدد]: <span class="badge">[numero_magazine]</span></li>
    			<li class="list-group-item [hide_empty:katib]">[txt=الكاتب]: <span class="badge">[katib]</span></li>
    			<li class="list-group-item [hide_empty:mohakik]">[txt=المحقق]:<span class="badge"> [mohakik]</span></li>
    			<li class="list-group-item [hide_empty:nombre_pages]">[txt=عدد الصفحات]:<span class="badge"> [nombre_pages]</span></li>
    			<li class="list-group-item [hide_empty:nombre_volumes]">[txt=عدد المجلدات]:<span class="badge"> [nombre_volumes]</span></li>
    			<li class="list-group-item [hide_empty:depot_legal]"><span
    				class="badge">[depot_legal]</span> [txt=الإيداع القانوني]</li>
    			<li class="list-group-item [hide_empty:isbn]"><span
    				class="badge">[isbn]</span> [txt= ردمك]</li>
    			<li class="list-group-item [hide_empty:issn]"><span
    				class="badge">[issn]</span> [txt= ردمد]</li>
    			<li class="list-group-item [hide_empty:version]">
    				[txt=الطبعة]<span class="badge">[version]</span></li>
    			<li class="list-group-item [hide_empty:date_publication]"><span
    				class="badge">[date_publication]</span> [txt=تاريخ الإصدار]</li>				
    			<li class="list-group-item [hide_empty:languages_used]">[txt=اللغة]:<span class="badge"> [languages_used]</span></li>
    			<li class="list-group-item [hide_empty:science]">[txt=العلم]: <span class="badge">[science]</span></li>
    			<li class="list-group-item [hide_empty:download_count]"><span
    				class="badge">[download_count]</span> [txt=عدد التنزيلات]</li>
    			<li class="list-group-item [hide_empty:update_date]"><span
    				class="badge">[publisher]</span> [txt=الناشر]:</li>
    			<li class="list-group-item [hide_empty:file_count]"><span
    				class="badge">[file_count]</span> [txt=عدد الملفات]</li>
    			<li class="list-group-item [hide_empty:file_size]"><span
    				class="badge">[file_size]</span> [txt=حجم الملف]</li>
    			<li class="list-group-item [hide_empty:download_link]"><span
    				class="badge">[download_link]</span>[txt= الملف]</li>	
    		</ul>
    		</div>
    
    	</div>
    	
    	<div class="col-md-12">
    		[description] 
    	</div>
    </div>
    

    please help me

Viewing 25 results - 4,226 through 4,250 (of 9,350 total)