mikal11
Forum Replies Created
-
I have the same problem like billways
Can anyone help us?Regards
MikalForum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Problem with qtranslate?Hi,
I happy to say that i resolve this problem 🙂
You have to make changes in many places but everywhare you have to use code like in example:If You want to change translate in property details, edit file
wp-content/plugins/fs-real-estate-plugin/includes/listing_details.phpfind code
$PageContent .= '<div id="fsrep-aimages"><span>Other images</span>';
replace with$otherlang = __(html_entity_decode('<!--:en-->Other images<!--:--><!--:pl-->Inne zdjęcia<!--:-->', ENT_NOQUOTES)); $PageContent .= '<div id="fsrep-aimages"><span>'.$otherlang.'</span>';Here is my project link
mikal11
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] unicode problem?the problem with unicode is in databes. Login to phpmyadmin and change in table *fsrep_listings the method of comparing subtitles. From
latin1_swedish_citoutf8_general_ciI also do the changes in table fields
Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] unicode problem?I have the same problem with this plugin. Any ideas how to resolve it?
when you make an update with multi-language support?Forum: Plugins
In reply to: [FireStorm Professional Real Estate Plugin] Problem with qtranslate?I try to use short codes of qtranslate to make your great real estate plugin translate. I use
[:en] English text [:de] Deutsch text
and
<!–:en–>English text<!–:–><!–:de–>Deutsch text<!–:–>All of these solutions don’t work
Any ideas how to resolve it?
MK