Hello,
I am having the same issue. The problem is that the banner, service, and project fields do not render HTML.
I am really hoping this is something that can be worked around, or fix.
Hopefully the theme’s creator monitors these forums closely (I am looking forward to a response from you.)
Consider this post a request to fix this bug.
Daniel
Hi
if possible to indicate by snapshot.
Thanks.
Theme Author
webriti
(@priyanshumittal)
Hi
To allow HTML in the service description on the front page , you need to remove the ‘sanitize_text_field’ function tag from the line
https://themes.trac.ww.wp.xz.cn/browser/quality/1.1/functions/theme_options/pages/home_service_settings.php#L28
to
https://themes.trac.ww.wp.xz.cn/browser/quality/1.1/functions/theme_options/pages/home_service_settings.php#L31
Let me know if you have any confusion.
Note for better customization : Do this change from child theme
Thanks
Priyanshu
You can see the problem that I’m referring to here:
http://imgur.com/r9dMkSF
Also, The service text area under the four service icons dont allow for formatting either.
Hi
To add HTML tag support follow the below Direction
Replace home_service_settings (Theme package >> option panel >> pages) with this code URL
Thanks.