Search Results for 'download link'

Viewing 25 results - 5,776 through 5,800 (of 9,501 total)
  • Author
    Search Results
  • #67068

    I am working on a development site on a private server, so I can’t give you the URL. I will work on sending you a screen-recording of what I have, but the software is taking forever to update…

    And yes, with Form Lock enabled, I want the download links for the individual packages to stay there when using the [wpdm_category] shortcode. When the download links are clicked, they will redirect to the form, and after submitting it the direct download button/link for the package will appear.

    #67063

    Can you give the page URL?
    As the email form is loaded for every downloads package separately.

    And do you want to redirect to the email form from download package link?

    #67018

    In reply to: update plugin


    Shahriar
    Moderator

    1 ) If you setup registration page ( Settings Frontend Register Page option ) the registration link will also be shown in popup

    2 ) /download-manager/libs/class.ShortCodes.php line 359 changed return $html; to return do_shortcode($html);

    #67007

    In reply to: Problem with pop up


    Shahriar
    Moderator

    You can set the the register link from Downloads Settings Basic Messages Login Required Message:

    When the user is not logged in the link/message will be shown instead of the download link.

    #66967

    In reply to: redirects to 404

    Hi,

    You have used custom jquery with the template file which causing the redirect and land on the 404 error page. As you open files in the new window.

    Or you can use <a href="[download_url]" target=_blank>[link_label]</a> instead of [file_list_extended], cause it does not open link in new tab by default.

    There is a bug for download file with [file_list_extended] returns to 404 page, we are working on it.

    You can also apply the filter to modify the URL and using html5 link tag target as _blank to open link in new window or tab. Details of filter: https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_single_file_download_link/

    Thanks

    #66928

    Found the error! See below.

    Location: …/plugins/download-manager/libs/class.Package.php around Line 889

    $extralocks = '';

    – The variable needs to be declared as an array, not a string, so the following works:

    $extralocks = array();

    Will this be fixed in the next update? Also, is it possible to keep the download link with Form Lock enabled and redirect to the form instead of showing it inline with the download description? I have a big form that is used for multiple downloads, so when I use the [wpdm_category] shortcode, the form is repeated for each link-template on the page.

    #66844

    Shahriar
    Moderator

    Please send me the page link where you have the accordion shortcode. I will check if I can recreate the issue. Also, related PHP error log will be very helpful.

    Enable resumable download from settings.

    #66824

    Shahriar
    Moderator

    In that case, define your links like the following example,

    yoursite.com/archive-page-slug?category=id <- id = category id

    Disregard previous code and add the following code instead in same position.

    jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category=<?php echo $_GET['category']; ?>');

    #66820

    In reply to: Problem


    MAMAC Camac
    Member
    This reply has been marked as private.

    We have placed the download manager on serveral of our pages using the following shortcode: [wpdm_category id="LA4SAP" toolbar="0" order_by="field name" order="asc" item_per_page="10" template="link-template-widget" cols=1 colspad=1 colsphone=1]
    Today there is a headline above with a title (just a textfield).
    Unfortunately sometimes there are no downloads matching the category. Then there is only the headline displayed. We would like to integrate the title “Trainings” in the widget and delete the old textfield with the headline. This should lead to the behaviour, that “Trainings” and the download items are only displayed, if min. one dowload fits the category.
    Thanks in advance.

    #66758

    cbenson583
    Member

    That’s what I am asking to do. I need to be able to link from, for example, a page called Accounting Services, and have the page with the download manager archive shortcode open with the accounting category pre-selected. I also need to be able to link to the same page from other pagers like purchasing, travel, etc. and show a different subcategory when the page with the download manager shortcode loads.

    I have seen other tools do this using a query string variable passed in the page url that tells what category or parameter to preload. Is it possible to add an option to send a query string variable with the category slug or ID to the archive page add-on to tell it which category to pre-select?


    tfunke
    Participant

    Hi,
    I am having problems with Download Manager Pro Versions greater than 4.5.4.
    On my multisite installation the template tag [file_list_extended] returns a 404 for the download link.
    The template tag [file_list] is working on all sites but I need the [file_list_extended] tag.
    The theme uses do_shortcode(“[wpdm_package id='" . get_the_ID() . "']“)
    Could you please give me a solution for this problems

    #66742

    In reply to: Problem with pop up

    This reply has been marked as private.
    #66727

    In reply to: Download Not Available


    Shafayet
    Moderator

    Actually, you attached the file as an URL, wpdm simply redirect to that URL when someone clicks on download link:

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

    So, if the attach URL doesn’t work wpdm has nothing to do there, you simply need to reattach proper file URL and use the server file browser with wpdm pro to attach a file.

    #66722

    In reply to: email notification


    Shahriar
    Moderator

    Use wpdm_email_lock_heading filter hook to modify the “Subscribe to Download” text and send_download_link_to_label hook to modify “Send Download Link To:” text.

    https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_email_lock_heading/

    #66715

    In reply to: email notification

    This reply has been marked as private.
    #66694

    Imunz
    Member

    Hey,

    yes i have assigned each package to a specific category. i have tested it once again and created a news package with a PDF-file and attached it to The categories Datenaustausch->IT->Intranet.

    If i take the direct link (http://172.16.1.228/download/test/) i can see the file as soon as i click on The category Datenaustausch or Intranet or IT i get te empty page

    Hi

    I had to restore our website after updating this plugin as all document downloads disappeared. Please can you advise how to update while avoiding a recurrence of this.

    Many thanks

    #66657

    Hi,

    I understand. This shortcode will only show the category name and subcat name with package count on a single page. As you can see the demo here (https://demo.wpdownloadmanager.com/wpdmpro/categories/).
    If the category page link is not working then you can try this code [wpdm-categories cols="3" subcat="6" showcount="1"]. Working fine at my side.

    To achieve a different look or package lists on the page, you can different shortcode. Like you can use Archive page shortcode.

    Thanks

    #66624

    Trevor Andrews
    Participant

    Hi,
    I cannot find any help in setting up Social Settings. I want to be able to share downloads using Facebook, LinkedIn and Twitter especially but no explanation of what to do.

    #66617

    Imunz
    Member

    Hey,
    unfortunately i have a local system running and cant sahre it with you.
    I have documents inside my categrories and i can access the documents with an direct link. The only thing which is not working ist the overview of categories. Evrery time i click on a category which is listet in the overview i see an empty main-container.

    What i have tested today was to replace the [wpdm-categories subcat=”1″ showcount=”0″ cols=3] with [wpdm_tree download_link=1]. Wehne i use [wpdm_tree download_link=1] is seee my categories an i can navigate troug it an open the links.

    I dont understadn why it doesnt work with [wpdm-categories subcat=”1″ showcount=”0″ cols=3] i always run into an empty page. Is there another way to display my categories?

    #66608

    In reply to: CSS Changes

    Hi,

    You can just use shortcode for the category page. You just need to replace the template id or name with the custom link template.

    [wpdm_category id="Category Slug(s)" operator="IN" title="Custom Title Here or 1" desc="Custom Description or 1" toolbar="1" paging="1" order_by="field name" order="asc or desc" item_per_page="10" template="template name or ID" cols=4 colspad=2 colsphone=1]

    You can create custom link template from Downloads -> Templates , details here (https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/).

    You need to change the drop-down category icon color for black background in the CSS.

    Or Can you send login in private? So, I can help with the issue.

    Thanks

    #66594

    In reply to: advance search left


    ian wallace
    Member

    Thanks Hasibul,
    appreciate your help
    i donwloaded the addon and installed it and then pasted the following text into a sidebar widget as instructed
    [wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” <br/>order_by=”field-name” order=”asc or desc”]

    but it looks awful!
    http://144.208.70.12/~eccv/policy-directory/

    what am i doing wrong – i would like it to look like this
    https://demo.wpdownloadmanager.com/wpdmpro/advanced-search-right/

    thanks – hear from you soon
    😉


    michael
    Member

    Hi,

    Yeah, I know about copy the template int he theme directory, but I can’t find the way to replace ‘View Details’ to ‘Download’ button. When the user click in the button donwload the file directily without enter to a details view.

    In the plugin files I found shortcodes like this [download_link_extended] but shortcodes those doesn’t work in the archive-page-with-sidebar.php file.

    Any idea? please.

    Thank you.

Viewing 25 results - 5,776 through 5,800 (of 9,501 total)