Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author jerryscg

    (@jerryscg)

    Hello Leroyteun,

    I will check about this issue, will let you know if i spot & resolve the issue.

    Regards

    Thread Starter Leroyteun

    (@leroyteun)

    Hi Jerry,

    Here is small update.. Almost finish the styling up:
    https://www.autohellevoet.nl/car-classifieds/mercedes-e350-cabriolet-3-0

    I have edited the po file with translations.. But still some are not coming true correctly. Strange thing is that this part is correct I think:

    <?php if( $JP_Cars->get_meta('_car_condition') == 'used' ): ?>
    <li><span><?php _e( 'Used', TEXTDOMAIN ); ?></span></li>
    <?php else: ?>
    <li><span><?php _e( 'New', TEXTDOMAIN ); ?></span></li>
    <?php endif; ?>

    Cheers, Leroy

    Thread Starter Leroyteun

    (@leroyteun)

    <?php if( $JP_Cars->get_meta('_car_condition') == 'used' ): ?>
    
    <li><span><?php _e( 'Used', TEXTDOMAIN ); ?></span></li>
    <?php else: ?>
    
    <li><span><?php _e( 'New', TEXTDOMAIN ); ?></span></li>
    <?php endif; ?>

    Leroy, can you solve this problem? I’am trying to solve this for 2 days. But not solved… ??

    Thread Starter Leroyteun

    (@leroyteun)

    Hi 0zel, I haven’t fixed the problem.. Sorry.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Translation certain items’ is closed to new replies.