Hi
I am having html in the footer text area and it used to accept html but does not seem to work properly right now đ
You can see it in action on my staging sever
http://bstpremiumthme.staging.wpengine.com/ , the output comes up as see the break characters \ in there , its messing up the html
<div class="\'withLove\'">Made with <!-- Heart SVG icon --> <svg class="\'heart\'" version="\'1.1\'" xmlns="\'http://www.w3.org/2000/svg\'" xmlns:xlink="\'http://www.w3.org/1999/xlink\'" x="\'0px\'" y="\'0px\'" width="\'92.515px\'" height="\'73.161px\'" viewBox="\'0" 0="" 92.515="" 73.161\'="" enable-background="\'new" xml:space="\'preserve\'"> <g> <path fill="\'#010101\'" d="\'M82.32,7.888c-8.359-7.671-21.91-7.671-30.271,0l-5.676,5.21l-5.678-5.21c-8.357-7.671-21.91-7.671-30.27,0" c-9.404,8.631-9.404,22.624,0,31.255l35.947,32.991l82.32,39.144c91.724,30.512,91.724,16.52,82.32,7.888z\'=""></path> </g> </svg> in Melbourne</div>
Live site with older version here : http://bestpremiumthemes.net/
-
This topic was modified 12 years by
SaijoGeorge.
-
This topic was modified 12 years by
SaijoGeorge.
Hello,
I used without \' is something from formating
Try this:
<div class="withLove">Made with <!-- Heart SVG icon --> <svg class="heart" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="92.515px" height="73.161px" viewBox="0" 0="" 92.515="" 73.161="" enable-background="new" xml:space="preserve"> <g> <path fill="#010101" d="M82.32,7.888c-8.359-7.671-21.91-7.671-30.271,0l-5.676,5.21l-5.678-5.21c-8.357-7.671-21.91-7.671-30.27,0" c-9.404,8.631-9.404,22.624,0,31.255l35.947,32.991l82.32,39.144c91.724,30.512,91.724,16.52,82.32,7.888z=""></path> </g> </svg> in Melbourne</div>
That is what I add to the footer box in the theme option via admin panel but the output comes up with that \’
hi,
try:
http://screencast.com/t/nqAryA7n
or
1. http://screencast.com/t/o5WsVLDq
2. http://screencast.com/t/zQ0xFhZwW
3. http://screencast.com/t/HCWnbkn3iG
Thanks for you message.
Radu A.
I want to add it here if possible http://i.imgur.com/8MmeYp7.png
Hello,
Add it directly in code http://screencast.com/t/aCvFDDUTcl
so do you recon copying the footer.php to the child theme and editing that would be the best way to do this ?