Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1000838
    JulieBDB
    Participant

    Hello,

    I would like to add a button that will allow my website visitors to print a planner in jpeg format.
    Example: http://www.ladyplans.com/holiday-printable-planner
    I don’t want to print the whole page just the image.

    Many thanks in advance

    Kind regards,
    Julie

    #1000898
    Nabeel A
    Moderator

    Hey Julie,

    Your site isn’t loading on my end http://www.ladyplans.com/holiday-printable-planner can you please double check the URL.

    Thanks!

    #1010145
    JulieBDB
    Participant

    Sorry, there was a pb with Go Daddy at that time.
    It’s working now you can use the same url.

    Thank you in advance

    Kind regards,
    Julie

    #1010381
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    It is possible to print a specific image however it is beyond the scope of our support. You would need a developer to add a button like that.

    The only thing I could suggest is on how to create a download button.

    Add the code below in a raw element so that you can create a button that will be able to download the image.

    <a download="custom-filename.jpg" href="/path/to/image" title="ImageName">
        <img alt="ImageName" src="/path/to/image">
    </a>

    Thank you so much for understanding.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1000838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>