Child theme and functions

Discussion in 'ColorWay WordPress Theme' started by lars28, Nov 3, 2012.

  1. lars28

    lars28 New Member

    Joined:
    Nov 2, 2012
    Messages:
    2
    Likes Received:
    0
    Purchased colorway theme this morning. Attempting to create a child theme. Am having trouble with the theme options and front page.

    I need to add a field for an address in the upper righthand corner and I need to have a paragraph under the title on the front page where the client can write her own welcome type paragraph from theme options.

    I do not understand what I'm doing wrong. I think it has something to do with the functions???
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    To achieve this you can add a banner which contain your logo image at the left side and your contact image at the right side and upload it as a logo.
    Use photoshop to do that.
    2.For your second issue
    Just go to
    Appearance > Theme Option > HomePage Settings > Home Page Intro
    and use paragraph tag and enter your text there.
    For example
    Code:
    <p>Your welcome text</p>
    This will solve your issue.
     
  3. lars28

    lars28 New Member

    Joined:
    Nov 2, 2012
    Messages:
    2
    Likes Received:
    0
    Thank you. But regarding Appearance > Theme Option > HomePage Settings > Home Page Intro
    and use paragraph tag and enter your text there.

    it picks up the cufon font and doesn't align left. I'd like it just to be the default font and size, and aligned to the left.

    Thanks again
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    //Cufon replacement
    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6');
    This will solve your issue.
     

Share This Page