
and
Posted 10 October 2012 - 04:59 PM

Posted 10 October 2012 - 05:01 PM
Posted 10 October 2012 - 05:13 PM
Posted 10 October 2012 - 06:50 PM
Posted 10 October 2012 - 08:13 PM
Posted 10 October 2012 - 08:14 PM
Posted 10 October 2012 - 08:36 PM
Posted 11 October 2012 - 08:48 AM
Posted 16 October 2012 - 06:22 PM
Posted 16 October 2012 - 06:59 PM
function add_lang_features($metadata, $object_id, $meta_key, $single){
$key = $meta_key;
if ( 'feature-link-url' != $key && 'the_box_icon_link' != $key )
return $metadata;
if ( ! is_admin() && function_exists( 'qtrans_getLanguage' ) ) {
remove_filter( 'get_post_metadata', 'add_lang_features', 999, 4 );
$data = get_post_meta( $object_id, $key );
$link = sprintf( '%s/?lang=%s', $data[0], qtrans_getLanguage() );
add_filter('get_post_metadata', 'add_lang_features', 999, 4);
return $link;
}
return $metadata;
}
add_filter('get_post_metadata', 'add_lang_features', 999, 4);
Posted 17 October 2012 - 07:24 AM
Posted 17 October 2012 - 07:47 AM
Posted 17 October 2012 - 09:16 AM
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|