Okay
  Public Ticket #1476408
bilingual website
Closed

Comments

  • Maria started the conversation

    hi,

    Now I have one language page - English but I need 2 languages vebsite: English and Polish. How to make it? I don't need multilingual website only 2. I have translation of it.

    thank you for your support

    Maria

  • [deleted] replied

    Hi Maria,

    You can achieve that by using WPML plugin. For more info please read this article Translating Kalium with WPML on our theme documentation site.

  • Maria replied

    Hi, 

    Thank you for your answer. I used WPML

    1. I have a problem with the Polish font in translation. I would like to keep this font. Can I fix it?

    2. I can not duplicate the menu page for translation.

    3. The photo viewer on individual pages of the portfolio has a gray transparent background. (example attached) How can I change this background to white, not transparent

    Kind Regards

    Maria

  • [deleted] replied

    Hi Maria,

    1 and 2— Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Please add links of the pages you are mentioning and don't forget that a screenshot of a video of your problem would help us a lot.

    3— This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area.

    Please add the code below to your Custom CSS area:

    .nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(255,255,255,0.99) !important;
    }

  • Maria replied

    Hi Ylli,

    Thank you for your support.

    I managed everything

    Now the photo viewer on individual pages of the portfolio is white ( as I needed), but I have I one more request: can I change a little view of this page.I would like to remove the gray rectangles on the left and right sides and leave only the markers changing their color from white to black( visible all the time). In the Appendix, photos now - how it looks now, future - how I would like it to look. Could you help me?

    kind regards

    Maria

  • [deleted] replied

    Hi Maria,

    Glad to hear that!

    As for your last question, this is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. But I will try to help you this time though :)

    Can you please add the code below to your Custom CSS area:

    .nivo-lightbox-theme-default .nivo-lightbox-nav {
        opacity: 1 !important;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
        background-color: rgba(0,0,0,0.0) !important;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next:after, .nivo-lightbox-theme-default .nivo-lightbox-prev:after {
        color: #000 !important;
    }

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Have a great day!

    Will set this ticket as solved from here.