• DesignlabAmsterdam

    (@designlabamsterdam)


    Does anyone know about this conflict?
    WPML works fine only on the submenu (pages) the header breaks.
    See here

    It could be I added a costumized headerr.php to my files????
    But then why only on the submenu pages ?

    Thanks in advance

Viewing 1 replies (of 1 total)
  • arkgroup

    (@arkgroup)

    DesignlabAmsterdam,

    You have such urls of images in header:

    <img src=”../wp-content/themes/twentytenBL/images/logoBL.png” …>

    Your website uses permalinks (mod_rewrite) and such structure of urls is wrong and will not work with mod_rewrite. Try to set such structure in header.php:

    <img src=”/wp-content/themes/twentytenBL/images/logoBL.png” …>

    In this case path will start from the root website folder and it should solve the problem.

    Also you have something in the bottom of your website like:
    WPML
    -## –>

    I suppose it should not be there too, so you may comment it in the code.

Viewing 1 replies (of 1 total)
  • The topic ‘WPML conflict subpage Twentyten Theme’ is closed to new replies.