• Hello community,

    I am using Download Manager in my WP blog, but the first Download button, which should redirect to the download page, doesn’t do anything when left-clicked.

    When the button is right-clicked and I choose ‘Open in new tab’, the link opens the download page.
    No Adblocks.

    Can you help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nayeem Hyder

    (@nriddhi)

    Hi,
    you can follow the link below documentation,

    https://www.wpdownloadmanager.com/doc/template-files/
    by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target=_blank>[link_label]</a> in related php file.

    Thanks.

    Thread Starter vvmarcio

    (@vvmarcio)

    Hello Nayeem,
    Thank you for your reply.

    As you mentioned, I copied the /plugins/download-manager/tpls/ to my active theme directory ‘/themes/neve/’, and changed the two php files like you mentioned.
    It didn’t work.
    I’ve tried both with the files inside and outside the folder called ‘tpls’.
    Neither of them worked.
    I’ve tried to remove all files except the ones I modified, and tried with all files.
    Neither of them worked.

    What can I do?

    Tanvir

    (@tanvirw3eden)

    Hello,
    can you please tell us the type of shortcode you used?

    Tanvir

    (@tanvirw3eden)

    you can change page template from the file edit option and check if it solves the problem https://ibb.co/3NjbgcW

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link button not redirecting’ is closed to new replies.