• Resolved mustang25

    (@mustang25)


    I’ve used CRP for years and had a really good experience with it. I am using the widget to show related content in the sidebar on posts. By default(?) the plugin also shows the same related posts at the bottom of the main content area which I do not want. To work around this, I added the following to the “Additional CSS” area in my theme customizer:

    /***Hide Related Posts after video ***/
    .crp_related {
    display:none;
    }

    This has worked perfectly until recently. Now, .crp_related is affecting both the posts at the bottom of the main content area AND the sidebar widget. If I disable this bit of css, the list of related posts shows up in both areas. I need a way to hide the list in the main content area, but allow the list in the sidebar. The div label on both appear to be identical:

    .crp_related.crp-rounded-thumbs

    Sorry if I’m missing something simple. Any help is much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ajay

    (@ajay)

    Yes, that’s correct on the label change. The easier way to disable the content at the bottom of the content area is to go to the Contextual Related Posts settings page and uncheck the “Add related posts to” settings

    Thread Starter mustang25

    (@mustang25)

    You are a genius! That did it.

    Just in case someone else comes to this thread:
    I went to Contextual Related Posts Settings and found the “Automatically add related posts to” section on the “General” tab and cleared the checkbox for “posts”. Then, I disabled my css code (from the original message) and everything looks perfect!

    Thank you very much!

    Plugin Author Ajay

    (@ajay)

    Thanks for confirming.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Has there been a div label change?’ is closed to new replies.