Shortcode regression since the last update

Hi !

Since the last update, shortcode into logo text are not interpreted.

Can you fix this bug ?

Thanks

Sorry, shortcode into logo text has never existed.

In class-fl-theme.php, I must alter this function :

static public function logo()
{
$logo_type = self::get_setting( 'fl-logo-type' );
$logo_image = self::get_setting( 'fl-logo-image' );
$logo_retina = self::get_setting( 'fl-logo-image-retina' );
$logo_text = do_shortcode(self::get_setting( 'fl-logo-text' )); // HERE

Sorry

Hi novfr,

I’ve made a note to get that added in the next update.

Thanks,
Justin