Ben Casey
Forum Replies Created
-
Forum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to WorkThats still not quite how I was thinking, try this in the wrapper start:
<div id="container"> <section id="content" class="column fullcol entry">Theme compatibility is a big problem with plugins like this, we are dedicated to making it work with as many as possible.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Ascetica theme, plugin no-showklynwurth
Can you please contact me privately, I would like to have a deeper look into your site if you are comfortable with that.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to WorkLaura, can you try something to make the theme integration even better?
in the theme compatability options, put this in the wrapper start HTML box this:
<div id="container"> <section id="content" class="column fullcol">and in the wrapper end: this –
</div></div>that should make the content apepar in that lovely bordered box like the rest of the site.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] "Add Reader Extras" linksdysimpson
I have been working on adding the ability to chose whether or not to open the links in a new window to the next update, Im hoping to get it pushed out this week.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Not Getting A Cover Thumbnail Over The Buy Now ThumbnailScott – Im marking this thread as resolved, please feel free to ask if you have any more issues.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to Workwhoops, there should be no gap in .tb_book there, try this:
.tb_book .entry-content.clear{ visibility:visible!important; width:auto!important; height:auto!important; }Forum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to WorkHi Laura, I had a look at your theme, and have found the problem.
the following lines of CSS should correct the problem, if you aren’t up for modifying your theme you can use one of the several custom CSS editors to add it in, there is one included with the jetpack plugin and half a dozen in the repository.
. tb_book .entry-content.clear{ visibility:visible!important; width:auto!important; height:auto!important; }I will add in a fix in the next release, but unfortunately I don’t have a timeframe for it.
Forum: Plugins
In reply to: [Totally Booked] Suggestions?Thanks Kev,
Ill add those CSS tweaks to the next update.
The CSS can be told not to output to the frontend in the admin options and the template tags in template_tags.php have a function_exists check so they can also be overwritten in a plugin of functions.php file.
What could we have done better so you didn’t feel the need to modify the plugin files ( which we for obvious reasons cannot support. )
CHeers
BenForum: Plugins
In reply to: [Totally Booked] Can't Get Plugin to WorkHi Laura, I apologise for the delays I was taking a few days off as my Wife just had our third baby.
I had a look at your site but could not see the problems in action, have you disabled the plugin, and if so are you still wanting to give it a go?
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Warning messageNot a problem at all. Thank you for using our plugin 🙂
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Warning messageHi Joanne,
This has been fixed, and pushed to the repository, it is now available via the normal WP plugin updates in wp-admin.
Let me know if you have any more problems.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Warning messageI can confirm this is a bug, I will push out an update as soon as I get into the office. You can expect this within a few hours.
In the meantime, you could deactivate debug mode or use the advanced templating functions if you need to.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Display orderdianaascher
The plugin has built in support for the simple page ordering plugin
http://wordpress.org/plugins/simple-page-ordering/let me know if you need any more help.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Place Input "Add Reader Extra" ElsewhereI definitely recommend tweaking templates in a child theme.
Let me know if you have any more questions.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Place Input "Add Reader Extra" Elsewhereidogenealogy
To customise the layout of the plugin, the best way to go is to use the templating functionality built into the plugin, instructions are here: http://wordpress.org/plugins/totally-booked/other_notes#Advanced-Usage
That way you can edit any of the layout, CSS classes, and even remove the Read More links by removing or commenting out the template tag that displays the box.
tb_get_entry_meta()Alternatively, if you only have 1 book in a genre for example, and you don’t want the link, then there is no need to actually have the book associated with the genre, then it won’t display the link 😉
Let me know how you go.
Cheers
Ben