• I am working in your Virtue theme and I am really impressed. I would really like to know if it is possible to make Vitrue in different languages. For example: english, german, slovenian…. and how can I do it? Thanks.

    Another thing: Can i set sidebar on the left side of the page and not on the right? If I can how?…

    Thank you for the help ! 🙂

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey cuznarm,
    Are you wanting the site to be multilingual? If so you can use a plugin like WPML. This tutorial explains- http://www.kadencethemes.com/working-wpml/
    Or if you want something free Polylang is decent.
    Or if you just want to translate here’s a good resource- https://ww.wp.xz.cn/plugins/loco-translate/

    You can use css like this to move the sidebar to the left:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Just paste that in your custom css box in Theme Options > Advanced Settings.

    Hannah

Viewing 1 replies (of 1 total)

The topic ‘Virtue in different languages ?’ is closed to new replies.