Couple small issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #31282
    Daria Kolowca
    Participant

    Hi,
    My customer just contacted me and he ask me for some issues to be fix. Hope you can find me sollution for the issues below.
    1) ABOUT US
    Margins and paddings on about us pages – looks like they disapeared even I didnt do anything with the code
    2) FOOTER AND CONTACT US
    Contact forms – they have polish BUTTONS instead of send it says PRZESLIJ
    3)PORTFOLIO
    Portfolio categories on the top, can we make them permanently RED not only when they are highlighted?

    https://smart-decor.uk PLEASE SEE attached pictures

    #31288
    Veena
    Moderator

    1. You can set it in the widget settings itself.
    you can provide a padding of 90px for top and bottom area.

    2.
    You can use a translation file (using POEdit to change the data in languages directory) to change to any string you like. If you do an update in the en_US.po (or another depending on your site language) file, you should find all the translatable strings in the strings list . You would then be able to input any alternate string of your choice there.

    You can get information from http://www.solostream.com/blog/tutorials/translate-wordpress-theme/ about translating your site into your language.

    Pls use the pot files in ‘extinct/languages’ folder as a template to create .po files. http://www.poedit.net/ -Poedit is the popular free editor for creating .po and the corresponding binary .mo files.

    You may need to do an update in POEdit to see all the strings. Do reach out to us in case you find something that is not translation ready.

    3.Pls have the below custom CSS in themeoptions > custom CSS –

    #portfolio-filter li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #c1442f;
    color: #fff !important;
    }

    #31290
    Daria Kolowca
    Participant
    This reply has been marked as private.
    #31297
    Veena
    Moderator

    Unable to login to your site , login info seems to be incorrect. Can you pls verify ?

    #31298
    Daria Kolowca
    Participant
    This reply has been marked as private.
    #31302
    Veena
    Moderator
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.