Search Results for 'download link'

Viewing 25 results - 4,276 through 4,300 (of 9,384 total)
  • Author
    Search Results
  • #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

    #112414

    Chris Dawes
    Participant

    When we insert a download link into a blog article, it causes the blog page to mess up. See here:

    Work With Us

    You have fixed this for us previously but I have just updated DM and the fault has returned.

    #112387

    Shahriar
    Moderator

    Thumbnail template tag [thumb_600x0] is missing in your custom template. That’s why the thumb is not visible. Add the thumb tag before the [download_link_extended] to show the thumbnail above the download button.

    #112384

    Shahriar
    Moderator

    If you click the “Generate license key” button in your purchases page the modal with license key and linked sites will appear. You can remove the linked sites from that modal.

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

    I checked your license key. It is not linked to any site at the moment. If you are getting the invalid key error that means you are using an older version of Download Manager.

    Please follow these steps to update the plugin,
    1 ) Deactivate and delete the old version. You won’t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.


    Shahriar
    Moderator
    This reply has been marked as private.
    #112367

    Shahriar
    Moderator

    You can link the main download button with the package download URL. To get the download URL use the Generate Download URL button in the all packages admin page. Each package has one under the title. But it is not possible to customize the download button in file list using elementor.

    Also, Download Manager provides the button customization option in Downloads > Settings > User Interface.

    #112364

    In reply to: invalid license key


    Shahriar
    Moderator
    This reply has been marked as private.
    #112361

    Shahriar
    Moderator

    We have added more options in generate download link feature. So, replacing the file won’t work. Send me your class.Packages.php or the whole plugin. I will send it back after adding the patch.

    BTW, you should always use the updated version. My suggestion is to move the customizations in a separate add-on or template files to make the update process easier. Because an outdated version could have incompatibility issues with the latest WordPress at some point.


    midihead7
    Participant
    This reply has been marked as private.
    #112338
    <div class="container">
      <div class="row">
        <div class="col-md-4">
          <div class="h-ni w-nt   widget_wpdm_packageinfo">
    	<div class='w3eden'>
    		<div class='list-group package-info-list'>
    			<div class='list-group-item'><div class='media'>
    				<div class='pull-left'><i class='fa fa-download'></i>
    				</div>
    			<div class='media-body'>
    				<strong>Total Downloads</strong><br/>6389</div>
    			</div>
    		</div>
    		<div class='list-group package-info-list'>
    			<div class='list-group-item'>
    				<div class='media'>
    					<div class='pull-left'><i class='fa fa-book fa-lg'></i> </div>
    						<div class='media-body'><strong>Version</strong><br />[version]
    					</div>
    				</div>
    			</div> 
    			<div class='list-group-item'>
    				<div class='media'><div class='pull-left'>
    				<i class='fa fa-calendar'></i></div>
    				<div class='media-body'><strong>Publish Date</strong><br/>Sep 17, 2017</div>
    				
    			</div>
    		</div>
    		<div class='list-group-item'>
    			<div class='media'>
    				<div class='pull-left'>
    					<i class='fa fa-calendar'></i></div><div class='media-body'><strong>Last Updated</strong><br /> [update_date]
    				</div>
    			</div>
    		</div>
    		<div class='list-group-item'>
    			<div class='media'><div class='pull-left'><i class='fa fa-server'></i></div>
    				<div class='media-body'><strong>Size</strong><br />[file_size]
    			</div>
    		</div>
    		
    		</div>
    		</div>
    		</div>
    		
    		</div>
      </div>
          
        </div>
        <div class="col-md-4"> 
    	<div class="h-ni w-nt   widget_wpdm_packageinfo">
    	<div class='w3eden'>
    	<div class='list-group package-info-list'>
    	<div class='list-group-item'>
    			[download_link_extended]
    			</div>
    		</div>
    		</div>
    	</div>
    	</div>
    	</div>
    		
    </div>
    

    I use code this but no working

    #112325

    Mark Franke
    Member
    This reply has been marked as private.

    Shahriar
    Moderator

    Hi,

    Which shortcode are you using there? Please send me the page link to check.

    We have directory add-on which has category based filtering option. It also has many other features. Please check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    Thanks.

Viewing 25 results - 4,276 through 4,300 (of 9,384 total)