Footer Text Box no longer accept html ?

Posted in: Newspaper
Post count: 36

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/

Post count: 3343

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>

Post count: 36

That is what I add to the footer box in the theme option via admin panel but the output comes up with that \’

Post count: 854
Post count: 36

I want to add it here if possible http://i.imgur.com/8MmeYp7.png

Post count: 3343

Hello,
Add it directly in code http://screencast.com/t/aCvFDDUTcl

Post count: 36

so do you recon copying the footer.php to the child theme and editing that would be the best way to do this ?

Post count: 854

hi,
yep, try to do it, should work

Thanks for you message.
Radu A.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.