• Hi.

    So in the last version of your template the text field on the “call to action – intro” part recieved HTML tags, but in this new version it is not doing it anymore.

    Now i’m not able to give that text a line breake (and i need it)

    Please tell me how can i put line breaks on that field

    (you cal look at the problem in cautoh.com)

Viewing 1 replies (of 1 total)
  • I found where to fix this, but it requires making changes to the core minamaze theme – no way to override in a child theme.

    You need to modify the file located at /wp-content/themes/minamaze/admin/main/options/02.homepage.php

    The code that is escaping the html (and therefore making it display) is a WordPress built-in function esc_html.

    To allow HTML in the message area, delete the esc_html from lines 337 & 348 where it is applied to: $thinkup_homepage_introactionteaser

    To Allow HTML in the Content Area Descriptions, delete the ec_html from lines 270, 286 & 302 where it is applied to: $thinkup_homepage_section1_desc, $thinkup_homepage_section2_desc, and $thinkup_homepage_section3_desc respectively.

    if you want to allow HTML in other areas of the homepage, remove the esc_html in other places in this file.

Viewing 1 replies (of 1 total)
  • The topic ‘Call To Action – Intro… Content stoped reciving HTML’ is closed to new replies.