Hi
Have you tried refreshing your permalinks?
If that is not the case, can you post a link to the offending site so I can have a look?
I tried refreshing the permalinks and I’m still coming up with the same issue.
The books in question are not linked from the main site yet, since I wanted to fix the issue with the 404 pages first. The books directory is at nekokoban.hanashika.com/books/
(The image sizes are a little wonky at the moment, which I will be fixing later.)
I tried refreshing the permalinks and I’m still coming up with the same issue.
The books in question are not linked from the main site yet, since I wanted to fix the issue with the 404 pages first. The books directory is at nekokoban.hanashika.com/books/
(The image sizes are a little wonky at the moment, which I will be fixing later.)
Have you updated to the latest version of the plugin? There were quite a few template bugs in 0.1 and a few left in 0.2 they should have fixed the image sizing issue.
as for the the permalinks i do believe that the plugin Mybooks For Authors (there are some scripts loaded from that plugin in the header of your website so I am assuming it is active) is conflicting with my plugin.
In the Totally Booked->Update Settings->advanced options page, please edit the “Books Archive Slug” to something other than “books” and refresh your permalinks, this should solve the conflict, let me know if you have any problems.
Cheers
Ben
I am using the most updated version! (If the most updated is 0.3) It looks like the Mybooks plugin was causing the trouble; when I deactivated it and updated the slug, the 404 issue resolved itself.
The images are still having some errors, but that is significantly easier for me to fix on my own. Thank you so much for your help!! π
Not a problem,
Can you send me a link to the current books archive? also are you using customised templates in your theme?
Cheers
Ben
http://nekokoban.hanashika.com/listings/
I did do some customization for my design, though nothing too complex — just adjusting numbers etc and colors in the design’s editor.
I did edit the code for the individual book pages themselves, so now it’s just the archive page that is the issue.
Thank you, you should add this to your theme CSS:
.tb_book .post_thumbnail img {
max-width: 100%;
height: auto;
}
This will scale your images correctly.
Im marking this thread as resolved, if you have any further problems, don’t hesitate to ask.
Cheers
Ben
Oh, perfect! Thank you so much, you have been a super help π