Search Results for 'download link'

Viewing 25 results - 2,301 through 2,325 (of 9,349 total)
  • Author
    Search Results
  • #160080

    In reply to: Design Customization


    Humayon
    Spectator

    Hello @ashishk,
    Hope you are well.
    First of all, you have to customize the individual pages with the theme settings/page builder.
    After that create the form in the WP Forms or Gravity Forms. And, then it will be possible to integrate with the Form Lock add-on.
    You will find the implementation procedure in the below link.

    Form Lock – Ask users to fill a form to get access to download


    Hope you understand now.
    Thank You


    Kelli Boultbee
    Participant
    This reply has been marked as private.

    Kelli Boultbee
    Participant
    This reply has been marked as private.
    #160027

    In reply to: Download searching tag


    Tanvir
    Spectator

    Hello,

    We are sorry to say that there is no option to set search by tags in WPDM directory addon.
    However you can use this shortcode to show all tags:
    [wpdm_tags btnstyle="link" icon="tag" showcount=1 cols=3]

    More details here about all the shortcodes:

    WPDM Directory Add-on

    Thanks

    #160026

    Humayon
    Spectator

    Hello @chesayscheryl,
    I see email lock and download is working fine. Please check this screencast.
    Also, please check now categories are fetching properly, as the shortcode was not correct. However, please keep the parameter value items_per_page="15". But, if you want to set more value on that parameter then you have to increase your server memory limit or the page might not save/ will crash.
    Shortcode details can be found in the below link.

    [wpdm_category] – Query All Downloads From One or More Categories


    Thank You


    WPDM user
    Participant
    This reply has been marked as private.
    #159990

    Emily Griffin
    Participant

    @Humayon … please help me with the following tickets:
    https://www.wpdownloadmanager.com/support/topic/urgent-urgent-urgent-urgent-some-downloads-arent-showing-up/ (most important)

    How to Edit Links found in Shortcodes based on Language

    Nayeem is currently working on it and isn’t doing a good job.


    Q3D IT
    Member
    This reply has been marked as private.
    #159927

    Humayon
    Spectator

    Hi @fscedfu,
    Please update your WPDM Pro to the latest version 6.0.6 first and then use the updated shortcode mentioned in the below link. As you can see template parameter should be link-template ID and make sure it exists under Downloads ► Templates.

    [wpdm_category] – Query All Downloads From One or More Categories


    Please check this and it’s working fine.
    Thank you

    #159887

    Shahjada
    Keymaster

    LOL, you meant tree view shortcode, we already documented it on https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/. Simply adding newwin=1 with shortcode shall open the link in a new window/tab.

    #159884

    Shahjada
    Keymaster

    Please give me an URL where the download link opens on the same tab for you. In my test ( https://flowersoapscoil.ipage.com/aitech/test/?search=p ), it is opening in a new tab.

    #159852

    Guy Moxey
    Participant

    Hi, on the download link page the image is out of shape here

    However on the actual download page it is the correct size here

    All I am looking for is the ability to change the [icon] within the download link template as at the moment there isn’t an option?

    Thanks
    Guy

    #159841

    Humayon
    Spectator

    Hello @jennafurless,
    I am sorry to say that you can’t make the entire table display due to your current theme layout. If you want to change the theme in the future then you can use our “Attire” theme instead which is optimized and works well with the WPDM.

    Fast, SEO Friendly Multipurpose WordPress theme


    Or, you can remove a column by using the below shortcode which should look like this.
    [wpdm_all_packages items_per_page="20" categories="interventions,tools,promotion,socials" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]
    Yes, you need to list all of the categories in the “slug” area.
    However, in order to remove the “[free_download_btn]” code for the premium page template, please activate the
    Premium Packages - Sell Digital Products Securely plugin first and then remove this free download file.
    Hopefully, your problem will be solved.
    Thank you

    #159812

    In reply to: Broken Feature Image


    Humayon
    Spectator

    Hello @
    Hope you are well and sorry for the delay.
    Please you the below code in order to show the featured image in the link template.
    <img src="[preview]" alt="Preview" />
    You will find more details in the below docus as well.

    Template Tags


    Thank you

    #159808

    Shahjada
    Keymaster

    Filter hook wpdm_download_link and download_link works differently.
    wpdm_download_link accept 2 parameters 1st parameter is download link html code, 2nd parameter is an array just contaiting package ID, ['ID' ► {Package ID}], and inside the filter to can retrieve package date using the give ID, $packageObject = WPDM()->package->init($param2['ID']);

    and download_link filter is documented here https://www.wpdownloadmanager.com/doc/filter-reference/download_link/

    However, please let me know what are you trying to do, so that I can explain your better :).

    #159807

    mfirwana
    Member
    This reply has been marked as private.
    #159784

    In reply to: Total Downloads


    Tanvir
    Spectator

    Hello Guy,

    Yes you can.
    In order to show total downloads in a download package page, you have to use this template tag [download_count] in the link/page template that you are using.
    For more template tags, you can check here:

    Template Files

    Also you can use shortcode and set link template there to show total downloads. To create templates you can follow this

    Creating a new template

    Thanks

    #159783

    Tanvir
    Spectator

    Hello @hudi-webcart,
    You just need to follow this:

    1. Copy page-templates directory from /plugins/download-manager/src/package/views directory to your active theme directory.
    2. Make a new directory as download-manager on your active theme directory.
    3. Now remove all files from {active-theme}/download-mamager/page-templates except the template files you need to update.
    4. Update template file(s) in {active-theme}/download-manager/page-templates directory as per your need. As you need to add open in a new tab you have to add this <a href="[download_url]" target="_blank">[link_label]</a>

    Let me know please if you still find any issues.

    Thanks

    #159770

    Tanvir
    Spectator

    Hello,

    I think you require some customization work.
    You can contact our customization team through this link.

    With Regards

    #159766

    Tanvir
    Spectator

    Hello Asad,

    We are sorry to say that it’s not possible. It requires some customization work.
    You can contact our customization team through this link.

    With Regards

    #159672

    Humayon
    Spectator

    Hi @fscedfu,
    No, I haven’t change anything yet.
    After the update please Go to Downloads>templates then visit all tabs there.
    It should solve your issue. If it does not then please share a link where the 5cbda6187abge.php is appearing.
    Thank you

    #159669

    Humayon
    Spectator

    Hello,
    Hope you are well.
    In order to use the photography theme please download the child theme and then follow the procedures described in the below link.
    https://scripteden.com/download/wordpress-portfolio-photography-theme/
    Also, you can add the digital marketplace demo from the Attire theme Attire Layouts options by following this.
    Thank you

    #159620

    In reply to: Download Link Location


    Tanvir
    Spectator

    Hello Guy,

    Hope you are well.
    You have to customize the all-packages-shortcode.php file, and the file location is /download-manager/src/Package/views/,

    To do that,
    1. Create a dir named download-manager inside your active theme dir(Dont need if it is already created there)
    2. Now copy the all-packages-shortcode.php to modify from download-manager/src/Package/views dir to /{active-theme}/download-manager/ dir.
    3. Customize that file in{active-theme}/download-manager dir as you need to comment out the line 290 by adding this // to
    $data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array('template_type' ► 'link'));
    like this //$data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array('template_type' ► 'link'));
    then add this line there

    $data['download_link'] = "<a target='_blank' class='btn btn-primary' href='".get_permalink($data['ID'])."'>"."Download"."</a>";
    $download_link = $data['download_link'];

    if you dont want to open in a new tab just remove target='_blank' from that line.
    4. It will work with the shortcode as you wanted. then save the file and test.

    Thank you


    Ikram Dirujii
    Participant

    Respected Nayeem And Shahjada Sir.
    I was Offline and my Update is expired.
    Now my Mastercard has some problems and it will be solve in next 10 days.

    So I can’t renew my support and update now for wpdm pro. Although my 2 other addon has still support time remaining.

    Sir please give me new version download link because in 6.04 some Function like Views and Download Count Not Working.

    Or tell me the solution of these two problems if possible with that old version.
    I have 6.04 Now Installed.

    Thanks and Regards

    #159591

    Humayon
    Spectator

    Hi @goldenmoon,
    You can change the download button color by following this setting.
    However, in order to change the other texts in the download box, you have to edit the corresponding template file by following this doc.
    Also, You will find all the related template tag details in the below link.

    Template Tags


    Thank You

Viewing 25 results - 2,301 through 2,325 (of 9,349 total)