This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 4 years, 4 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Displays Twice
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 4 years, 4 months ago.
A new theme I installed had a conflict with the related posts plugin that I was using. In an effort to find one that works, I purchased, downloaded, and installed RPP. However, it has the same problem, where it is displayed twice following posts. (see screenshot). I would like a refund if possible.
Hi,
I believe the issue is with the theme, not the plugins in this case. I have run a few tests, and in every case there is a duplicate at the bottom, even if the plugin is set to be displayed at the top. I guess that perhaps the ‘the_content’ filter might be executed on multiple elements on the same page, thus giving the problem for both plugins.
To bypass the issue, I have made the following changes:
– I changed the plugin options to display at the top of the article
– Then used this custom CSS here, to disable the first occurrence:
div.rpp:first-child {
display: none !important;
}
Now only the first instance should be visible, at the bottom of the blog content.
Best,You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |