Blog Section on Home Page

Discussion in 'ColorWay WordPress Theme' started by vibrandsee, Sep 28, 2015.

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

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Hello,

    How do you get blog posts to appear in the blog section of the home page as in the demo site (screen shot shown in the red box)?

    BlogSection.png
    Thank you in advance.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the video given below.

    Link of the video: http://screenpresso.com/=AiQrc

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Thank you! I was not adding the feature image. Now that I am, it works.

    Now, I am trying to swap the two sides (i.e. put the video wigitized section on the right, and the blog slider on the left). Is there an easy way to do this or do I have to edit some of the php code?

    Thanks again.
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve this issue with CSS code as well...

    You just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .grid_12.testimonial_div.alpha.animated.fade_left.animation_started {
        float: right !important;
    }
    .feature_widget {
        margin-left: 24px !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    Worked like a charm... You all are the best!
     
Thread Status:
Not open for further replies.

Share This Page