• Resolved captaincurls

    (@captaincurls)


    Hello!

    I just activated your plugin and noticed that it caused a weird issue with my Olsen Light theme. I have post snippets set up and they end with clickable text that looks like […]. There’s also a button that says “Continue Reading” on the bottom right corner of the snippet. When I activated Recencio, that […] link turned into a button that looks exactly like the “Continue Reading” button. Two identical buttons so close together looks horrible! Any idea how to fix the conflict?

    If it’s any help, it did take me a while to notice the extra button and I didn’t realize where the problem was coming from. I reached out to the theme developer first. Their solution was to add this CSS

    .read-more{display:none;}
    .entry-utils .read-more{block;}

    That hid both buttons so there was no easy way to open the full post. I finally deactivated all my plugins and tracked it down to an issue with Recencio.

    Thank you!

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello, @captaincurls

    I just installed that theme and I did notice it has its own “Continue reading” button.

    To fix this you could use this CSS below and it will hide on the Recencio button.

    .rcno-book-review-content .more-link {
        display: none;
    }

    Or, you could go to the “Templates” tab in the Recencio settings and delete the content of the “Read more text” field then save your settings. (Ignore the field’s content re-appearing after saving)

    Thread Starter captaincurls

    (@captaincurls)

    Where exactly should I add that CSS? I tried adding it to every CSS file I could find in the plugin editor and it didn’t change anything. I tried customizing my theme and adding it in the Additional CSS box. I also tried deleting the Read More text entry in templates as you suggested but I still have those two buttons.

    Thanks!

    Plugin Author Kemory Grubb

    (@w33zy)

    You can added that CSS to the CSS section on the “Template” tab.

    Thread Starter captaincurls

    (@captaincurls)

    Ugh, it’s still there. I even tried it with and without !important. Any other ideas?

    Plugin Author Kemory Grubb

    (@w33zy)

    Can you provide me with a link to a page where it is happening?

    Thread Starter captaincurls

    (@captaincurls)

    https://introvertedreader.com/

    Right on my home page.

    Plugin Author Kemory Grubb

    (@w33zy)

    You this instead

    .entry-content .read-more {
        display: none;
    }
    Thread Starter captaincurls

    (@captaincurls)

    That mostly got it! The extra “Read more” button is gone now. The last word of the post snippet is typically followed by a link that looks like […] to show that I really didn’t leave a sentence fragment hanging out there. Any idea how to get that back?

    Thank you!

    Plugin Author Kemory Grubb

    (@w33zy)

    Did you change something in the theme? I am looking at your website and I and seeing the […] but I am not seeing the “Read more” button (irrespective of it being hidden by the code I gave you).

    Thread Starter captaincurls

    (@captaincurls)

    Well, now I see it too. That’s odd. I swear it wasn’t there a minute ago and I haven’t changed anything else. Oh well. All’s well that ends well, right? Thank you so much for your time and your help! I truly appreciate it!

    Plugin Author Kemory Grubb

    (@w33zy)

    You’re welcome.

    Also, if you’ve found Recencio to be helpful please leave a review for it here https://www.ads-software.com/support/plugin/recencio-book-reviews/reviews/#new-post

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Conflict with Olsen Light Theme’ is closed to new replies.