• Hello , i am a photographer who want to sell some of my pictures / images. In my different categories i installed the no right click widget and it works. But above each picture is the original size , and when you click on this it opens the large size where you can right click and copy this image. So i needed to put a watermark on my pictures. In my Shop link on my webpage though there is photos without watermarks on them i want to sell. But here if you click click on the original size it opens the image in the original size. It shows a zoom in / zoom out cursor. If you right click here you can still copy / save /download the image. Can anyone help please.

    In upload new media i select a file / image , when i remove the file URL and then go to Shop on my webpage – only the thumbnail image shows. Then i am not able to click on the image for the large download size ?

    https://zetwatson.com/

Viewing 11 replies - 1 through 11 (of 11 total)
  • can u post the link of exact page
    as i went to your site and tried right clicking images and all seem to work fine and does not allow me to right click

    Thread Starter Zet Watson

    (@zet-watson)

    https://zetwatson.com/?page_id=531 click on ….

    it opens a larger image of the picture
    https://zetwatson.com/?attachment_id=561

    above the larger picture it shows a link
    By Zet Watson | Published August 13, 2012 | Full size is 2479 × 3508 pixels | Edit

    and when you click on the full size link it opens the full size picture where you can zoom in or out…when you right click on the zoom in out button https://zetwatson.com/wp-content/uploads/2012/08/par1.jpg you can save the image and copy the image…

    ah ok now i see it ??
    so u want that full size image link to not show ? right ?

    Thread Starter Zet Watson

    (@zet-watson)

    yes especially if i want to sell images , then its no use if you can just copy them….

    what shopping cart plugin are you using

    I am just trying to see which plugin is generating that full size image link as i dont think by default twentyten has that feature havnt installed twentyten in ages

    ok so this is code

    if ( wp_attachment_is_image() ) {
    								echo ' <span class="meta-sep">|</span> ';
    								$metadata = wp_get_attachment_metadata();
    								printf( __( 'Full size is %s pixels', 'twentyten' ),
    									sprintf( '<a href="%1$s" title="%2$s">%3$s &times; %4$s</a>',
    										wp_get_attachment_url(),
    										esc_attr( __( 'Link to full-size image', 'twentyten' ) ),
    										$metadata['width'],
    										$metadata['height']
    									)
    								);
    							}

    which is generating that link in file loop-attachment.php

    Thread Starter Zet Watson

    (@zet-watson)

    WP Simple Paypal Shopping cart

    Thread Starter Zet Watson

    (@zet-watson)

    how do i remove it or prevent it ?

    i hate to say this its a standard file but i cant see any other solution at the moment,
    backup your page (loop-attachment.php) (wp-content/themes/twentyten/)
    and around like 50 this function is written either you can remove it all together (so it wont display size and pixels
    or you can just remove the anchor tag

    Thread Starter Zet Watson

    (@zet-watson)

    i will have a look at this , thank you anyway for all your help so far…

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Full size link issue’ is closed to new replies.