ict con
Forum Replies Created
-
AuthorPosts
-
April 6, 2015 at 5:20 pm in reply to: Locaiont switcher not working with default Location url prefix setting. #36367
I habe changed the web.config file and now all problems are resolved.
Past this in your web.config file.
—————————————<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<httpErrors errorMode=”Detailed”/>
<rewrite>
<rules>
<rule name=”Main Rule” stopProcessing=”true”>
<match url=”.*”/>
<conditions logicalGrouping=”MatchAll”>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
</conditions>
<action type=”Rewrite” url=”index.php/{R:0}”/></rule>
<rule name=”wordpress” patternSyntax=”Wildcard”>
<match url=”*”/>
<conditions>
<add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
<add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
</conditions>
<action type=”Rewrite” url=”index.php”/>
</rule>
</rules>
</rewrite>
<defaultDocument>
<files>
<clear/><add value=”index.php”/>
</files>
</defaultDocument>
</system.webServer>
</configuration>This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Some other strings i can’t translate.
Add-listing page -> breadcum “Add Listing”
Listing Preview page -> Title -> “Listing Preview”
Listing Preview page -> Breadcum -> “Listing Preview”
listing-success Page (free package) -> Hole page can not be translated
Detail page -> tab title -> “Special Offers”Stripe payment module -> Title -> Pay for “listing preview” instead of Pay for “Packaged name”
Regards,
Oke thnx,
I you mean the geodirlocation-en_US.po, nope that doesn’t work.
At the add listing page there are these 2 strings i can’t translate.
Region*
City*Where are they located ?
Workaround: use wmpl to search for the phrase it will tell you where the string is located. Then you can use poedit to create a translation for only that line in the specific language file and use wpml to translate the rest.
it’s clear wpml finds the string but when you translate it only with wpml it doesn’t show on the site.
Some new on this? is there a easy way to see what files are used on the add listing form and need to be translated.?
It seems the content is shattered across multiple language files.
Only a few lines in the geodirclam-en_US file for the add listing form.yep wordpress novice, i am used to magento.
thx
Oke, the problem was a capital in the name of the row.
Somehow libre office changed “post_city” to “Post_City” without my knowledge.Why wp-directory would choke on a capital ??… that up to the developers.
That’s to bad, it didn’t help. Replace the database with a utf8_general_ci backup but no luck importing the .csv
-
AuthorPosts