Okay
  Public Ticket #1036813
Image on Nectar Slider (instead of text)
Closed

Comments

  •  2
    Statiq started the conversation

    Hi,

    I saw in another ticket that by adding a HTML image tag in the Page Header Title you can make an image appear.

    It works when I preview it, but when saving it, the code only reads:

    <img src=

    instead of

    <img src="http://thelegacyinstitute.org/wp-content/uploads/2016/12/Logo-Light.png">


    Do you know what I am doing wrong?

  •  8,998
    Tahir replied

    Hey Again,

    You have to use Single quotes instead of Double to save it correctly. 

    <img src='http://thelegacyinstitute.org/wp-content/uploads/2016/12/Logo-Light.png'>
    

    Bes.t 


    ThemeNectar Support Team