Twitter Widget in Fourth Feature Column

Discussion in 'ColorWay WordPress Theme' started by msussrc, Sep 2, 2014.

  1. msussrc

    msussrc New Member

    Joined:
    Jan 25, 2012
    Messages:
    4
    Likes Received:
    0
    Hi, I've been trying to work out a way to place a twitter widget in the fourth feature column of the front page but have had no luck. I'm attaching an example image of where I'd want it to go.

    I used the custom CSS to get rid of what was displayed in that column using:

    div.columns .one_fourth:nth-child(4) {
    display: none
    }

    I tried replacing the none with the Twitter embed, but nothing worked.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url.

    Thanks & Regards
    Yogesh Bhade
     
  3. msussrc

    msussrc New Member

    Joined:
    Jan 25, 2012
    Messages:
    4
    Likes Received:
    0
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Delete following CSS from Custom CSS.
    Code:
    div.columns .one_fourth:nth-child(4) {
    display: none
    }
    2. Then add shortcode of twitter widget in front-page.php as shown below in screenshot.

    4sep1.png

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page