View Single Post
Old 02-19-2017, 01:30 PM   #42
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
Quote:
Originally Posted by Ksquared View Post
Using the customer reading footer patch on an Aura 6", I can run the batch file successfully if I leave the values at the default settings, but if I make any change I get an error. The default setting works:
# Replacement footer height values: Touch/Mini/Glo/Aura/Aura2E
replace_string = 002A, `min-height:70px`, `min-height:40px`
replace_string = 003A, `max-height:70px`, `max-height:40px`

I tried changing to:
replace_string = 002A, `min-height:60px`, `min-height:30px`
replace_string = 003A, `max-height:60px`, `max-height:30px`
... and I get an error in the batch file.

I was trying to pick up a little more real estate, but at least I have some additional space. Maybe I don't understand how these can be adjusted.
Thanks for creating these patches!
Replacement options have this format:
replace_string = ADDRESS, ORIGINAL_STRING, REPLACEMENT_STRING

You should only change the REPLACEMENT_STRING, the ADDRESS and the ORIGINAL_STRING must not change.
GeoffR is offline   Reply With Quote