• Resolved viewup

    (@viewup)


    Hello, awesome plugin.

    Many email clients block images until the user allow loading them.

    The header image if not loaded shows the blog description (img alt). Works in many cases but many times it doesn’t work well.

    What i need is allow to edit the image alternative text. An good way to do this is to use the header text. It will show as the img alt when the image is set. Currently, i can only use one of them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can by using filter ‘mailtpl/templates/header_logo_alt’ like this:
    add_filter('mailtpl/templates/header_logo_alt',function(){ return 'New text';});

    Thread Starter viewup

    (@viewup)

    This is nice, but any chance to become editable in customizer?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo Placeholder’ is closed to new replies.