Ben Casey
Forum Replies Created
-
Forum: Plugins
In reply to: [Totally Booked] Please help with display/alignmentHi pkseymour
Please add this CSS to your theme or via a custom CSS plugin. This is a known bug that is fixed in the next release.
.tb_book .post_thumbnail img{ max-width:100%; }Cheers
BenForum: Plugins
In reply to: [Totally Booked] text not being shown on book pageHi Geriandmatt
In your CSS you have the following rule:
.clear, .cleaner { clear: both; height: 0; overflow: hidden; }You need to remove the
height: 0;from that rule to enable the book content to show.Alternatively, if you can’t add CSS to your theme, you could always add something like this from a custom CSS plugin
.single-tb_book .entry-content.clear{ height:auto; overflow:visible; }Forum: Plugins
In reply to: [Totally Booked] Too many redirectsMaria
The books and the genre, author and categories work a little differently to each other.
For example, if you set the slugs as such:
Books Archive Slug - "books" Author Archive Slug - "authors" Genre Archive Slug - "genres" Series Archive Slug - "series"You would be able to access the book archive at /books, but /authors, /genres, /series would all 404 unless you setup pages with those URL’s.
For the taxonomies, you would be able to access the archive at /genre/action for example would list all the books in the “action” genre.
The plugin has defaults built in,
“books” for the books archive,
“tb-author” for the author (“author” is reserved in WordPress for post authors and caused some very erratic behaviour),
“series” for the series
and “genre” for the genrePlease let me know if this has not cleared up your question.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Too many redirectsDid you try refreshing the permalinks ( go to the permalink page and press save ) after you changed them?
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Too many redirectsHi marialexie1008
the redirects are something funky happening on a 404 error. It is trying to redirect to http://marialexie1008.scribblesofap6tcher.net/erms40x/404.php
The books pages should be using a permalink.
Go to settings -> permalinks, choose “Post name” and press save.
You should then be able to access the books page from the slug you entered in wp-admin.
Let me know if you have any more problems.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Plugin as "part"/book page of websiteHi marialexie1008
As you have added the book archive and categories as items in the menu, can I assume that you are looking to add individual books to the menu?
If that is the case, in the menu management page, have a look in the screen options in the top right of the page, you should find an checkbox “Books” there. Check that and the books will become available to add to the menu structure.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] "Add Reader Extras" linksdysimpson, This ability was added in the last update.
Are you using the latest version of the plugin and the “Add Reader Links” section?
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Display on iPad/TabletErinfaye,
Without knowing what theme you are using, and seeing the site in action it is impossible to debug the problem.
If you contact me via http://www.tigerstrikemedia.com/contact-us/ we can discuss specifics privately.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Images are distortedThis will be rectified in the next release of the plugin ,which I unfortunately don’t have a timeframe on.
In the meantime, if you add the following CSS to your theme or via a custom CSS plugin ( I believe there is a module in Jetpack among many other cool things ) it will solve the problem.
.tb_book .post_thumbnail img{ max-width:100%; height:auto; }Forum: Plugins
In reply to: [Totally Booked] Images not appearing in widget or shortcodeHi Stewartt
You have a weird redirect happening with your images.
The URL of the image is:
https://miamijones.com/wp-content/uploads/2013/09/Offside-stack.png– Note the https SSL requestThis is using a bluehost untrusted certificate and spitting out a meta refresh HTML tag to
http://miamijones.jacarandadrive.com/wp-content/uploads/2013/09/Offside-stack.pngbut if you just have
http://miamijones.com/wp-content/uploads/2013/09/Offside-stack.png– No SSL request the image comes up just fine.Do you have any reason why that would be in place ?
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Two Column Archive DisplayHi Kyle,
Sorry this was overlooked in the support tickets last week.
if you add the following CSS to your theme, or use a custom CSS plugin to add it to your site it will display in 2 columns.
.tb_book{ float:left; clear:none!important; width:50%; height:230px; }Forum: Plugins
In reply to: [Totally Booked] Genre CategoryHi ardentartistbooks
You can edit the number of books to display on archive pages as below.
Navigate to: Totally Booked -> Update Settings -> Advanced Options and find the “Archive Maximum Posts” option.
Enter into that box the maximum number of books to display.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Adding A Book To My Established book PagesTanzzee
You can find the shortcode for an individual book on the edit / add book page, right under the permalink below the entry box for the title.
[tb_book id="BOOKID"]Please replace BOOKID with the ID of the book, which is the number after
post=in the URL of the edit page of the book.Yes, there is no other way to add a book other than through the normal channels and no way to stop the page from being generated.
Let me know if this helps.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Ascetica theme, plugin no-showSorry.
You can contact me via my website contact form
http://www.tigerstrikemedia.com/contact-us/Cheers
BenForum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to Workor even better:
<div id="container"> <section id="content" class="column fullcol entry" style="padding:20px;">