• Resolved Cidrin

    (@cidrin)


    Hi to all!

    Just started with Mooberry Book Manager.

    When I add text to the summary section I see this text two times on the book description page. My WP theme is Geeky.

    Any ideas how I can avoid this?

    Thanks

    Peter

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Hello,

    This is happening because your theme is displaying the excerpt of the post on the page. Two ways to fix this:

    1. If your theme allows it, turn off displaying the excerpt on post type mbdb_book
    2. If your theme does not have that option, go to Appearance -> Customize and in the Additional CSS section, paste in this code:
    .type-mbdb_book div.keynote {
        display: none;
    }

    Hope this helps!

    Thread Starter Cidrin

    (@cidrin)

    Thank you very much!

    This solved the issue.

    All the best

    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Summary text showing up two times on the page’ is closed to new replies.