Format with Featured Image on listing

Discussion in 'ColorWay WordPress Theme' started by billturner, Dec 30, 2014.

  1. billturner

    billturner New Member

    Joined:
    Sep 6, 2013
    Messages:
    6
    Likes Received:
    1
    2014-12-29_10-33-56.png 2014-12-29_10-36-41 copy.jpg We use a plugin called List Category Posts extensively on our sites. We decided we wanted to add Featured Images to the listing (an option on the plugin).
    The plugin works well with other Themes but with Colorway the result is disappointing.
    Attached is a picture of the Colorway result followed by a picture of same data using another Theme. Can anyone tell me where to fix this in Colorway. It appears that what is missing is a line feed after the title and another after the image.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,


    Please provide URL of your website to make me better understand and help me to provide you the solution.

    Thanks & Regards
    Pramod
     
  3. billturner

    billturner New Member

    Joined:
    Sep 6, 2013
    Messages:
    6
    Likes Received:
    1
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Will you please provide any image or live website which will make me understand the required alignment.


    Thanks & Regards
    Pramod
     
  5. billturner

    billturner New Member

    Joined:
    Sep 6, 2013
    Messages:
    6
    Likes Received:
    1
    Hi Pramod
    I have switched the theme on www.intotests.com
    It now shows the list category posts page as we would like it to be, with the title above the featured image and the text below it.
    To be fair we don't care if the test is wrap around beside the image, but we do want the title above the featured image and the text not one line then below the image as shown when the Colorway theme is active.
    If you want to be able to switch themes yourself, send me a direct email and we will give you admin access.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    I have also given some extra code to make its more uniform.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .lcp_catlist li {
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: inline-table;
    }
     
    .lcp_catlist li a {
    clear: both;
    display: block;
    }
    .lcp_catlist li img {
    float: left;
    padding: 10px;
    }
    Thanks & Regards
    Pramod
     
  7. billturner

    billturner New Member

    Joined:
    Sep 6, 2013
    Messages:
    6
    Likes Received:
    1
    Thank you very much Pramod. This css code did the trick.
    This is valuable code. We will use it on all our Colorway sites.
    Thanks you also for such a quick response and solution.
     
    Pramod likes this.
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello ,

    Pleased with your response !
    Let me know for further doubts and queries.

    Thanks & Regards,
    Pramod
     

Share This Page