Viewing 15 replies - 16 through 30 (of 31 total)
  • Plugin Support Chrystl

    (@chrystl)

    Polylang supports the WPML API, and the wpml-config.xml.
    @dino127, have you a wpml-config.xml in your theme directory?

    dino127

    (@dino127)

    “When Polylang is activated, have you this title displayed at least in one language? “

    No. At the time the polylang activates – Title disappears from ALL languages

    dino127

    (@dino127)

    “@dino127, have you a wpml-config.xml in your theme directory?”
    sure I have – and?

    Plugin Support Chrystl

    (@chrystl)

    Title disappears from ALL languages

    Could you deactivate all your plugins except Polylang? Then test your theme + only Polylang.
    Does it work?

    dino127

    (@dino127)

    Yes I can – and just did it: deactivate EVERYTHING except polylang: there are NO titles ). Ok – deactivate the last – polylang ( no active plugins now at all) – the Titles ARE.

    Plugin Support Chrystl

    (@chrystl)

    @dino127, thanks for the test. Do you use a child theme?
    If yes, could you switch on the default Betheme and test with Polylang?

    dino127

    (@dino127)

    no, I do not use child theme. I manage now 2 active BeThemes – every cause the same problem. Moreover – just install clean Be theme DEMO from purchased package. Install polylang – the same issue (
    Everything is good (!) – that is not simple for Be’s muffin – but no Titles (((

    Nevertheless of fix to be absent – there is a way to pass around !
    I forgot about BE – this is very powerful theme: each created page has a custom subheader below the muffins – you may add the custom bg with custom Title !
    sure – this is temporarily, but… now the only figuring out.

    Plugin Author Chouby

    (@chouby)

    @augustin-prot
    Please stop spamming topics. 4 times in one day…

    @dino127, @chemistrap1
    I don’t understand what could be the source of the conflict. Polylang does not modify the content in any way. It looks like your theme displays the page title in a conditional way which looks very strange to me. Technically, the title is generally displayed with the one function with no condition.

    Unfortunately, I have no way to know more with a Premium theme. Did you contact your theme support to report this issue? With access to the code of the plugin and the theme, they should be in a better position than me to understand what happens.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please stop spamming topics. 4 times in one day…

    @chouby Thanks for flagging, moderators are going to investigate this.

    Thread Starter chemistrap

    (@chemistrap1)

    @chouby
    Yes, I did.
    They said a plugin could conflict the theme please deactive and check the pages and i try to deactive this plugin and page’s title appears when i activate this plugin pages’s title disappear.
    And they does not help with me cause it effect 3rd party plugin.

    @chouby
    thanks for the answer!
    Sure – we contacted Be Theme support – and they only said: the only multilanguage plugin, that officially supported by the BeTheme – is WPML.
    That is true – wpml works fine, there are no hidden titles. But wpml has another few bags )
    And they do not want to resolve such conflicts. But – you plugin also work (xili and qTranslate – not)! I am not realizing where problem can be also. Sure – I can give you full access to my demo page as it will helps…
    I understood you, to follow every Premium plugin is difficult… but Be as Avado – are very famous…

    Plugin Author Chouby

    (@chouby)

    @anevins
    I didn’t know my comment would flag you ??

    @dino127, @chemistrap1
    I can understand that Be theme chooses to support only one multilingual plugin. Testing 3rd party plugins and themes is very time consuming.

    pity… at a deadlock…

    Hi guys,

    I solved the error doing that:

    -Edit header.php (/themes/betheme/header.php) or better overwrite it in your child theme

    – Find the following lines:
    echo '<div id="Subheader">';
    echo '<div class="container">';
    echo '<div class="column one">';
    echo '<h1 class="title">'. mfn_page_title() .'</h1>';
    – Replace mfn_page_title() for get_the_title()

    Now the title is displayed correctly in the subheader.

    I hope that works for you!

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘Page title disappeared when i activate polylang plugin’ is closed to new replies.