This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Unactive related posts

#12669
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Dasha,

I’m not sure, but it might be related to my previous custom CSS suggestion (to remove the titles), it might not work with the current configuration.

Can you please try to remove the custom CSS I previously suggested:

[html].rpp_title, .rpp_last {
display: none !important;
}[/html]

..and replace it with this one instead:

[html].rpp_title, .rpp_last {
height: 0px !important;
padding: 0px !important;
margin: 0px !important;
}[/html]

Make sure to clear all layers of cache you are using. Hopefully this will solve the issue.