• I am traying to complete a site with Customizr theme and Transposh plugin. Both are very good and I wish to combine those on the same site.

    The 99% of the themes works perfectly with Transposh plugin for a multilenguage site, but Customizr doesnt work.

    The flags appear, the path with the lenguages are created (…/en/…, /es/, /fr/, etc) but the lenguage does not change correctly to the selected one.

    You can change the theme, and without do anything, with the same path, the translation appear correctly.

    I do not know how I can resolve but…

    If somebody knows how I will appreciate.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter javiboys

    (@javiboys)

    I have been reading on https://transposh.org/faq/comment-page-2/:

    I installed the plugin and nothing happened – themes related

    The plugin works on one theme yet seems to fail on another. This might be caused by themes which don’t include the wp_head and/or wp_foot functions so the transposh.js file is not being included, try to include it manually by modifying your theme.

    I did it:
    How to add wp_head to a WordPress theme

    To add the wp_head function correctly to your WordPress theme, simply open your theme’s header.php file and add the following line of PHP code right before the closing head tag ( ?? :

    <?php wp_head(); ?>

    How to add wp_footer to a WordPress theme

    To correctly add the wp_footer function to your WordPress theme, open the theme’s footer.php file and add the following line of PHP code at the very bottom of the page:

    <?php wp_footer(); ?>

    but nothing happend.

    Thread Starter javiboys

    (@javiboys)

    I will continue working on:
    No translation happens

    There are a few things that you need to verify if no translation is happening when you visit a translated URL:

    Check that the transposh.js is being included in your html
    Check that there is no old version of jQuery.js being included by your theme
    Check your browser’s javascript console for any errors
    Try fixing the database in Transposh’s settings
    Try to disable the progress bar (might help if there is a jQueryUI conflict)
    Try using the translate all button in the settings page

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customizr theme doesnt work with Transposh plugin’ is closed to new replies.