Ben Casey
Forum Replies Created
-
Forum: Plugins
In reply to: [Totally Booked] Pick Custom Theme Page TemplateHi crevinamd
Thank you for using our plugin.
You can use the shortcode
[tb_series_gallery slug="series-slug"]
to display a list of books as an archive.To change the layout of these you can override the templates the plugin uses to display the list in your theme. You can find more detailed instructions in the plugin documentation here: https://www.tigerstrike.media/work/plugins/totally-booked/templating/
Let me know if that helps.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] forcing gallery short code to flow books horizontallyHi hachebrown
I had a look at your site and saw it uses a grid layout system, which makes this sort of thing a lot easier.
Using the instructions here https://www.tigerstrike.media/work/plugins/totally-booked/templating/
Create a file in your theme
plugins/totally-booked/loops/gallery.php
using something like this: https://gist.github.com/tigerstrikemedia/bc558cdfb89d9bcf8f17Note the grid_4 class and I have also moved the title to underneath the image.
To change the number of columns, you can change the grid_x number. The grid has a total of 16 columns so grid_8 would be 2 columns etc.
Let me know if you need any more help.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] I can′t link my booksHi
Can you please try going to wp-admin => Settings => Permalinks and press save (There is no need to change anything, just pressing save should do the trick)
Let me know if that corrects the issue.
Cheers
BenForum: Plugins
In reply to: [WP Template Overrides] WP Template OverridesHi Niaj
It sounds like a JS issue, can you see any errors in the javascript console ?
Forum: Plugins
In reply to: [WP Slick Slider] WP 4.0 supportYes it will work with WP4.0, if you encounter any issues let me know ill get it sorted ASAP.
Cheers
BenForum: Plugins
In reply to: [WP Template Overrides] Themes using get_template_partHi Frank,
Yes, unfortunately that is the case. for themes that use get_template_part the only way is to go up the chain of templates (IE edit the file that get_template_part is called from)
This is an ongoing ticket in wordpress dev, Hopefully it will be looked at this time around. – https://core.trac.www.ads-software.com/ticket/13239
Cheers
BenForum: Plugins
In reply to: [WP Post Formats] How to Deactivate CF Post Formats plugin?@chrissmit do you mean WP Post Formats or CF Post Formats?
my plugin is WP Post Formats, in which case, hitting deactivate and then delete will completely uninstall the plugin.
CF Post Formats ( https://github.com/crowdfavorite/wp-post-formats ) is a completely different plugin.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Problems with displayHi there
That is truly bizarre and I could not replicate this bug. Can you please contact me at bcasey (at) tigerstrikemedia.com and I will have a look ASAP.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Problem after updating the pluginHi ardentartistbooks
add this in a custom CSS plugin or to your theme will sort it out.
.tb_archive_content_wrapper{ width:65% }
Let me know if there are any more problems.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Reordering booksI can’t see any problems with last book on that page, did you get this resolved?
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Templating files and pathsHi Hedley
Thank you for your question.
There are 2 things to discuss here:
1) Template path: The plugin looks in the
plugins/totally-booked
directory in your theme then in thetemplates
directory in the plugin files. The correct path would beTHEMEPATH/plugins/totally-booked/loops/single_book.php
Bear in mind that this will also affect the single page output of the books. This brings me to point number 2.2) You can override the file used by the shortcode using a filter.
function mytheme_filter_totallybooked_shortcode_include( $path ){ return 'loops/single_book_shortcode'; } add_filter( 'tb_book_shortcode_template_part', 'mytheme_filter_totallybooked_shortcode_include', 10, 1 );
This will look for the file at the path
THEMEPATH/plugins/totally-booked/loops/single_book_shortcode.php
for the output of the shortcode only.Let me know if you have any more questions or problems.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Reordering booksAbsolutely, the plugin supports the Simple Custom Post Order plugin.
Just install the plugin and you should be able to drag and drop the books into order in the book list page in wp-admin.
Let me know if you have any more problems.
Cheers
BenForum: Plugins
In reply to: [WP Post Formats] Add date?Sorry for the dalayed reply, its been a bit hectic here.
I have just finished work on a MAJOR update for the plugin and will be pushing it live shortly.
It now uses the TWIG template engine ( https://twig.sensiolabs.org/doc/templates.html ) and your templates will all need to be updated after the incoming update.
The date() function now works as expected.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Updates?https://www.ads-software.com/plugins/totally-booked/
I am seeing 0.6 loading in now.
I will discuss the changes with Kelli and let you know how we go.
Cheers
BenForum: Plugins
In reply to: [Totally Booked] Updates?The plugin is still supported, not sure why you would think its not.
I have tested with WP 4.0 RC1 and have pushed an update to 0.6.
Both Kelli and I have been under considerable stress both personally and professionally.
If you wish to modify the array that controls the URL’s available to display in the popup, feel free, how would you intend on publishing this?
Cheers
Ben