Multilingual Front (slider) page

Discussion in 'ColorWay WordPress Theme' started by hrks, Dec 12, 2012.

  1. hrks

    hrks New Member

    Joined:
    Jun 27, 2012
    Messages:
    7
    Likes Received:
    0
    Hello form Croatia!

    I bought this team and working on my webpage on localhost for now. Before I go online, I would have some questions:

    1. Is it possible to put some language files on the Front/Home page and have slider text and all other text on this page in that language?

    2. Can slider images and future images on the home page have rounded corners?

    3. Is it possible to have slider images without Heading boxes?

    Thank you in advance!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Follow the link given below

    http://www.inkthemes.com/how-to-translate-your-wordpress-website-using-qtranslate-plugin/01/

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider-container{
    margin-right: 23px!important;
    }
    .slide-img {
    border-radius: 20px;
    }
    .content img {
    border-radius: 10px;
    }
    3.For your third issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slide .slide-content.entry {
    display: none;
    }
     

Share This Page