Padaria Karoá

face  twitter

[column one-fourth]

top-spot

Pães variados

Todos

[/column]

[column one-fourth]

top-spot

Bolos e Doces

Todos

[/column]

[column one-fourth]

top-spot

Salgados Diversos

Todos

[/column]

[column one-fourth]

top-spot

Cafés e Lanches

Todos

[/column]

[column one-fourth]

top-spot

Sanduíches e antipasto

Todos

[/column]

[column one-fourth]

top-spot

Variedades Gourmet

Todos

[/column]

Thank you

Thank you for subscribing

In erat. Pellentesque erat. Mauris vehicula vestibulum justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi. Proin imperdiet. Aliquam ornare, metus vitae gravida dignissim, nisi nisl ultricies felis, ac tristique enim pede eget elit. Integer non erat nec turpis sollicitudin malesuada. Vestibulum dapibus.

Home Slogan

class="modal">

Widgetkit Spotlight

The Widgetkit Spotlight allows you to add an overlay to your images which fades or moves in on mouse hover. The overlay can be an image or HTML content. The default magnifier spotlight is a perfect match to be used with a lightbox.

Features

  • Create nicely animated image overlays
  • Supports custom image or HTML content overlays
  • 5 different animation modes
  • Build on the latest jQuery version
  • Works with Joomla and WordPress

Examples

If no custom overlay is set the default spotlight fades in an overlay with an magnifier image. If you define a custom overlay you can choose between different animations - fade, bottom, top, right and left.

[row][column one-third]fade[/column]

[column one-third]fadeCustom Overlay (Bottom)[/column]

[column one-third]fadeCustom Overlay (Right)

[/column][/row]

[row][column one-third]fade[/column]

[column one-third]fadeCustom Overlay (Top)[/column]

[column one-third]fadeCustom Overlay (Left)[/column][/row]

How To Use

Use the HTML5 custom data attribute data-spotlight to activate the spotlight.

<a data-spotlight="on" href="/mypage.html">
	<img src="/image.jpg" width="180" height="120" alt="" />
</a>

To create a custom overlay use a div element with the CSS class overlay. You can set the effect parameter to the data attribute. For example:

<a data-spotlight="effect:bottom;" href="/mypage.html">
	<img src="/image.jpg" width="180" height="120" alt="" />
	<span class="overlay">Custom Overlay</span>
</a>

You can set the effect parameter to fade, bottom, top, right and left.

Widgetkit Slideshows

The Widgetkit Slideshow is the ultimate image and content slideshow for Joomla and WordPress. It's flexible, easy to customize and completely build with HTML5 and CSS3.

Features

  • Clean and very lightweight code
  • 17 eye-catching transition effects
  • Uses hardware accelerated CSS3 animations
  • JavaScript animation fallback for all Internet Explorers
  • Support for HTML captions
  • Swipe navigation on mobile phones
  • Built with HTML5, CSS3, PHP 5.2+, and the latest jQuery version
  • Works with Joomla and WordPress

Slideshow Screen Example

This is an image slideshow with the famous Ken Burns effect.

[widgetkit id=3]

Slideshow Default Example

This is an image slideshow with eye-catching transition effects.

[widgetkit id=4]

How To Use

The Widgetkit Slideshow takes full advantage of the very user-friendly Widgetkit administration user interface. It has never been easier to create and manage all the slideshows and their different slides in one place. After you created a slideshow you can load it anywhere in your theme using shortcodes or the universal Widgetkit Joomla module or WordPress widget.

Sidebar Navigation

[dropcap]Side navigation is a sleek jquery animated menu that is both intuitive and flexible. It's a nice way to extend your site's navigation by providing users with extra menus on the sidebars. You can use the side navigation on any sidebar - left or right[/dropcap]

The on-click event is the default jquery effect. All you need to do is add your vertical menu using the following HTML Syntax for it to work. To get the current menu to show in expanded mode, use the active class on the ul level: <ul class="active">

[toggle state="open code" title="View Code"]<ul class="vmenu">
<li><a href="#" class="active">Menu 1</a>
<ul class="active">
<li><a href="#">Sub menu</a></li>
<li><a href="#">Sub menu</a></li>
<li><a href="#">Sub menu</a></li>
</ul>
</li>
<li><a href="#">Menu 3</a></li>
</ul>

[/toggle]