• Hey there, I am just trying to place the CRP plugin on the left hand side under the collumn with some consistency.

    Is there a way to disable the automatic creation of the list from the plugin so we can just insert it manually wherever we need to on the page using [crp][/crp]?

    As you can likely see via the link there are two instances of the related posts. The first (one on the left collumn) is created using the [crp][/crp] command while the secon (on the bottom of the page) is beign automatically generated.

    Is there a way to prevent this automatic generation so that we may insert the related posts as needed?

    The page I need help with: [log in to see the link]

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

    (@ajay)

    You can disable this in the Settings page of the plugin > Automatically add to

    Thread Starter seaas10

    (@seaas10)

    Thank you very much!

    Thread Starter seaas10

    (@seaas10)

    Is there a way to shift the heading just a few pixels so it lines up with the results as well?

    Image of just the table

    Example page

    Plugin Author Ajay

    (@ajay)

    Try:

    
    .crp_related h5 {
    padding-left:6px;
    }
    
    Thread Starter seaas10

    (@seaas10)

    It doesn’t appear to align the heading and the other text. I tried inputting it into the custom css in the styles tab and chanigng the style to ‘no style’ also tried with ‘text only’ and neither seem to change it.

    Plugin Author Ajay

    (@ajay)

    Can you try this:

    .crp_related h5 {
        margin-left: 6px;
    }

    Where are you adding the code? Is this in the Settings > Styles tab?

    Thread Starter seaas10

    (@seaas10)

    That didn’t seem to make a noticable change either.
    I have been pasting that directly into the styles tab in the ‘custom css part.’

    I have also been using the “[crp][/crp]” command to add it to pages. Could that be causing an issue in how it is displayed?

    • This reply was modified 2 years, 6 months ago by seaas10.
    Plugin Author Ajay

    (@ajay)

    Can you remind me what your thumbnail settings are for CRP.

    Another place to put the custom CSS code could be under Customizer – it’s usually at the very bottom set of options.

    Thread Starter seaas10

    (@seaas10)

    Sorry I never replied.

    We were just using text only and not thumbnails but this style should work after all.

    Sorry once again for not replying earlier.

    Plugin Author Ajay

    (@ajay)

    @seaas10
    Have you added the CSS code in customiser?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Manually Adding CRP to Post’ is closed to new replies.