• Resolved Piotr1984

    (@piotr1984)


    I have used so far tags in titles in “home icon menu” items but after last two updates (2.3.5 and 2.3.7) this tag is not working properly. Now it’s not breaking a line but it’s show up like normal text.
    How can I fix it?
    Piotr

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link?

    Kadence Themes

    Thread Starter Piotr1984

    (@piotr1984)

    https://nawijam.pl/
    I have
    tags in first line. I removed tags manually from the rest.

    ok, yeah this has to do with wp guidelines. To get the theme through the theme review for www.remarpro.com all input areas have to be “sanitized” and that means it doesn’t allow the html to be used as html.

    You can create a child theme though and add a folder called templates and inside that a folder called home. Then in your home folder you can copy the icon_menu.php file from the parent theme. and on line 32 remove esc_html($icon['title']) and replace with this:
    $icon['title']

    Kadence Themes

    Thread Starter Piotr1984

    (@piotr1984)

    Yeah, it’s working!
    Thanks a lot!
    Piotr

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tags in titles in "home icon menu"’ is closed to new replies.