• Resolved arose8199

    (@arose8199)


    The alignment on my book archives page is off. I set the style sheet to height:auto but it was still not working right. One particular book keeps pushing the other book off to the side. I finally disabled height:auto and put in the pictures exactly at 150 x 225… still no fix.

    Here is the page that demonstrates the problem.
    http://66.147.244.228/~michenv5/tb-books/

    I feel like it might be something silly, but for the life of me I can’t figure it out.

    Also is there a way to change the order of the books on the book archive page once they are published?

    Thanks

    http://wordpress.org/extend/plugins/totally-booked/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ben Casey

    (@casben79)

    Hi Arose

    This is a minor failure of your theme, I will have a fix in the next version, but it might be a while off. If you add the following to your stylesheet ( Or a custom CSS plugin ) the alignment will be corrected.

    .archive .tb_book{ clear:both; }

    Let me know if that helps.

    Cheers
    Ben

    Thread Starter arose8199

    (@arose8199)

    Thanks so much for the quick reply. I tried it and it worked!!!

    Also, another thing I noticed which I thought you should know was when I tried using the add links, I didn’t like where it placed it, so I changed my mind and tried to remove link, and nothing happened. I don’t know if that’s specific to me or not. I finally just deleted the book and started over.

    Also, I would like to be able to change the order of the books after they are published, but the only way I can figure out to do that is to delete all the books and republish them in the order I want with the one I want at the top published last. Just a suggestion for your next update.

    But thanks so much for fixing my alignment problem!!!!

    Plugin Author Ben Casey

    (@casben79)

    Ok, I have just pushed an update to version 0.4 to fix the bug with the inability to remove the links, The alignment issue has also been corrected. That should be available any moment now.

    The plugin supports the “Simple Page Ordering” plugin which will allow you to drag and drop the books to the desired order after publishing. http://wordpress.org/plugins/simple-page-ordering/

    Let me know if you have any more problems.

    Cheers
    Ben

    Thread Starter arose8199

    (@arose8199)

    Thanks so much! You have been extremely helpful… and quick! I really appreciate it.

    I updated to the new version. The alignment issue is fixed and the remove links bug is also.

    I have not tried the “simple page ordering” plugin yet, but it is good to know there is an option when I’m ready to add a new book.

    To fix the image size issue, I still had to keep:

    .tb_book .post_thumbnail img {
      max-width: 100%;
      height: auto;
    }

    But that’s not too bad.

    Thanks again for your help. I’m impressed by how quickly you responded and fixed everything!

    -alisha

    Plugin Author Ben Casey

    (@casben79)

    Not a problem at all, if you wouldn’t mind leaving a review of the plugin that would be great.

    http://wordpress.org/support/view/plugin-reviews/totally-booked

    Cheers
    Ben

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Alignment off on book archives page’ is closed to new replies.