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

    (@webberzone)

    Could you please post the CSS code that you were using?

    If you’re using #crp_related in your CSS code, please change this to .crp_related

    If it was the default styles, could you please reset the options?

    Thread Starter maximmmus

    (@maximmmus)

    Hi,

    I have changed #crp_related to .crp_related and it hasn’t changed anything. The styles was set to ‘no styles’. So not sure what is the issue.

    Here is my css:

    /* Widget Contextual Related Posts ---*/
    .crp_related ul {
      list-style: none;
      float: left;
      margin: 0;
      padding: 5px;
      margin-top: 10px;
    }
    .crp_related li, .crp_related a {
      float: left;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
    .crp_related li {
    
      width: 50%;
    }
    .crp_related li:hover {
      background: #eee;
      border-color: #bbb;
    }
    .crp_related a {
    
      height: 128px;
      padding: 3px;
    }
    .crp_related a:hover {
      text-decoration: none;
    }
    .crp_related img {
      height:100px;
      margin: auto;
    }
    .crp_related .crp_title {
      position: relative;
      height: 22px;
      bottom: 25px;
      left: 0px;
      color: #555;
      font-size: 12px;
      text-shadow: none;
      background: none;
      background: none;
    }
    Plugin Author WebberZone

    (@webberzone)

    Could you please change .crp_related to .crp_related_widget ?

    Thread Starter maximmmus

    (@maximmmus)

    I have made the change you have requested. This still doesn’t show on the layout.

    Thread Starter maximmmus

    (@maximmmus)

    It shows up correctly now!

    that didnt work for me. put _widget behind every .crp_related?
    it says #crp_related here

    Thread Starter maximmmus

    (@maximmmus)

    It works for me now. However I had to wait for the next day to see the result I wanted. Not sure if this is to do with cache or not? I have refreshed the cache right after modifying the css.

    Plugin Author WebberZone

    (@webberzone)

    You have to use either .crp_related or .crp_related_widget depending on what you’re modifying.

    The better option is to use both e.g. .crp_related, .crp_related_widget

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Related posts not displaying as before the upgrade’ is closed to new replies.