Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26618
    Scholz
    Participant

    Is it possible to show site title and description only on smartphones? Site title with line break?

    Is it also possible to show there other logo (smaller one?)

    Translation of search results text?

    #26672
    Sakin
    Keymaster

    @Scholz: So what is your current site looks like and which are the elements that you want to hide it.

    For translation, you need to use your language file.

    #26677
    Scholz
    Participant

    @Sakin: http://www.steinundtechnik.de

    Show site-title and description only on smartphones. Also other logo for smartphone (smaller one)

    For desktop-version i have used big logo with site title included.

    Where is language file located?

    #26751
    Sakin
    Keymaster

    @Scholz: That big logo will be responsive and will show small. So, no need to hide it. If you want to hide it then you can add the following css in “Appearance => theme Options => Custom CSS” box.

    @media screen and (max-width: 768px) {
    #header-left { display: none; }
    #header-right { padding-top: 0; }
    }

    About the translation, you will see the catchkathmandu.pot file inside languages directory. Then you just need to create de_DE.po and de_DE.mo file. You can create with the help of poedit.net software. Once you compete the translation, you can send that files to use and we will add in the Theme update.

    #26759
    Scholz
    Participant

    @Sakin: Thanks for your answer!
    The problem is that the minimized logo isn’t very good for smartphones because it’s full desktop-width with logo, company name and description in one picture.

    Now we would like to have other logo for smartphone with wordpress title separate.

    #26760
    Sakin
    Keymaster

    @Scholz: In responsive design all your image and text will be loaded in mobile as well. It’s just that it adjust it as per the screen size.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Site title & description only on mobile devices’ is closed to new replies.