• malky

    (@malky)


    I am using this plugin along with the qtranslate one and I get the 3 translations appearing as descriptions joined together? Can you please help?

    I know it may be just a query change in the code that I can do manually, so if you could please advise on what and where?

    Thanks,

    Malky

    http://wordpress.org/extend/plugins/wp-property/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Stan J

    (@stonjohnsson)

    Same question!

    you have to dig thru the plugin code and change some outputs, eg

    from
    <?php echo $property_stat_label;?>
    to
    <?php _e($property_stat_label);?>

    it’s not trivial if you don’t know your way with some php-programming…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-Property – WordPress Powered Real Estate and Property Management] No working with qtrans’ is closed to new replies.