Viewing 6 posts - 1 through 6 (of 6 total)
- “;
} else {
if( strpos( $ul[‘attr’][ $key ][‘row_style’], ‘avia-pricing-row’ ) !== false )
{
$content = preg_replace( ‘!(\$|€|¥|£|¢|¤|%|‰|¢|¤|£|¥|€)!’ , ‘<span class=”currency-symbol”>$1</span>’, $content );
}$output .= “<li class='{$ul[‘attr’][$key][‘row_style’]}’>”;
}Might be worth raising this issue to the Enfold theme, so they’ll fix this in future versions. Because as of now, if you update the Enfold theme, this patch will be overwritten.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.