andycleff
Forum Replies Created
-
Forum: Plugins
In reply to: [Books Gallery – Book Showcase, Library & Affiliate Plugin] Book ImportHere’s the URL to Hossni’s CSV file (Plugin addition)
https://books-gallery.com/docs/import-books-from-csv/
not quite as elegant an approach as entering just the ISBN and using “Import Books From API” … https://books-gallery.com/docs/import-books-from-open-library/
;-/Forum: Plugins
In reply to: [Books Gallery – Book Showcase, Library & Affiliate Plugin] Book ImportI’m experiencing a similar problem with API import. (wp-admin/edit.php?post_type=books&page=wbg-api-import)
I’ve tried w ISBN-10 as well as ISBN-13, open library and google books.
1909470961, 1913743853978-1909470965, 978-1913743857
Response: Info! Books Already Imported!
However, the books are not listed in my “All Books” wp-admin/edit.php?post_type=books
nor do they show up via “Search Book”- This reply was modified 1 year, 4 months ago by andycleff.
Forum: Themes and Templates
In reply to: [Roseta] itemprop=”discussionURL” on blog and archive pagesYep. that’s the fix… thanks hive mind!
Forum: Plugins
In reply to: [Amazon Link] Amazon Links Stopped Displaying on PageThrottling discussion https://forums.aws.amazon.com/thread.jspa?threadID=297508&tstart=0
Forum: Plugins
In reply to: [Amazon Link] Amazon Links Stopped Displaying on PageThanks for the rapid response! Cache was enabled. Dang you amazon.
I’ve switched over to the “iframe image” template and things are working fine for now. (Copy/pasted the iframe code into my custom template, so I didn’t have to change all pages that had the short code)
Not quite as attractive on the page… but at least functional:
http://www.andycleff.com/2018/12/getting-things-done-gtd-in-and-agile-world-with-david-allen/
Cheers.
Forum: Plugins
In reply to: [Amazon Link] Amazon Links Stopped Displaying on PageThere’s something about my custom template that’s not quite right 🙁
I think with the table sorter function disabled, the auto even/odd tagging was also disabled.
So I ended up using the table edit functions available thru TinyMCS Advanced to manually assign “odd” to all odd rows, same for even.
Hope this helps!
My css idea is not perfect. Doesn’t play nice if your turn tablesorter back on. Sorting functions doesn’t work.
BTW if you add the plug-in TinyMCS Advanced, you can get nice WYSIWYG table edit functions that work with tables created by Easy Table Creator – so you can do even/odd css easily.
You might also consider the WP-Table Reloaded plug in – which is nice if you use a single table in multiple locations. Very powerful plug in, with logs of configs, but at the moment it does not have any WYWIWYG editing capabilities.
But WP-Table reloaded won’t interfere with Easy Table Creator – so you can use both.
Seems that some CSS get broken when you turn the table sorter off.
Just need to add them back in with custom.css.easy-table-creator .odd td { background-color: #f0f0f6; } .easy-table-creator { background-color: #cdcdcd; border-collapse: separate; border-spacing: 1px; font-size: 8pt; margin: 10px 0 15px; text-align: left; width: 100%; } .easy-table-creator .even td { background-color: #ffffff; } .easy-table-creator th { background-color: #e6eeee; border: solid 1px #ffffff; color: #3d3d3d !important; vertical-align: bottom; padding: 4px; } .easy-table-creator td {background-color: #FFFFFF; color: #3D3D3D; padding: 4px;vertical-align: top;}Found it. Admin > Settings > Easy Table Creator > Use Tablesorter config y/n
Thanks PolyVision for a great plug in.
Has anybody figured out how to disable the tablesorter at the table level and/or globally?