Hello,
As I was trying to translate ultimate theme in French, I found a typo in header-extension.php.
“Read More” button in slider cannot be translated.
I think there is a typo on line 464 :
$ultimate_featured_sliders .= '<a title='.__('"Read More"').' '.'href="'.get_permalink().'"'.' class="call-to-action">'.__('Read More').'</a></article><!-- .featured-text -->';
Should be :
$ultimate_featured_sliders .= '<a title='.__('"Read More"').' '.'href="'.get_permalink().'"'.' class="call-to-action">'.__('Read More', 'ultimate').'</a></article><!-- .featured-text -->';
Regards.