We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 16313
    • 71 Posts
    After YAMS was installed and activated site does not see CSS, flash and images
    http://www.krava.in.ua/en/
    please help me.
      • 22851
      • 805 Posts
      Try
      <base href="(yams_server)" />
      in the [tt]<head>[/tt] block.
        YAMS: Yet Another Multilingual Solution for MODx
        YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
        Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
        • 16313
        • 71 Posts
        Thanks for help
          • 16313
          • 71 Posts
          another question.
          In the modules tag, I set "URL Redirection Settings" in "Browser" and change default browser language(different than EN)
          But I still see default YAMS language EN.
          Can I setup YAMS that choose browser language?
            • 22851
            • 805 Posts
            If you browse to a valid multilingual URL (something like http://www.krava.in.ua/en/about-us.html), then the corresponding content will be served and no page redirection will occur. YAMS will not redirect from a valid URL to a valid URL in a different language. It will only redirect from an invalid URL to a valid URL. So, for example, consider a set-up with two languages, en and fr, both using root name mode. In that case a document may be available via two valid URLs:

            http://example.com/en/about-us.html
            http://example.com/fr/about-us.html

            If you browse to

            http://example.com/about-us.html

            YAMS then will redirect to /en/about-us.html or /fr/about-us.html depending on the settings. Using the settings you have chosen, YAMS will choose the language to redirect to dependent on browser settings.
              YAMS: Yet Another Multilingual Solution for MODx
              YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
              Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
              • 16313
              • 71 Posts
              Okey
              but if I insert url http://example.com/about-us.html
              How can I receive url http://example.com/en/about-us.html (for the english default browser language) or http://example.com/fr/about-us.html ((for the french default browser language)?
                • 16313
                • 71 Posts
                Now YAMS is working.
                But I have another problem with russian language.
                After html text was inserted, I don’t see text into Heading tag.
                If I change text on the english language or Paragraph tags, text displayed correctly.
                http://www.krava.in.ua/ru/home.html
                http://www.krava.in.ua/en/home.html
                In html code this text is present.
                Can you help me?
                  • 22851
                  • 805 Posts
                  Looking at the source code of your English and Russian pages I can see that the text you are looking for is being output, but some of the paragraph elements on the English version appear as h2 on the Russian page. I think that the styling of the h2 element is obscuring the text so that it can’t be seen.

                  English source:
                  <div class="wrapper1-border">
                  <div class="wrapper1-bg clear">
                  <div class="article-text-indent">
                  <p>We are able to create your own website, increase traffic, sell your products online, accept 
                  credit card payments.</p>
                  <p>Each site we develop includes all the necessary functions and Content Manager that assists you in fast and easy adding new information to the sites.</p>
                  
                  <p>Our vast technical expertise allows us to provide excellent web site development that will meet your requirements and will not harm the budget.</p>
                  <p> </p>
                  <h2>Below you canind just some list of directions for our solution applications:</h2>
                  <p> </p>
                  <h3>Personal websites</h3>


                  Russian source:
                  <div class="wrapper1-border">
                  <div class="wrapper1-bg clear">
                  <div class="article-text-indent">
                  <h2 style="text-align: justify;">Мы можем создать ваш личный веб-сайт, увеличить его трафик, с его помощью продавать свои товары в Интернете, принимать платежи по кредитным картам.</h2>
                  <h2 style="text-align: justify;">Каждый сайт, который  мы разрабатываем, включает в себя все необходимые функции и Панель Управления, которая поможет вам быстро и легко добавить новую информацию на сайт.</h2>
                  
                  <h2 style="text-align: justify;">Наш обширный технический опыт позволяет нам обеспечить активное развитие веб-сайта, который будет отвечать вашим требованиям и не обременит бюджет.</h2>
                  <p> </p>
                  <h2>Ниже вы можете ознакомиться  лишь с небольшим перечнем направлений нашей работы paboty:</h2>
                  <p> </p>
                  <h3>Личные сайты</h3>
                  
                    YAMS: Yet Another Multilingual Solution for MODx
                    YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
                    Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
                    • 16313
                    • 71 Posts
                    I consciously insert Heading tag for every text, that you can see problem.
                    In the russian code, if I change Heading tag on the P tag, text appear again.
                    Now english an russian codes is equal, but I can’t see follow code:
                    English(can see)
                    <div class="article-title-text article-title">Create your own website</div>
                    ...
                    <h2>Below you canind just some list of directions for our solution applications:</h2>
                    <p> </p>
                    <h3>Personal websites</h3>
                    

                    Russian(can’t see)
                    <div class="article-title-text article-title">Создайте свой собственный сайт</div>
                    ....
                    <h2>Ниже вы можете ознакомиться  лишь с небольшим перечнем направлений нашей работы paboty:</h2>
                    <p> </p>
                    <h3>Личные сайты</h3>
                    
                      • 22851
                      • 805 Posts
                      So, if I understand correctly, the text is being output - it’s just not visible on the page. So, this is not a YAMS specific problem. It’s most probably a CSS issue. I’d recommend using some browser based developer tools (like FireFox’s Web Developer Toolbar or FireBug plugins) to analyse the CSS and see what styles are being applied.
                        YAMS: Yet Another Multilingual Solution for MODx
                        YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
                        Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.