yeung

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Multi-language front page #78060
    yeung
    Participant

    Same problem as @Christoph.
    Not the posts from selected category but all posts are displaying in second languages. It happens in Featured Boxes 1 & 2 on my landing page. Although I have translated all post content and categories using Polylang to link them together.

    Plus, encrypt in Featured Icon boxes only work on primary language but display full content when in second language.

    I have used the workaround but seems cannot fix the problem:

    if ( function_exists( ‘pll_get_post’ ) ) {
    $page = get_post( pll_get_post($pageid, get_locale()));
    $pageid = pll_get_post($pageid, get_locale());
    } else {
    $page = get_post( $pageid );
    }

    Website: www.causewayeducation.com

    in reply to: Featured boxes not working after last update #67841
    yeung
    Participant

    I have encountered the same issue on homepage after updating Fluida.

    My site is in bilingual and holds 3 languages with Polylang. I have created a set categories contain 3 languages (gallery, zh-gallery, cn-gallery). Within each category, it contain 2 posts with same content but different languages.

    You know, for the Featured Boxes on landing page, it only can choose one category in 1 area, so I choose the “gallery” with 2 posts in English. Originally, when I changed to other language, Featured Boxes would automatically changed to “zh-gallery” with 2 same post in Traditional Chinese. It did the same in the third language.

    After updating, when I choose the “gallery” with 2 posts in English, it works well. But when I switch to Chinese, it displays all posts in Chinese version, instead of posts in “zh-gallery” category.

    Fluida does not allow me to select different category in Featured Boxes tab when I change the language. Any fix?

    Website: www.causewayeducation.com

Viewing 2 posts - 1 through 2 (of 2 total)