Language selection on header - Acme Themes

Best Premium and Free WordPress Themes Forums AcmeBlogPro Language selection on header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5751
    Bernardo
    Member

    Hello, I am using the pro version o your wonderful theme, and I have one question.
    I am using the plugin qtranslatex for language support, but I would like to have the language selection (the flags) on the header, near the social links. How can I do this?

    Thank you

    #5758
    acmesupports
    Moderator

    Hello Bernardo,
    Thank you so much for using our theme AcmeBlogPro. Based on your question, that plugin didn’t help to add language switcher flag near the social links. To add language switcher near the social links, you have to customize the theme. If you are familiar with WordPress codes, you can do it yourself or we recommend you to hire a customizer for it also.

    Customization Request


    If you need any help, post your query here.

    Best Regards,
    Acme Supports

    #5757
    Bernardo
    Member

    I have another question that I have not found on the documentation.
    I would like to insert a logo in the header, but if I load my image I see the image really small. The image is 650×150. How can I do?

    Thank you

    #5756
    acmesupports
    Moderator

    Hello Bernardo,
    Thank you so much for your question. There is no options to make the image size bigger than the current size. In this case, you have to write some custom CSS for it. We developed the theme logo which is suitable in the theme, but if you need to add bigger logo, please do it with CSS code. If you are not able to do it, please post your URL here, we will provide you the CSS code.

    Best Regards,
    Acme Supports

    #5755
    Bernardo
    Member

    Can you point me what class I have to change in the css? The url is wwww.peaceagency.org.
    Thank you

    #5754
    acmesupports
    Moderator

    Hello Bernardo,
    You have to change the width of class .site-logo. So, try adding the width on this class and put inside the Custom CSS field at customize.

    Regards,
    Acme Supports

    #5753
    Bernardo
    Member

    Tried, but no luck. I loaded a 650×170 image and put this on my custom css

    .site-logo img {width: 650px; height: 170px;} .site-logo {width: 650px; height: 170px;;}

    but I see the logo blurred as it was very low resolution.

    #5752
    acmesupports
    Moderator

    Hello Benardo,
    Instead of the above code you added, please add the below code, But the flag and social links will go down. So, if you want to pull them above, try by reducing the width.

    .site-logo {
        width: 100%;
        height: auto;
    }

    There is lots of blank space available around on the logo, may be that will causing the blur. Please make the logo exact width, to make it clear.
    Regards,
    Acme Supports

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Language selection on header’ is closed to new replies.