Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Search doesn't workI’d suggest two solutions:
1) Change your site’s permalink settings: on the dashboard select Settings->permalinks, then select something other than the ‘default’.
2) Set the actionurl and method parameters in the search form shortcode:
[weblib_searchform actionurl='/?p=1048' method='post'] [weblib_itemlist holdbutton=1 inlinemoreinfo=1]Forum: Plugins
In reply to: [WebLibrarian] Missing User RolesDid you ever manage to find out what happened? Noone else has reported this problem.
Forum: Plugins
In reply to: [WebLibrarian] missing thumbnail image in chrome & how to resize thumbnailTry updating and see the other post about text overlaping thumbnails.
Forum: Plugins
In reply to: [WebLibrarian] Book thumbnail superimposed over title and author detailsIt does not happen with Firefox (17.0.6).
I have tweaked the short codes and the CSS files a little — you should update to version 3.2.7.6.
The CSS code you should be tweaking is in css/front.css. It is better not to actually edit this file, but instead arange to include additional CSS code (many themes allow for this).
The code relating to the images is:
.weblib-item-thumb { padding: 0px 4px; } .weblib-item-thumb img { min-width: 48px; min-height: 72px; }Also this setting might have some effect:
.weblib-item-info { width: 85%; }Forum: Plugins
In reply to: [WebLibrarian] Can I use AWS with a bulk library upload?You can bulk upload the books and then edit each book to add additional info from Amazon, using the AWS search form. The current version allows for inserting selected information from Amazon into the book’s record. Once you have found the proper Amazon record, you can lookup the item (“Lookup Item”), and then next to each information field displayed is a button to add or insert that field’s information into the proper place in the book’s record form. Then the record can be updated into the database.
Forum: Plugins
In reply to: [WebLibrarian] missing thumbnail image in chrome & how to resize thumbnailwhy crome do not show thumbnail when “inlinemoreinfo” is false when firefox do?
I am not totally sure what this means. I don’t have Chrome on my system (Google does not support RHEL/CentOS, which is the O/S I use). Are you still have this problem?
Forum: Plugins
In reply to: [WebLibrarian] Missing User RolesDid you ever figure out what went wrong?
Forum: Plugins
In reply to: [WebLibrarian] AWS Public/Private keysGetting an associate tag is pretty painless — it is free, as is getting a AWS account — they only charge for some services (eg using their cloud backup and compute services). Merely accessing their product database services is free. Normally, this is meant for ‘associates’ (affilates) to grab advertising information for products Amazon sells (eg books and other stuff), and when Amazon makes a sale from an associate’s (affilate’s) website, Amazon pays out a percentage of the sale to the associate. By letting people access to Amazon’s product database in this way, Amazon expects to realize added income.
The alternitive is just open a separate browser window / tab and ‘manually’ copy and paste from Amazon’s normal product pages. You can do things either way — the Web Librarian plugin will still work without the AWS & associate tag options, you just won’t have the Amazon lookup feature available.
Amazon’s product DB is easier to get data from than doing something like grabing MARC records from the Library of Congress (something I also looked at).
Forum: Plugins
In reply to: [WebLibrarian] AWS Public/Private keysAccess Key ID = public key
Secret Access Key = private keyAWS changed the names since I originally wrote the original AWS code (in HL3). You also need to get an ‘Associate Tag’ — this would be under Amazon’s Affilate program somewhere. Either Google will find it or Amazon’s own help system / FAQ will contain a pointer.
Forum: Plugins
In reply to: [WebLibrarian] Bulk upload more than 15 recordsMy only thoughts are that there is something fishy going on between Excel and MS-Windows and character sets. *I* never had any problems on my Linux system creating CSV files that ‘just worked’, but I was not using a spreadsheet program, instead I was using a text filtering program (coded in Tcl) to filter from one ASCII format to another ASCII format. Or else I was using a plain text editor. I don’t use MS-Windows for my desktop system (and never have).
I think that somewhere along the way, UTF-8 might be involved and possibly something odd about newlines or item quoting (eg missing quote marks or improper quote marks), but I don’t really know. It very likely also depends on the locale setting on the *server* WordPress is running on vs the locale setting on the desktop computer the CSV file was created on. Most often, a pure, 7-bit ASCII file will have no problems, ever. I know that sometimes that is not a viable option, since book titles, descriptions, and author names might possibly require UTF-8 characters. It is important *never* to use anything but 7-bit ASCII characters for the bar code: eg only the digits 0-9, and ASCII letters A-Z and a-z — note: most bar code scanners only do digits (0-9), so if you are in fact using a bar code scanner, bar codes can only be digit strings. Note: ASCII is generally a proper subset of most UTF-8 character sets, esp. for Latin character sets.
Forum: Plugins
In reply to: [WebLibrarian] Bulk upload more than 15 recordsThese two threads cover the issues with CSV files:
http://wordpress.org/support/topic/cvs-file?replies=9
http://wordpress.org/support/topic/bulk-csv-import-bulk-delete?replies=4Forum: Plugins
In reply to: [WebLibrarian] Bulk upload more than 15 recordsIt is probably a error in the CSV file. I have uploaded larger CSV files without problems. If the CSV file has a bad character, the upload process could get confused. Please read the other threads relating to CSV files for details on what to look for.
Forum: Plugins
In reply to: [WebLibrarian] CVS FileThis forum is probably as good a place as any. It might also make some sense, partitularly with concrete suggestions / bug reports to use Deepwoods Software’s Bugzilla at the URL: http://bugzilla.deepsoft.com/enter_bug.cgi?product=Web%20Librarian. How possible your suggestions might be to implement of course does depend on what is possible with the Word Press plugin framework and does depend on how much time I have available, etc.
Forum: Plugins
In reply to: [WebLibrarian] Missing User RolesThis is totally strange. There is more wrong here — there isn’t the page icon there should be on the config page. It almost looks like you have a screwed up install somehow.
All I can suggest is that you deactivate the plugin, delete it and install and activate it all over again. If that does not work, I am at a total loss.
Forum: Plugins
In reply to: [WebLibrarian] Missing User RolesCan you post a screen shot illustrating the problem? If the plugin is in fact installed properly and activated, the roles should be there. I don’t see how they could not be, unless you have a broken install of WordPress, in which case nothing should be working at all (and you would not have been able to install the Web Librarian in the first place).