Search Results for 'download link'

Viewing 25 results - 5,076 through 5,100 (of 9,411 total)
  • Author
    Search Results
  • #87598

    In reply to: Video support


    Shahriar
    Moderator

    Hi,

    You can use this template tag [video_player_600] in a custom link/page template to show video player. The number is adjustable to match your requirement. It sets the player width.

    There is a built-in page template with the video player. You can use that or create your own template from Dashboard Downloads Templates page.

    Thanks.

    #87592

    Shahriar
    Moderator

    Hi,

    You can edit the /download-manager/libs/class.FileList.php file to modify the [file_list] and [file_list_extended] template tags. But this changes will be gone after plugin update.

    So, the best option is creating custom template tags using wdm_before_fetch_template filter ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ )

    To modify the style of [file_list] template tag copy the Table function from /download-manager/libs/class.FileList.php and link it to your filter. Then add your customizations in the new Table function.

    You have to add the code to your theme or child theme’s functions.php file.

    Thanks.

    #87589

    Shahriar
    Moderator

    You have to clone the template to customize the layout. You can do it from Downloads Templates page. Please check this post about template customization https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    You can add any custom CSS in your cloned template ( custom template ). So, yes it is possible to make the title responsive.

    #87549

    Shafayet
    Moderator

    Hi,
    Download Manager sends cache headers only before it starts a download. So, it is only related to the download link, no other URL.

    #87543

    Eva Morrell
    Member

    It looks like I posted this in the wrong forum — free instead of Pro.

    After someone signs up for a download, the screen shows a box that is a couple different shades of green and we need to use our branded colors. Where are the colors specified for the box (see attachment) that displays:

    DONE

    Download link also sent to your email!

    DOWNLOAD NOW

    #87494

    Shahriar
    Moderator

    Hi,

    I have created another link template. The design is the same as your custom template. Just replaced [download_link] tag with the following code,

    <a href="[download_url]">[link_label]</a>

    I tested this template with your first package on this page https://nwzg.de/nwzg-gesundheitsbrief/. It worked.

    So, you can update link template for all your packages to solve the download button issue. Or you can add a template parameter in your shortcode to override the link template from package settings. The template value should be the id of template you want to apply.

    e.g. [wpdm_package id=24 template="5ba9485fe0687"]

    Thanks.

    #87487

    In reply to: All Packages Shortcode


    Lex
    Member

    Thanks so much.

    I have purchased and downloaded ACF add on. I created a new group with Date Specified. Now how to I get it to show up using this code:

    [wpdm_all_packages items_per_page="30" jstable=1 order_by="date" order="DESC"cols="title,file_count,download_count|excerpt|acf_status|download_link" colheads="Project|Project Info|Bid Date/Status|Download::155px"]

    I got acf_status and assumed to put it into this line above…

    #87444

    Lollen
    Member
    This reply has been marked as private.
    #87420

    Shahriar
    Moderator

    I have the Directory Add-On and set up an archive page similar to this demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-green/

    My package categories all have sub-categories. The down arrow icons next to each category are visible, but unlike in the demo, clicking on them does not reveal the subcategories. I’m not seeing any errors in the console. When I inspect the element it does look like the subcategory links are loaded, they’re just not popping up.

    This is the shortcode I am using for the archive page: [wpdm-archive button_style=”default” link_template=”link-template-calltoaction1″ items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc or desc” login=1]

    I tried added subcat=”1″ which didn’t do anything, either.

    #87332

    In reply to: Open PDF in New Tab


    Shahriar
    Moderator

    Hi,

    Clone the link/page template you are using currently. Then replace [download_link] tag with the following code.

    <a target="_blank" href="[download_url]">Download</a>

    And check the Open in Browser option from WPDM settings.

    This only works with the main download button. It is not possible for the individual button. That requires code customization.

    Thanks.

    #87331

    CryoLife Web
    Member

    When I am viewing all packages in the dashboard. The generate download link is not working. (See screen recording linked here: http://recordit.co/HHeIjJfjfh)

    This started happening just today. It was working fine yesterday.

    #87318

    Jonathan Appleton
    Participant

    Hi

    Am using this shortcode

    [wpdm-all-packages items_per_page="10" categories="featured" jstable=1 order_by="publish_date" order="DESC"  cols="title,file_count,download_count|publish_date|author_name|download_link" colheads="Title|Date|Member|Download" download_link=1]

    You can see Im setting it to order by publish_date descending as want most recent showing first

    But when it displays its always default sorting by the Member Column?

    Any ideas whats wrong?

    #87304

    Shahriar
    Moderator

    The button issue is related to the Tab component of the visual composer. It is removing the action from the download buttons.

    I have inserted the same shortcode here https://greatthingsgrowhere.co.nz/link-template-test/The button is working fine there. Please contact visual composer support about the issue. Or use the shortcode without tabs.

    #87244

    Lend brand
    Member

    Hi,

    I am using the WordPress Download Manager Pro and Social Locker add-ons on my website from last 8 months. Now I would like to purchase the Amazon S3 storage add-on for storing my digital files. Before purchasing the add-on I would like to know whether the Amazon S3 add-on works with Social Locker which means whether my website visitors will get the download link from S3 Storage after sharing it on Facebook or twitter. I already sent a message to support email but I didn’t get any answer. So that’s why I am posting this pre-sale question here. So can you please give an answer about this topic.

    Thank you

    #87238

    Hello!

    I currently use Member Mouse for my site’s membership.

    I have two membership levels (standard & premium).

    The difference for the two levels of membership are the files they are able to download.

    For example, the standard membership would allow all members to download social media graphics in the JPG format. I have all of this set up and created downloads for all of those.

    However, the premium membership, I want to add an additional download option as a Photoshop file for each graphic.

    What’s the easiest way to do this? I would prefer to just add an “download option” to each file for that specific membership if that is possible.

    #87196

    Shahriar
    Moderator

    Hi,

    The frontend upload issue is coming from your theme. The theme is making the buttons unresponsive. Maybe they have added some kind of JS which is removing attached button events. Please ask your theme provider to check the issue.

    The login page issue also coming from the theme. It is adding an extra field ( email id ) to the form.

    Both of these issues were gone when I switched to another theme temporarily.

    Looks like you have created a custom template with the favorite button. However, this link might come in handy: Complete template tag reference https://www.wpdownloadmanager.com/doc/templates/template-tags/

    Thanks.


    Shahriar
    Moderator

    You can get the download link from All Downloads page and attach it with inline words. Each package has a Generate Download Link button. Retrieve the master download link from there.

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

    Thanks.

    This reply has been marked as private.
    #87181

    Jean-Marie Benoist
    Participant
    This reply has been marked as private.
    #87180

    Jean-Marie Benoist
    Participant

    Hello,

    I have a very weird issue, and I cannot find where the problem is. Here it goes : I have build a website for clients with documents. Until today (as far as I can tell), everything was dandy. But, suddenly (I’m not too sure of when it happened), I cannot see the individual packages, except for four of them.
    And for these ones, everything works : the custom templates, etc, etc. They are all in the same category, and are all pdfs.
    But other documents, also pdfs, and simple pictures (png), heavier and lighter in weight, just give out a blank page… And Wp Debug doesn’t say anything. The packages have exactly the same configuration in terms of templates, who can see them, etc.
    Even weirder, I can download everything fine with the link templates… It’s only when I want to see the single package page that… nothing happens.
    And as far as I can tell, nothing I’ve done justify such a change.

    I’ve also tried adding new packages : I cannot see anything, event though the link template work perfectly (downloads also), whatever category I try to put them in.

    It’s so weird that the only way I think for you to realize what happens it to go take a look… Could you please ? I’m at my wit’s end. I’ll give you the info in private.

    Cheers,

    #87155

    Shahriar
    Moderator

    Please add following CSS in Customizer Additional CSS to change the button color,

    .btn.wppm-download-link {
        background: #4583ed;
    }
    #87153

    Shahriar
    Moderator

    Hi,

    Maybe your access setting is set to hide everything when the user does not have access to downloads.

    https://www.evernote.com/l/AUcBhnAdPeNHeJWeYdTlkzEChIYycm03-k0B/image.png

    Setting it to only block download link should fix the issue.

    Another approach is explicitly setting category access to user roles from category settings.

    Let me know if you can’t fix the issue by following the approached discussed above.

    Thanks.

    #87152

    Shahriar
    Moderator

    Hi,

    Looks like you have renamed the /uploads/download-manager-files/ dir after uploading files. So, the links to the files are broken now. That’s why it is showing file-not-found.txt error.

    The unresponsive button issue in this page https://greatthingsgrowhere.co.nz/brand-champions/logo-suite/gtgh-chinese-logo-suite/ related to a JS conflict. Will it be okay if I temporarily deactivate other plugins or switch themes for testing purpose. The test is required to find the conflict.

    Thanks.

    Is there any way to hard code a direct download link other than the shortcode? I need this link for e commerce section of our website and need to be able to add it into the html as a hyper link.

    example: Download Machine Specs is what I am using and even though the template is the direct download link it still doesn’t display that way.

    I saw an article about adding the id instead of package title but couldn’t get it to work.

    Cant’ find this anywhere in the documentation.

    Thanks,
    Becky

Viewing 25 results - 5,076 through 5,100 (of 9,411 total)