Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem just by updating the theme from 3.0.5 to 3.0.8, html tags are shown inside the featured pages both on the customizr screen and on the frontpage. I’m not an expert on php or wordpress but I saw a change into \customizr\inc\admin\class-admin-customize.php the function tc_sanitize_textarea was using esc_textarea and now has been changed to use esc_html. From my understanding the first function strips tags leaving just plain text whereas the latter escape html tags so they can be displayed in clear (like in source view). The change was made on purpose in version 3.0.7 but I don’t think this was the desired behavior:

    = 3.0.7 =

    * improved : use esc_html tags in featured page text and slider captions

    Thread Starter angelo70

    (@angelo70)

    Thanks anyway for taking time to reply. I have done some slight modifications to the code and now I’m able to translate both the slider and the featured pages. Now the only missing feature is the ability to launch an external url when clicking the action button…

    Thread Starter angelo70

    (@angelo70)

    Thanks but then how do you point to the right one? For instance in the frontpage, you can choose just one slider.

Viewing 3 replies - 1 through 3 (of 3 total)