zookatron
Forum Replies Created
-
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] How do I add Amazon button?What are the choices you are seeing when you go to enable the Amazon and Barnes and Noble buttons? There should be only three choices: Enable these buttons, Disable these buttons, or purchase an Upgrade to use the buttons with your own affiliate code. If you’re not sure what to choose, just choose to enable the buttons.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] SettingsHi @pippajeffcock,
If you have purchased an upgrade to MyBookTable you should be eligable for Premium Support. Utilizing your Premium Support options will allow you to get your problem addressed much more quickly than posting on the public forums here.
You can access your premium support from the Help page on the MyBookTable plugin. If you are having problems that are preventing you accessing this page, you can also contact us via http://www.authormedia.com/support/ and you will be forwarded to the premium support if you are a paying customer.
~Tim
I believe this is a manifestation of a known bug in MyBookTable that has to do with how the Grid View feature interacts with the shortcodes implementation. This bug will be fixed in the next update to MyBookTable which should be released soon. Please let me know after updating if your problem persists.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] php error – SettingsThis has been addressed in: https://wordpress.org/support/topic/settings-41
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] SettingsHi @pippajeffcock,
Thanks for reporting this. This appears to be caused by the MyBookTable Style pack system not properly checking if folders exist before accessing them. We didn’t catch this because the default PHP behavior is to let these errors pass silently, but it looks like with certain server configurations they generate errors. This should be fixed in the next version of the plugin.
~Tim
Hi Laura,
We just released an update to MyBookTable that includes a bug fix for the issue you are seeing. Please update your plugin and let me know if you continue to see this problem.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] MyBookTable Rewrites ErrorHi dakottaventures,
We just released an update to MyBookTable that includes a bug fix for the issue you are seeing. Please update your plugin and let me know if you continue to see this problem.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Error MessageHi Sylvia,
There is a known bug causing this error message to be shown improperly in certain situations, which is probably what you are seeing. There will be a fix included in the next update, which should be released shortly.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Comments on Book PagesWe know because we have had many more support requests from people asking how to remove comments from their book pages. Many themes do not properly look at the ‘supports’ value and show the comments anyway, which many of our users have found undesirable.
We have a “decisions not options” policy for our plugin, following the WordPress Philosophy. We actively try to keep the plugin as simple and easy to use as possible for new users, which sometimes means leaving out options that only a few of our users will ever want. As it is currently, this is something that would help very few people and would confuse many more, since like I said the ‘supports’ value is not always even used properly by themes. We do, however, want to allow the full range of flexibility to advanced users, and support whatever kind of customization you need via custom PHP development, as I said.
We have not tried out MyBookTable with Moonfruit specifically, but it sounds like the message you got was pretty self-explanatory: You cannot add WordPress plugins to Moonfruit with only a free account. MyBookTable is a WordPress plugin, therefore you can not use it on Moonfruit with only a free account.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Shortcodes in blurbThe book blurbs do not support shortcodes. They are intended to be short textual summaries of the book content.
If you absolutely require custom content in your blurb, you can add it with the “mbt_get_book_blurb” hook.
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Comments on Book PagesWe do not have comments in the ‘supports’ option because most of the users we have actively do not want comments to show up on their book pages.
However, editing the plugin directly is not recommended, as it will be overwritten by future plugin updates, and it is important to keep your plugins updated to keep your site secure. The recommended way to change something like this is by using the MyBookTable template system, which you can read more about on our wiki here: https://github.com/authormedia/mybooktable/wiki/Template-System-Overview
You will probably want to insert a call to
comments_template();into thesingle-book/content.phptemplate in order to achieve the effect you want.~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Manual Selection in WidgetHi @pastor.healer, Thanks for letting us know.
As far as we can tell, the original bug with the Manual Book selector is fixed. We’ve tested it on multiple sites and configurations and can’t reproduce any errors.
You may want to try it again after clearing your browser’s cache to ensure that you aren’t still looking at the old broken JavaScript that was causing the error originally.
If that doesn’t help, the error you are seeing may be caused by an incompatibility with some other plugin on your site or your theme. Some themes have custom Widget systems that our scripts may be incompatible with. You might want to try disabling other plugins and themes and trying it to see if it works properly without these variables.
MyBookTable uses the Page template of your theme to generate the book table page, in order to make it look the same as the rest of your website. There is some code in your theme that generates these buttons, similar to how it generates the “Register”/”Terms and Conditions” buttons on http://www.anointedsongs.org/playlist/.
~Tim
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] Change background to whiteIt looks like your theme has compatibility issues with MyBookTable. If you scroll down you will see that your sidebar is pushed down below the page content on your Books page. This is because MyBookTable is not generating the HTML that your theme expects so it is unable to format it correctly. While we have put a lot of effort into trying to make MyBookTable as compatible as possible with as many themes as we can, it is impossible for us to support all themes completely out of the box.
I would recommend you first try to toggle “Compatability Mode”, which you can find on the Setup tab of the MyBookTable Settings page. If that does not work, the only way to make MyBookTable work with your theme is with custom development. You can find details about how to do this on our wiki at https://github.com/authormedia/mybooktable/wiki/Fixing-Theme-Problems.
~Tim