Problem
Using the theme on Piwigo 16.1, I am trying to hide the EXIF metadata to be shown on image pages, alongside created date, filesize, OSM map (if plugin enabled), etc. I cannot do so from the pigiwo config nor the theme config
Likely issue
picture_info_sidebar.tpl in lines 137-148 refers to {if isset($metadata)}
However, there's no option to show it or hide it on the Photo properties menu of /admin.php?page=configuration§ion=display nor in the Bootstrap theme configuration page
Problem
Using the theme on Piwigo 16.1, I am trying to hide the EXIF metadata to be shown on image pages, alongside created date, filesize, OSM map (if plugin enabled), etc. I cannot do so from the pigiwo config nor the theme config
Likely issue
picture_info_sidebar.tpl in lines 137-148 refers to
{if isset($metadata)}However, there's no option to show it or hide it on the Photo properties menu of
/admin.php?page=configuration§ion=displaynor in the Bootstrap theme configuration page