Hi idogenealogy,
First of all, thank you for your fabulous input, and your great review of our plugin. It is SO MUCH FUN to see this system making your life a little easier. Being an author is hard enough work already ??
Okay I’m going to help you as best I can, while my genius plugin co-author Ben handles a few other urgent projects. He’s the code expert, while my focus in on user interface, logic flow, and design, but I can comment on a few of your questions/requests.
You’ve done a great job integrating the plugin into your site so far.
The turn off/on more books sections is absolutely something we’re planning to roll out, and I appreciate you mentioning it. As soon as we have it completed, I’ll post back here to let you know.
And that wily gray line you’re dealing with appears to be part of your theme itself, rather than something generated by TotallyBooked. It’s being caused by this image:
https://michelesinclair.com/wptrial/wp-content/themes/Chameleon/images/content-bg.png tiling vertically down the page. And it shows up on every page of your site in the same position.
To get rid of it, you might consider creating a sub page template just for your Books section, and making sure the background url is excluded for your #content area:
#content { padding: 0px 48px 60px; background: url(images/content-bg.png) repeat-y 633px 0px; }
I hope this helps! Thanks again for your kind words. We’ve worked so hard on this, and your encouragement really means a lot ??
Kelli