Title: Auberge theme implementation
Last modified: August 22, 2016

---

# Auberge theme implementation

 *  Resolved [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/)
 * Hey Nate!
 * Quite a delay reagarding [https://twitter.com/NateWr/status/561262971918516224](https://twitter.com/NateWr/status/561262971918516224),
   but finally I get into implementation 😉
 * Great plugin by the way! I’m implementing support for it now and ran into some
   blue borders (please see [http://awesomescreenshot.com/0394kezc31](http://awesomescreenshot.com/0394kezc31)).
 * Any idea how to get rid of them?
 * Plus, should I do some other coding implementation besides the custom styles?
   Seems to me like the plugin works out of the box 🙂
 * Thanks for help!
 * Oliver
 * [https://wordpress.org/plugins/restaurant-reservations/](https://wordpress.org/plugins/restaurant-reservations/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872462)
 * BTW, this appears with Date and Time field only.
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872486)
 * Hi Oliver,
 * Thanks for getting in touch! This is an artifact that was introduced with the
   last version of pickadate.js, the library I use for the date and time pickers.
 * I’ve been unable to determine what causes it, though it seems to only happen 
   with some of my themes ([this one](http://thespot.themeofthecrop.com/reservations/),
   but [not this one](http://plateup.themeofthecrop.com/)). I’ve walked up and down
   the DOM for the pickers but not found any odd styles or pseudo elements. And 
   it seems to be one of those bugs that disappears as soon as you touch anything
   in the Chrome Inspector (likely on repaint). If you’re able to track down the
   source please let me know!
 * But no, other than styles you shouldn’t need to do anything else to integrate
   the plugin with your theme. There is a booking form widget as well, so don’t 
   forget those styles.
 * And thanks for adding support! Really lovely theme you’ve got there.
 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872527)
 * Hi Nate,
 * I knew the issue would be in outline, but couldn’t find out on which element.
 * Finally, for your reference, this resolves the issue:
 *     ```
       .picker { outline: 0; }
       ```
   
 * Great the whole implementation is pure CSS 🙂
 * Thanks!
 * Oliver
 *  [NateWr](https://wordpress.org/support/users/natewr/)
 * (@natewr)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872545)
 * You’re a hero! Thanks!
 * Let me know when you release an update to the theme so I can tweet about it.
 *  Thread Starter [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872570)
 * Hey Nate. The update was just released, you can retweet [https://twitter.com/webmandesigneu/status/574266175636504576](https://twitter.com/webmandesigneu/status/574266175636504576)
   😉 Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Auberge theme implementation’ is closed to new replies.

 * ![](https://ps.w.org/restaurant-reservations/assets/icon-128x128.png?rev=2205491)
 * [Five Star Restaurant Reservations - WordPress Booking Plugin](https://wordpress.org/plugins/restaurant-reservations/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/restaurant-reservations/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/restaurant-reservations/)
 * [Active Topics](https://wordpress.org/support/plugin/restaurant-reservations/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/restaurant-reservations/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/restaurant-reservations/reviews/)

## Tags

 * [implementation](https://wordpress.org/support/topic-tag/implementation/)

 * 5 replies
 * 2 participants
 * Last reply from: [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/auberge-theme-implementation/#post-5872570)
 * Status: resolved