Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Stian

WPML flags missing

Hi,

Using Admin Columns Pro and WPML, there is an issue where flags disappear if ACP is used.

Doing some testing, I noticed that the colon is stripped from the flag URI (before http), so the flag is not displayed.

Quick fix:
In base/classes/third_party.php, in the function cpac_wpml_set_translated_label(), just before return $label, I added:

if($column_name=='icl_translations') {
	$label = str_replace('http', 'http:', $label);
}
9 years, 7 months ago
Jesper

We’ve contacted WPML about this issue, and we’re waiting for their response now!

9 years, 7 months ago
Tobias Schutter
Developer

The issues has been resolved with the latest release v3.0.8.5.

The WPML column is being displayed correctly again. Just make sure to remove the WPML column first and then add it again. The flags will also be displayed properly and some ajax issues are resolved aswell.

9 years, 6 months ago

You must be logged in to reply to this topic.