Search Results for 'download link'

Viewing 25 results - 4,126 through 4,150 (of 9,358 total)
  • Author
    Search Results
  • #114286

    Shahriar
    Moderator

    I have tested Yoast breadcrumb with one of our themes ( http://prntscr.com/prnhm4 ). We used yoast_breadcrumb function to render breadcrumb. The breadcrumb should render the archive page URL in that part of Breadcrumb.

    But in your case it is just links to /download There is nothing in the download page, so it is just displaying the matching content which is an image in your case. Maybe your theme implemented the breadcrumb in a different way.

    Please check if the download archive- is active on your settings http://prntscr.com/prnith and then check the single.php of your theme to find out how it is showing the breadcrumb.


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

    Shahriar
    Moderator

    Did you add the template tag [membership_levels] to your custom link-template? The code implements the template tag but you have to use it on your template to make it visible. You also have to write CSS to adjust the position of the level.

    If you are not familiar with template customization please check this post https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    #114274

    In reply to: Email Lock Spins


    Shahriar
    Moderator

    Hi,

    After submitting the email address Download Manager did send the email with a download link. The spinning never ends because WP Super Cache is modifying the AJAX response sent by Download Manager. It is adding the following message with WPDM response which is breaking the expected JSON format of WPDM response.

    <!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->

    http://prntscr.com/prk4z8

    Fixing this issue will automatically fir the email lock spinning.

    Thanks.

    #114267

    Shahriar
    Moderator

    Download limit message is coming from Download Limit Message: option but you had no login link there. I have updated the option with the login link. Now link should appear with the message.

    http://prntscr.com/prj5g9

    #114264

    Abdus Sattar
    Member

    Hi Aly,

    You can change the download button label ( text ) from the package settings meta box. The text comes from the “Link Label” option. So, just set your custom text there.

    https://www.evernote.com/l/AUcPrMhQWWBE57vLe-McbypCiQ2O6Tu_lv4B/image.png

    Thanks.

    #114253

    Web Guy
    Participant

    Hello. When viewing a package, I see the breadcrumb at the top (under Blog Latest News). However, if I click the “download” link in that breadcrumb, it just presents me with a download.png image. I have breadcrumbs enabled in Yoast and they work fine on the rest of my site (i.e., blog posts). Is there something else special that I need to do to get the breadcrumbs working properly with WP Download Manager?

    Thanks

    #114251

    BGM
    Participant

    I did some searching, but couldn’t find any conversation on my issue. I’m looking to this page: https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ for support. It says “— category: use any category slug here if you want to create an archive page for that specific category or don’t use the parameter” However, the shortcode generator only allows a single category to be selected and it inserts it’s ID, not it’s slug.

    I currently have 6 top-level categories. [wpdm-archive cat_view=”extended” showcount=1 button_style=”info” link_template=”5db8acc6b6246″ order_by=”post_title” order=”asc” items_per_page=”10″]
    as seen here: https://www.screencast.com/t/oYM4O4fE

    I’d like to have a page that has all but one of them.
    If I use the shortcode generator, I can only pick 1 category and it creates: [wpdm-archive category=”114″ cat_view=”extended” button_style=”default” link_template=”link-template-audio” order_by=”post_title” order=”asc” items_per_page=”10″]

    Category 114 is Letters.
    If I use all the ID’s of the categories I want it breaks: [wpdm-archive category=”121,272,119,117 ” cat_view=”extended” button_style=”default” link_template=”link-template-audio” order_by=”post_title” order=”asc” items_per_page=”10″]

    If I try to use the slugs of the categories I want, like mentioned in the doc [wpdm-archive categories=”articles,letters,master-messages,scripts” cat_view=”extended” showcount=1 button_style=”info” link_template=”5db8acc6b6246″ order_by=”post_title” order=”asc” items_per_page=”10″]
    it has no impact: https://www.screencast.com/t/9cIuubfkc

    What am I missing or messing up?

    #114225

    Arun
    Participant

    Yes, login form should be showed to visitors to download the files after the limit. Can you describe the steps you followed I m not able to replicate the same from my end.

    When I m trying it show like this without link or form https://prnt.sc/pqy3j4

    and sometimes when I click on download it shows this error – https://prnt.sc/pqy3q7


    Mike Cooper
    Participant

    I tried adding an ID column but when I do the import does not work. I see the plugin reports success and no error but afterwards the item is not found when I look under All Downloads.

    Here’s is a link to the csv: https://drive.google.com/file/d/1y_YgupNMxbyBhrHQcEwS07j3q0BEPAme/view?usp=sharing

    when I try to modify a download I cannot link it to categories, the category choice box is not displayed
    the category choice box is displayed only in “quick edit” when downloads are in list mode

    #114176
    This reply has been marked as private.
    #114166

    gmo
    Participant

    Hi,

    in this Thread: https://www.wpdownloadmanager.com/support/topic/open-pdfs-in-new-browser-tab/ I have already asked, because it doesn’t work for me. All my pdf should open in a new tab. This also worked until I added password protection to some pdfs. How do I make sure that the password is requested first and then the pdf opens in the new tab? It doesn’t matter if it’s wpdm_all_packages or link-template-default.php. Do you know what I mean?

    #114151

    Shahriar
    Moderator

    You can modify the link to open in a new tab when there is a package-lock. Do you want to open the file in the browser? If not after unlocking package you can just download the file and your page will still be there with other downloads.

    #114129
    This reply has been marked as private.
    #114115

    gmo
    Participant

    When using the main download button:
    To open file in new tab replace [download_link] with [link_label] in your custom page/link template.

    However, this only works for me until I use a password protection. Then a new window will open but there will be no popup for entering the password.

    I use for single file downloads link-template-default.php and for [wpdm_all_packages….] wpdm-all-downloads.php. What do I have to change to make it work?

    #114112

    gmo
    Participant

    Sorry, my mistake. It’s because I changed a link template and wpdm-all-download so that the Divi theme opens the file in a new tab and not in the same one. Now I just have to figure out how it’s basically possible except for password-protected files.

    #114103

    Web Guy
    Participant

    Thanks for the reply. The demo link looks great.

    I am using a third party membership program that controls access to different things depending on their WordPress user role, so I am just assigning different wordpress user role levels to my packages. For example, “Basic” role (free membership required), “Premium” (paid premium membership required), etc.

    Is it possible to do what you have described in the custom template tag if I am not using your the WP Download Membership Addon? I would like to do what you have described, but just have it be based on the name of the WordPress role that is assigned to that product. Please let me know.

    #114101

    Shahriar
    Moderator

    Sorry for the delayed reply.

    Dynamic Excerpt is working fine. I have created a custom page template “Dynamic Excerpt” and applied it here https://cioindex.com/reference/sample-it-governance-implementation/ Try changing the number in [excerpt_200] tag. Please read this post to understand template customization.

    Bulk Import issue could be related to CSV formatting. Please send me the CSV file to check. You can upload it somewhere and share the link in reply.

    #114100

    Russell Ware
    Member

    I am not getting any stats for downloads, either in the “Stats” section or when I look at the packages list in all packages. I have tried disabling/enabling the Download Manager plugin (as I saw this suggested in another forum post), but still nothing.

    My site, and the download links, can be seen here: https://www.pclexperte.de/digitale-downloads/

    Any help would be great.


    Shahriar
    Moderator

    Hi,

    I checked the Database table wp_options table for _fm_link_templates and _fm_page_templates records but found no custom template code there. I am not exactly sure which plugin modified these entries. In most cases, this kind of change is made by a plugin that does backup/restore or bulk DB changes ( search& replace etc ). Really sorry about the inconvenience but I couldn’t find any reason that points the issue being originated from WPDM.

    Now best option is creating template files for your custom link/page templates as the issue may occur again if you use the template editor. You have to put the files in /active-theme/download-manager/page-templates/ and /active-theme/download-manager/link-templates/ directory ( I have already created those directories in your child theme ). The file name will be used as the template id in this approach. And you have to set a template name at the top of the file. Please check any existing template file from /download-manager/tpls/link-templates/ directory.

    Here is a custom link template https://www.dropbox.com/s/upop791l1slse20/alameensoft.php?dl=1 Download the file and place it in /active-theme/download-manager/link-templates/ dir. This template is the same one used here http://prntscr.com/pq3h3e but without the download button.

    Let me know if you have a further query or I can help you in any other way.

    Thanks.


    gmo
    Participant

    Hi,

    if I add a file with password protection, the download doesn’t work anymore. Only the page opens in a new tab and the URL is extended with #locked. However, this only happens with the DIVI theme. As soon as I change the theme, the password popup works as expected.

    Ok, if I use “Link Template Embedded” as the link template for this file, then the password is also asked for. This in turn only works if I enter the short code individually, but not if I use [wpdm_all_packages].

    Unfortunately I can’t set up an account for you, because everything runs locally at the moment.


    Shahriar
    Moderator

    Do you want to remove the “Download” button from the “Popular Downloads” list? Just edit the link template you are using there. Clone the Default Link template and remove the [download_link] tag from there. Then use the new custom template in your shortcode.

    Please send temporary wp-admin login info in private reply if you need help with that.

    #114036

    Shahriar
    Moderator

    Hi,

    Download Manager doesn’t provide the user avatar option. It grabs the Gravatar image linked to the user’s email address. That’s the standard procedure for setting WordPress user avatar.

    Thanks.

    #114026

    Hello,

    I have added a pdf file for download, but when testing the link I get the following error, “File not found or deleted from the server”. I can see the file from the backend fine. I have also uploaded several times to make sure no issue with the file.

    Any advice would be much appreciated.

    Thanks

Viewing 25 results - 4,126 through 4,150 (of 9,358 total)