Hi,
I have a customization that breaks when I try to update to the newer versions of Enfold. I suspect this is because I have a file av-helper-masonry.php in my child theme that nowadays seems to be class-avia-masonry.php
Hey Zest,
Thank you for the inquiry.
In the class-avia-masonry.php file, you should see this same code around line 640. You can place the modification after this block of code starting from line 691.
if( strpos( $this->config['caption_elements'], 'excerpt' ) !== false && ! empty( $content ) )
{
$markup = avia_markup_helper( array( 'context' => 'entry_content', 'echo' => false, 'id' => $entry['ID'], 'custom_markup' => $this->config['custom_markup'] ) );
$items .= "
<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>
";
}
Best regards,
Ismael
Thank you, thank you, thank you 😀
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike