Posts in Home… Help!

Homepage Community Forums Epik Theme Support Posts in Home… Help!

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #14871
    Rhiguel
    Customer

      Hi!

      I visited http://www.copyblogger.com. The last posts are displayed like this:

      http://i.imgur.com/NILwJ6H.jpg

      I don’t get this result :-(. I think this is Featured Post Genesis Widget but… I don’t know.

      Thank you and Happy 2015 馃檪

      #14873
      Jason M
      Customer

        Yes that’s correct, you should be able to do something similar by using the Genesis Featured Posts widget. You have to add that widget to a widget area and set it up in the widget settings.

        #14890
        Rhiguel
        Customer

          How I can do it? I don’t know…

          Thank you.

          #14894
          Jason M
          Customer

            You drag the Genesis Featured posts widget to the widget area you want it to show up in.

            #14923
            Rhiguel
            Customer

              Ok Jason, but the problem is the view: http://i.imgur.com/blOoXNU.png

              How I can get this result? http://i.imgur.com/NILwJ6H.jpg

              Thank you

              #14926
              Jason M
              Customer

                I’m not sure what I’m looking at….is that how it’s showing up? Do you have a link to your site so I can take a look at the source code?

                #14931
                Rhiguel
                Customer

                  Hi Jason,

                  For examples:

                  Blog 1: http://www.lentillasygafasonline.com (I am not admin)
                  Blog 2: http://www.copyblogger.com

                  The Featured Post Widget is different.

                  On blog 1 you can see 3 post and on the blog 2 you can see 2 column with 4 post. On my website I try put 2 column with 6 post and one button “More articles”.

                  How I can get the result like copyblogger?

                  Thank you for your time and help Jason. Thank you so much.

                  #14935
                  Jason M
                  Customer

                    Yes that’s due to their custom CSS. Are you familiar with CSS, and do you know how to customize CSS? That’s how you can make customizations to the design of your site. For starters, you can change the width on line 1472 to around 40-44% and that would make it show 2 posts on each line….example –

                    .home-feature-bg-alt .featuredpage .page,
                    .home-feature-bg-alt .featuredpost .post {
                        float: left;
                        margin: 0;
                        overflow: hidden;
                        padding: 0 0 5px;
                        width: 44%;
                    }

                    If you’re trying to make it look exactly like Copyblogger’s design/look and feel, then you would probably need to hire a developer/designer to code this for you if you don’t already know how to customize CSS. It shouldn’t take too long since the example you’re trying to follow is pretty minimalist.

                    #14941
                    Rhiguel
                    Customer

                      Ok!!

                      Thank you so much 馃檪

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • The topic ‘Posts in Home… Help!’ is closed to new replies.