• Hi,
    Hope you are doing good,

    How to add a one-click download image button for each image in the Acmephoto theme?

    You can find my website URL here for your reference https://imgur.com/a/wQKtyGk

    Kindly help me in this regard.

    Looking forward to your prompt response.

    Thanks and Best Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Dear @huntman ,

    Download functions is plugin functionality and we recommended you to use on of the following plugins
    If you have special requirements , it will need for customization of the theme.

    Best Regards!

    Thread Starter huntman

    (@huntman)

    Can you please help me with customization instead of plugins as I dod not find any reliable plugin that I just simply install and get the downloadable results for all images in one click.

    Or will you suggest some specific plugin that allows users to download image files from the front end of the website?

    Theme Author Acme Themes

    (@acmethemes)

    Dear @huntman ,

    The following code will display the download button of feature image

    <a class="at-download-image" href="<?php the_post_thumbnail_url( 'full' ); ?>">Download Image</a>

    We recommend you to put this code on content-single.php

    It is highly recommended to use child theme to customize the theme.

    Best Regards!

    Thread Starter huntman

    (@huntman)

    Hi,

    Thanks for getting back to me.

    I placed this code into a single.php file and it shows the download image button at the bottom of the page under the comment section but when I click the button, it redirects to full sizes image instead of downloading locally on my computer.

    Also, please help me to relocate the download button very after to the image (bottom of the image)

    View post on imgur.com

    Thanks,

    Theme Author Acme Themes

    (@acmethemes)

    Dear @huntman ,

    Please put the code on line number 52 on content-single.php not in single.php before <header class="entry-header border">

    Best Regards!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add a one-click download image button for each image in the Acmephoto ?’ is closed to new replies.