• Resolved emj

    (@emj)


    Hi, I love this plugin, the custom font option is really helping me apply the right heading tags for SEO ??

    Only thing, when I add an EVC custom font block, there is no visible preview of the text in visual composer. I have to actually click and edit the custom font block, in order to see the text inside. Is there an option to enable this?

    I hope that makes sense.
    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi emj,

    Thanks, I’m glad you like my plugin.?

    Yea, it’s possible to preview that text. I will add that functionality in the next plugin release. Thanks for suggestion.

    Also if you want manually to fix that problem just go to the plugin folder extensive-vc/shortcodes/custom-font/custom-font.php open this file and find this code below

    'heading' => esc_html__('Title', 'extensive-vc')

    And replace it with this

    'heading' => esc_html__('Title', 'extensive-vc'),
    'admin_label' => true

    Best regards,
    Nenad Obradovic

    Thread Starter emj

    (@emj)

    Thank you **clapping hands**, much appreciated.

    Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi emj,

    You are welcome.?

    Best regards,
    Nenad

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom font block – preview text?’ is closed to new replies.