Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    How do i remove the "show details" that appear under each photograph?

    Http://www.clairebaluci.com/gallery
  2.  
    just seen this ..

    To hide the "Show details" link, just put into gallery.css:
    #exif_toggle, #exif_table {
    display:none;
    }

    Works great ..many thanks
  3.  
    delete this part from gallery.php lines 213-218



    if (!$_SESSION["plogger_details"]){
    $detail_url = '<a accesskey="d" href="javascript:void(0);" onclick="show_details();">Show details</a>';
    }
    else{
    $detail_url = '<a accesskey="d" href="javascript:void(0);" onclick="hide_details();">Hide details</a>';
    }
  4.  
    but your html part still has the dimensions/camera type etc. details although its unvisible in your browser. This will be still visible by search engines and those un-wanted words will reduce your keyword density. so now open your gallery.php file and delete this at line 241

    $output .= generate_exif_table($row["id"]);