• Resolved raverstudio

    (@raverstudio)


    hello the close button in mobile needs to be translate friendly, here is the code to solve this:

    templates/itro-popup-template.php
    line 51:

    original:
    <span id=”ipp_mobile_close_txt” onclick=”itro_exit_anim();”>CLOSE</span>

    fixed:
    <span id=”ipp_mobile_close_txt” onclick=”itro_exit_anim();”><?php _e(‘CLOSE’,’itro-plugin’); ?></span>

    thanks, great plugin!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Quick correction’ is closed to new replies.