Search Results for 'download link'

Viewing 25 results - 5,451 through 5,475 (of 9,382 total)
  • Author
    Search Results
  • #71224

    macmorre
    Participant

    Hello,

    is it possible to show with this code also the Version of Download Package.

    [wpdm_all_packages items_per_page="20" jstable=1 order_by="title" order="ASC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    Thank you very much in advance
    Chris

    #71212

    Hi,

    I have downloaded the file from your link and download count increased from 3 to 4. The download count increased when a real user or IP downloads the file. If you are trying multiple downloads from your browser then the download count will not increase.

    Thanks

    #71168

    Hi,

    There is no option yet to edit that. You need to edit template file from ( plugins/download-manager/email-templates/default.html ) to remove the social links.

    Please remove this code.

    <div class="column narrow" style='text-align: left;font-size: 12px;line-height: 19px;color: #99b0b8;font-family: "Open Sans",sans-serif;Float: left;max-width: 320px;min-width: 200px; width: 320px;width: calc(72200px - 12000%);;text-align: right;'>
                    <a href="[#facebook#]" style="color: #3C9CDB">Facebook</a> | <a href="[#twitter#]" style="color: #3C9CDB">Twitter</a>
                </div>

    Thanks

    #71131

    osaware
    Member

    Hi,

    I am using the jumpstart theme with the pro download manager and have a few issues and need some help!

    My site is at https://www.jahfx.com/

    1. I am unable to set products as FEATURED products on the home page ? How do i do this ? I dont want to create new products I just want to assign some of them as featured

    2. Hotlinks – how do i block hotlinks ie links directly to the download url from other sites ? I have way more downloads than views not sure why ? Maybe they are just clicking the download arrow and not going to the product page, if thats the case then its ok

    3. I am unable to assign a right column to my blog posts – they right column is there for regular pages, as in

    https://www.jahfx.com/about/

    but none of my blog posts have a right column and i cant see how to enable this

    https://www.jahfx.com/jahshaka-worlds-the-lobby/

    also – my blog header doesnt have the full black edge to edge backround like the header does on other pages – is there a way to fix this as well ? cant seem to find how to do that either

    thats it! I love the download manager its amazing ๐Ÿ™‚ we are going to start to enable sales next but so far its been a great help for our application

    Thanks!

    Karsten

    #71096

    Hi,

    Please reply the package link to check. If you are using default icon then the latest update has changed few icons colors. Seems like you are using the icon at wp-content/plugins/download-manager/assets/file-type-icons/download2.png, you can replace this with your icon by uploading the icon file and insert the link on package settings.

    Thanks

    #71080

    Shahriar
    Moderator

    Hi,

    The download will work without it. Will remove it in next version if not required ( have to discuss with the team ).

    For now, You can replace the line 1090 in /libs/class.Package.php with the following code to remove the refresh param,

    return $permalink.$sap."wpdmdl={$ID}{$ext}";

    Thanks.

    #71073

    Download Manager Pro 4.7.3 , WPDM – Form Lock 1.6.0, Contact Form 7 5.0.1 , WordPress 4.9.4.

    on https://www.avfx.com/boston-venue-guide/ I have a download package. The package downloads a PDF. Link Template = “Call to Action 3” and Page Template = “Default Template”. The form is Contact Form 7. The form displays in a pop-up and the **pop-up cannot be closed**. The only way off the page once the pop-up is displayed is to close the browser window. This is not usable this way.


    Shahriar
    Moderator

    You can use the following code to get the page URL,

    $page_url = get_permalink( get_the_ID() );

    If you are using shortcodes to put the downloads on your page then use a custom link template to put the page URL. No need to edit PHP code in that case.

    #71039

    GuidoM
    Participant

    Now i set the frame to login in the site: see http://www.bregaglio.eu/download/

    but i want a text with the two links for registration and login. The problem is that I can’t translate this string the links.

    #71009

    I am using a category short-code to display all the packages in a category as cards. The packages included in this category have titles that vary in length. Some of the titles are long enough that they are displayed on multiple lines (wrap text) and others are only one line. This causes the cards to not display properly in a 4 x 3 grid. I tried fixing the height of the [page_link], but then the size of the browser window can cause some of the titles to be hidden.

    Is there a way to make the top of the cards in each row line up no matter how long the titles are?

    Here is my catergory display short-code:
    [wpdm_category id="infrastake" title="InfraStake" desc="These are InfraStake files" toolbar="1" order_by="title" order="asc" item_per_page="12" template="5a94448318a7e" cols=4 colspad=2 colsphone=1]

    Here is my card template code:
    <div class=”list-group wpdm-lt-card” style=”margin: 0 0 15px 0″>
    <div class=”list-group-item”>

    [thumb_500x250]

    </div>
    <div class=”list-group-item”>
    <h4 style=”padding:0px;margin:0px;”>[page_link]</h4>
    </div>
    <div class=”list-group-item”>
    <span class=”badge”>[file_size]</span> File Size
    </div>
    <div class=”list-group-item”>
    [download_link]
    </div>
    </div>


    Tom DuHamel
    Member

    I’ve recently taken over a site that is using WordPress Download Manager. I’m learning quickly and doing my best to understand what the previous person was doing but, coupled with my lack of php knowledge, I’ve hit a wall.

    I’m essentially working within this code:

    <?php $download_link = wpdm_download_url( get_the_ID() ); ?>
    <div><p><a href="<?php echo $download_link; ?>" target="_blank">Download</a></p></div>

    My issue that that, on the front-end when you click on the download button, it’s opening the link in a new page. I would love for the link to lead to the Template Page. The resulting URL’s include the ?wpdmdl=XXX&refresh=XXXXXXXXXXXXXXX. If you copy the URL and take that part out, it brings you to the Template Page.

    Any help would be greatly appreciated. : )

    #70931

    Shahriar
    Moderator

    Your theme or one of your plugin was conflicting with your custom link template. I created a new one New Template with the same style but replaced the [download_link] tag with [download_url]. That fixed the issue.

    Please use this new template in other packages where you encountered the same issue.

    #70898

    In reply to: Download Link

    Hi,
    You can include this in your theme CSS to change the download text size.

    .wpdm-download-link {
       font-size: 34px;
    }

    Thanks

    #70876

    In reply to: Download Link


    Chuck M
    Member
    This reply has been marked as private.
    #70858

    Hi,

    I have defines the cols in the shortcode. Now, the download count will not appear.

    [wpdm_all_packages items_per_page="10" jstable=1ย  order="DESC" cols="title,file_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    Thanks

    #70853

    Mark Shipley
    Participant

    Thanks for the reply. Update php to 5.6 on the dev site and seems to have sorted activation issue. Main reason we’ve purchased pro is the customer doesn’t want the number of downloads showing on the download page: http://jenxdev.com/files/

    Made a copy of the default link template, removed the [download_count] downloads bit, pointed the package to this link template but it’s still showing. How can I remove that and the number of files?

    #70838

    Shahriar
    Moderator

    Hi,

    Are you using email lock to send the download link?

    In that case, You can edit the template Email Lock Notification from Downloads Templates Email Templates page.

    Thanks.


    Simon Newton
    Member

    How do you edit the email address used when sending out a download link for a package and how to prevent the download package from opening unless the subscriber has used the link that was emailed

    #70792

    In reply to: Download Button Text

    Hi,

    You need to change the link name from package settings to download all. Then it will show on the package. If you many packages then you can try default values addon to bulk change the link name for all packages.

    Thanks

    #70758

    Scott Kolbe
    Member
    This reply has been marked as private.
    #70739

    Scott Kolbe
    Member
    This reply has been marked as private.
    #70732

    Hi,

    You can select different link/page template for a different package from package setting. Or you can add template id with the shortcode where you are using the package, then the package settings link/page template get overridden. You can try Advanced TinyMCE button for easily insert the shortcode.

    Thanks

    #70698

    Scott Kolbe
    Member
    This reply has been marked as private.
    #70695

    Scott Kolbe
    Member
    This reply has been marked as private.
    #70691

    Hi @scottkolbe,

    Please create a new thread and post temporary login credential in private reply to check. Or try using direct download URL in the template <a class="wpdm-download-link" href="[download_url]">Download</a> to see if the download works.

    Thanks

Viewing 25 results - 5,451 through 5,475 (of 9,382 total)