badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Standard text and icons.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #17055
    dima.08.11
    Participant

    Hi all. I really need your help.
    How to change this text as: Search, Read, etc.? How to change the text on page 404?
    How to adding Icons of Russian social networks (Vkontakte, Odnoklassniki, Mail.ru)?
    I am very grateful.

    #17090

    Hi dima.08.11,
    Hi first of all if you customize any code you need to create a child theme. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    The file is inside theme folder (interface) -> inc -> structure -> content-extension.php
    From this file you can change the 404 page and to change the search form text you can change it from theme folder (interface) -> inc -> structure -> searchform-extension.php

    and we are using generic icons for it. to change this code you need language translate. You just need to create a .PO and >MO file and need to add inside the language folder and add your default language inside wp-config.php file.

    Then you will be able to change the code.
    Thank you!

    #17102
    dima.08.11
    Participant

    Hi Theme Horse Support Team,

    Thank you very much for your help. I changed the text.

    But I did not understand how to add icons? In my template is Russian language pack, but even the settings in the admin panel are in English, but not on mine.

    #17105
    arshi4you
    Participant

    Hi,

    Go to in theme folder, open style.css and search for “social-profiles” …..and below this ..u will see css code like ….

    .social-profiles ul li.twitter a:before {
    content: ‘\f202’;
    }

    You can change icon from here …the above code is for twitter icon.

    Thanks,
    Arshi

    #17113

    Thanks arshi4you for sharing with us too.

    Thank you
    !

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.