Hello @crjensen
The only option I have of removing the cover from the default template is via a filter function.
The code is:
add_filter( 'rcno_book_cover', static function () { ?>
<style>.rcno-full-book { grid-template-columns: 1fr } .rcno-full-book-cover { display: none }</style>
<?php return null;
}, 10, 4 );
Thank you very much. The code removes the cover, but leaves empty space where the cover should be (example: https://vejentilsalem.dk/bibelhistorie/2-adameva/)
Is it possible to also remove the empty space?
Can you add the line below between the 2 <style> tags?
.rcno-full-book-description { display: none }
-
This reply was modified 4 years, 4 months ago by
Kemory Grubb.
Awesome, thank you! That did it.
You’re welcome.
If you’ve found the plugin useful be sure to leave a review here: https://wordpress.org/support/plugin/recencio-book-reviews/reviews/#new-post
How would you make them smaller? Thank you
Bump to add email subscription to this thread.
Hello @bonhamsurf
Can create a new ticket for the issue you’re have? The solution I provided here my no longer be applicable.