Hi there,
I’ve found the following thread where you have provided instructions for removing the filename from a masonry gallery:
https://kriesi.at/support/topic/remove-title-from-masonry-gallery/
Could you please also highlight how this can be achieved when using the enfold child theme?
Thanks!
Hi csmwebdesign!
Please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
You can apply the changes in the same folder inside av-helper-masonry.php file
Cheers!
Yigit
Hi Yigit, the entry referenced in the original post does not appear to be the file anymore. Could you please review and provide an update?
Many thanks
Hi,
Please find following line
$items .= "
<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>
";
and comment it out as following
//$items .= "
<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>
";
Please also see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Hi Yigit, I’m afraid that the code you have posted appears to be identical, I cannot see where this needs to be commented?
Thanks