Title: problem with cherry framework
Last modified: August 22, 2016

---

# problem with cherry framework

 *  [BartTheMan](https://wordpress.org/support/users/barttheman/)
 * (@barttheman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/)
 * Hi,
 * I’m using the cherry framework and the only way to translate a french version,
   is not to use polylang…they say.
 * I modified and added the string in the plugin folder \polylang\languages\polylang-
   fr_FR.po but still it is not translated at the front end.
 * Their response : Issue is that you are using Polylang plugin, if you disactivate
   it, you will see that translation throw po files works. Issue is that you could
   not use both types of translation. You need to translate .po files and disactivate
   Polylang plugin
 * Any way to solve this situation ?
 * Bart
 * [https://wordpress.org/plugins/polylang/](https://wordpress.org/plugins/polylang/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568087)
 * Hi
 * Not sure to well understand. What is your problem?
    You do not modify polylang-
   fr_FR.po.
 *  Thread Starter [BartTheMan](https://wordpress.org/support/users/barttheman/)
 * (@barttheman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568090)
 * Hi,
 * I hope there are no language issues here…. The plugin does not work in the cherry
   framework. If I deactivate polylang, translation works.
 * How to solve this? Any help will be appreciated.
 * Bart
 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568139)
 * Try this:
    1)In Setting > Permalinks: uncheck “Default” and check another one.
   2)In Setting > Language > Settings tab uncheck “The language is set from content”
   and check another one.
 * Now it works?
 * There a topic about that:
 * [https://wordpress.org/support/topic/polylang-disables-translations-from-cherry-framework](https://wordpress.org/support/topic/polylang-disables-translations-from-cherry-framework)
 *  Thread Starter [BartTheMan](https://wordpress.org/support/users/barttheman/)
 * (@barttheman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568149)
 * Yes I think so but the category page is giving me a 404 now…
 * does not work : /fr/?service=independants
    worked before : /?service=independants
 * You can check my settings here : [http://i.imgur.com/2jprdqj.png](http://i.imgur.com/2jprdqj.png)
 * Bart
 *  Plugin Support [Chrystl](https://wordpress.org/support/users/chrystl/)
 * (@chrystl)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568263)
 * Ok so Cherry Framework + only Polylang and other plugins deactivated don’t work.
   
   Is it possible that you set up a debug.log file to have the error messages and
   find what is wrong.
 * In wp-config.php, replace:
 *     ```
       define('WP_DEBUG', false);
       ```
   
 * by
 *     ```
       define('WP_DEBUG', true);
       define('SCRIPT_DEBUG', true);
       define('WP_DEBUG_LOG', true);
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 * After that a file called debug.log appears in wp-content folder with error messages
   in it. Please report these errors.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘problem with cherry framework’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Chrystl](https://wordpress.org/support/users/chrystl/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/problem-with-cherry-framework/#post-5568263)
 * Status: not resolved