Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WebberZone

    (@webberzone)

    Where can I find the related posts in the link above?

    What settings have you put under “Styles” section

    Thread Starter findingitontheway

    (@findingitontheway)

    Yep you can find them if you scroll down.
    I just set “no styles” and then the following css:

    #crp_related ul {
      list-style: none;
      float: left;
      margin: 0;
    
    }
    #crp_related li, #crp_related a {
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
    #crp_related li {
      margin: .21em;
      border: 1px solid #ddd;
      padding: 6px;
    background: #eee;
    }
    #crp_related li:hover {
      background: #fff;
      border-color: #bbb;
    }
    #crp_related a {
      width: 200px;
      height: 160px;
    }
    #crp_related a:hover {
      text-decoration: none;
    }
    #crp_related img {
      max-width: 200px;
      margin: auto;
    background: #222 none repeat scroll 0 0;
    transition: transform 0.3s ease 0s;
    }
    #crp_related .crp_title {
      position: absolute;
      height: inherit;
      bottom: 6px;
      left: 6px;
      padding: 3px;
      width: 194px;  /* = 200px - (3px * 2) */
      color: #4d4d4d;
      font-size: .75em;
    font-family: raleway,sans-serif;
    font-weight: 700;
     letter-spacing: 0.04em;
        line-height: 1.6;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    }
    
    .crp_related h3 {
        font-family: raleway,sans-serif;
        font-weight: 700;
        margin: 0;
        padding: 35px 0 10px 0;
     font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.08em;
        text-transform: uppercase;
    border-top: 1px solid #ededed;
    }
    
    #crp_related li:hover .crp_title {
    color: #000;
    }

    Not sure what’s missing since it worked before the update.

    Plugin Author WebberZone

    (@webberzone)

    Hi, I don’t see the related posts anywhere on http://findingitontheway.com/dress-for-summer-prepare-for-winter/

    Could you please post a screenshot and show me where?

    Thread Starter findingitontheway

    (@findingitontheway)

    Yep sorry I deactivated it over the night since it is not looking very good. It is now active again. It’s starts under the share buttons with related.

    Plugin Author WebberZone

    (@webberzone)

    Instead of using #crp_related in the code above, please use .crp_related

    The plugin uses a class instead of an ID since it ensures you’re not duplicating the IDs when using multiple times (an issue with previous versions)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS isn't working after update’ is closed to new replies.