Forum replies created

    Meshal
    Spectator
    Posts: 30
    May 20, 2015 at 3:10 pm #17644

    If I update once it will show & #092;f07a, If I update once more it will show the shopping cart but if update for the third time it will disappear again. (I have removed the space between & and #)
    This character need to be escaped by php !

    Meshal
    Spectator
    Posts: 30
    May 20, 2015 at 6:48 am #17591

    Same thing. It will disappear after update.

    In reply to Sub menu
    Meshal
    Spectator
    Posts: 30
    May 7, 2015 at 12:31 pm #17350

    it works , thank you 🙂

    Meshal
    Spectator
    Posts: 30
    May 7, 2015 at 7:46 am #17330

    Ya it looks moving but not easily, iPhone users might not notice that unless they saw horizontal scroll bar under the table.

    In reply to Translating bug
    Meshal
    Spectator
    Posts: 30
    May 6, 2015 at 10:24 pm #17322

    I found same case with thankyou.php :

    <?php _e( 'Order:', 'woocommerce' ); ?>
    <?php _e( 'Payment method:', 'woocommerce' ); ?>

    To

    <?php _e( 'Order Number:', 'woocommerce' ); ?>
    <?php _e( 'Payment Method:', 'woocommerce' ); ?>

    Meshal
    Spectator
    Posts: 30
    May 6, 2015 at 6:31 pm #17315
    Meshal
    Spectator
    Posts: 30
    May 6, 2015 at 1:31 am #17263

    It looks picture zooming is not working well on OS7.x systems

    In reply to Translating bug
    Meshal
    Spectator
    Posts: 30
    May 4, 2015 at 11:35 pm #17251

    woo-config.php should be fixed too

    <?php _e( 'Password (leave blank to leave unchanged)', 'woocommerce' ); ?>
    <?php _e( 'Confirm new password', 'woocommerce' ); ?>

    To :
    <?php _e( 'Current Password (leave blank to leave unchanged)', 'woocommerce' ); ?>
    <?php _e( 'Confirm New Password', 'woocommerce' ); ?>

    even though it is already there in alora po file.

    Who uses English wont face these problems cause they already hard coded.

    Just a friendly advice, It is better to not use html tags in po file.

    Meshal
    Spectator
    Posts: 30
    May 3, 2015 at 10:02 pm #17230
    Meshal
    Spectator
    Posts: 30
    May 3, 2015 at 8:08 pm #17223

    Perfect, thanks