Inkthemes is userfriendly

Discussion in 'ClassiCraft WordPress Theme' started by phils, May 23, 2013.

Thread Status:
Not open for further replies.
  1. phils

    phils New Member

    Joined:
    May 8, 2013
    Messages:
    22
    Likes Received:
    0
    Wao, you guys are wonderful! I was able to setup my site in a day.

    However, I need a little support from you to achieve the following:
    1. After downloading, installing and activating wp-mailfrom plugin, what else will you do to change the email sender's name?
    2. How can I change the colour of the title bar and that of the footer as shown in your preview.
    3. How can I change the font color of the categories and sub categories as shown in your preview.
    4.To change the or remove Zip code in title bar search box, you gave the following steps:
    Go to library > text_domains >template_path.php present in your theme directory and follow the instruction as shown in image given below
    How can i go to library?

    Thanks in anticipation for your prompt response.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to Settings > Mail Form

    and change your setting from there.

    2.For your second issue

    Paste this code in Custom CSS
    Settings > Theme Options > Styling Options > Custom CSS

    Code:
    .footer_wrapper{
    background:red;
    }
    3.For your third issue

    Paste this code in Custom CSS
    Settings > Theme Options > Styling Options > Custom CSS


    Code:
    #categories .catcol ul li.cat-item a {
    color: red;
    }
    #categories .catcol ul li.maincat a:hover {
    color: green;
    }
    #categories .catcol ul li.maincat a {
    color: red;
    }
    4.For your fourth issue

    You will not get theme directory in your dashboard.
    You can edit template_path.php file through FTP.
    Open your Theme directory (through FTP) > library > text_domains >template_path.php
    Download template_path.php file from there, Edit it, Then again upload it.
     
  3. phils

    phils New Member

    Joined:
    May 8, 2013
    Messages:
    22
    Likes Received:
    0

    Hi,

    I have implemented your instructions. these were the results:

    1. For the first issue, this was the error message i got." You do not have sufficient permission to access this page"

    2. For the second issue, it was successful though I change from red to green. But the tittle bar color did not change. i wish it has the same color with the search button at the top there.

    3. Fourth instruction was successful.

    4. I will try the last instruction, just hope i will get it right and I hope it will not affect my site in an event of update.

    Thanks guy. I really appreciate your support.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    There are multiple plugins available in the WordPress.org, Search alternative of wp-mailfrom plugin and install it, This will solve your issue.

    2.For your second issue

    Paste this code in Custom CSS
    Settings > Theme Options > Styling Options > Custom CSS

    Code:
    .footer .footer_widget .head{
    color:blue;
    }
     
  5. phils

    phils New Member

    Joined:
    May 8, 2013
    Messages:
    22
    Likes Received:
    0
    Thanks
     
Thread Status:
Not open for further replies.

Share This Page