• Resolved benmez

    (@benmez)


    The page doesn’t display all the information I filled in when I added the book.
    For example ISBN, number of pages don’t show in the left column of the book page
    as shown in the documentation
    I can’t figure out what I did wrong … Anybody can help?

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

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

    (@mooberrydreams)

    Click the + next to Papier

    Thread Starter benmez

    (@benmez)

    Thanks!! I never noticed this + next to papier !

    and…. is there any way that all information is displayed at once?

    Thread Starter benmez

    (@benmez)

    Never mind I have made it stick it out by adding some padding to the “+” sign….

    Also, I wanted to thank you for your prompt feed back and for this plugin altogether, it is gorgeous and provides so many options, I love it already!!

    Plugin Author mooberrydreams

    (@mooberrydreams)

    You can set it to always display by adding the following code under Appearance -> Customize -> Additional CSS:

    #mbm-book-page .mbm-book-editions-subinfo {
        display: block !important;
    }
    
    #mbm-book-page a.mbm-book-editions-toggle {
        display: none;
    }
    

    This will also hide the + since it wouldn’t be needed.

    Plugin Author mooberrydreams

    (@mooberrydreams)

    And, I’m so happy to hear that MBM is helpful to you! Thank you for the feedback!

    Thread Starter benmez

    (@benmez)

    Thank you so much for your support.
    It works perfectly!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Book page display’ is closed to new replies.