Tag: calendar

  • Divinity – Church, Nonprofit, Charity Situations & Donations Bootstrap four WordPress Theme (Nonprofit)

    Divinity – Church, Nonprofit, Charity Situations & Donations Bootstrap four WordPress Theme (Nonprofit)

    Divinity is a compelling, beautiful Church WordPress theme based on the latest Bootstrap 4 framework. With 4 ready made demos and more to follow Divinity is perfect for promoting the good work that your church does and encouraging people to join your congregation.

    Divinity can also be used as for charity or non profit organizations to raise funding and promote charitable events.

    Fully customisable and flexible Divinity is fully responsive to work on mobile / tablet and desktop sized screens. Many uniquely styled components are available for you to use Sermons, Cards, Events to name just a few.

    Our super five star support is getting a great reputation for it’s quick and helpful responses. Don’t just take our word for it, read some of our latest comments in the comments about Lambda section below.


    Diviniry WordPress


    Diviniry WordPress

    Why Divinity?

    • WordPress 4.7 Ready
    • WP Bakery Visual Composer (worth $25)
    • Bootstrap 4 latest framework
    • One Click Installer no messing with WordPress Import files, just click and the demo installs for you! (Menus, Widgets, Images, Content, Everything)
    • 4 ready made demo websites, more will be added.
    • Unique Skin editor
    • Unlimited color combinations
    • Easy to use Site Customiser
    • Great Font Options with Google Fonts
    • Blog with post format support
    • Compatible with The Events Calendar and the The Events Calendar Pro plugins
    • Detailed online documentation
    • Custom Post Type for Sermons
    • Fascinating, unique design
    • Carefully crafted
    • Responsive design across all devices
    • Compelling rich animations
    • Astonishing Typography
    • Gleaming illustrations
    • Clean Layouts
    • Effortless customisation
    • 100% valid HTML code and out of the box SEO optimized
    • Famous 100% solid support
    • More than 20 PSD Files Included – Worth $14 (the PSD version of divinity)


    Diviniry WordPress

    Super Clean Docs
    5 Star Support
    Tutorial Videos
    Follow Us On Themeforest
    Follow Us On Twitter
    Follow Us On Facebook

    5 star support, read our user comments

    Credits

  • PhpCalendarBooker (Calendars)

    Booking script for single and multiple categories. It can be used to do anything from take bookings from leads for a single service company(like a cleaning company) or can be used to book many different services like cleaning, junk removal and tutoring.

    It comes packaged as a complete application with backend admin. The admin can assign jobs to other members or himself. The admin has complete control to ban / delete members, display calendar to public, set hours of operation, change dates, allow users to signup, add categories, edit categories, set color schemes, set default calendar and much more.

    Although the application comes with all the bells and whistles, you can dump a demo folder into an existing website and take bookings right away.

    There is no easier way to take online bookings and show availability to all potential customers.

  • Calendarius – Complete & up to date calendar plugin for WordPress (Calendars)

    Calendarius is absolutely suitable for fitness, yoga, dance classes, medical departments, any kind of event calendars and so on.

  • Kwik Experience Calendar (Calendars)

    Kwik Event Calendar

    Is an flexible and easy to integrate jQuery plugin to display events on your website in calendar that syncs events from either a .json file or your database.

    • Responsive layout
    • 3 views available either ‘on site’ or as ‘full screen’
      1. Month
      2. Agenda
      3. List (month compact)
    • Promote featured event/s
    • Enable event booking screen
    • Display event location – Google Maps API key required
    • Customisable colours
    • Calendar available in 107 languages
    • Free support
    • Ongoing Free updates for registered users (free registration) upon release
    • Twitter Bootstrap (3+) compatible

    Kwik Event Calendar – Support

    We offer our customers ongoing ‘lifetime’ full product support via our ticketing help desk.

    Our aim is to reply to all tickets within 1 working day.

    Customers can use the submit the support form on our website or simply email: kwikbitz@estreamdesk.com

    Kwik Event Calendar – Integration

    Kwik Event Calendar is based around Twitter Bootstrap the popular HTML, CSS, and JS framework. It may be silly to point out but Kwik Event Calendar is a jQuery plugin so jQuery is a requirement :)

    OK so how do you get started?

    After downloading Kwik Event Calendar (here) upload the files to your host server. Logically stylesheet CSS files go into your css folder, and the javascript files into your js folder. The Kwik Event Calendar download is structured like this:

    • kwik_event_calendar_v1_0_0
      • CSS
        • bootstrap.min.css
        • font-awesome.min.css
        • kwik-events-calendar-style.css
      • Fonts
        • FontAwesome.otf
        • fontawesome-webfont.eot
        • fontawesome-webfont.svg
        • fontawesome-webfont.ttf
        • fontawesome-webfont.woff
        • fontawesome-webfont.woff2
      • JS
        • bootstrap.min.js
        • jquery.min.js
        • kwik-events-calendar.js
        • moment-with-locales.js
        • tether.min.js
      • example.html

    Copy-paste the stylesheet <link>’s into the <head> of your web page. Make sure they are in the following order:

    • <link rel=”stylesheet” type=”text/css” href=”path_to/css/bootstrap.min.css”>
    • <link rel=”stylesheet” type=”text/css” href=”path_to/css/font-awesome.min.css”>
    • <link rel=”stylesheet” type=”text/css” href=”path_to/css/any other style sheets you currently use”>
    • <link rel=”stylesheet” type=”text/css” href=”path_to/css/kwik-events-calendar-style.css”>

    Add the JavaScript pages near the end of your pages, right before the closing </body> tag. Make sure they are in the following order:

    • <script type=”text/javascript” src=”path_to/js/jquery.min.js”></script>
    • <script type=”text/javascript” src=”path_to/js/tether.min.js”></script>
    • <script type=”text/javascript” src=”path_to/js/bootstrap.min.js”></script>
    • <script type=”text/javascript” src=”path_to/js/>moment-with-locales.js”></script>
    • <script type=”text/javascript” src=”path_to/js/any other JavaScript pages/jQuery plugins you currently use”></script>
    • <script type=”text/javascript” src=”path_to/js/kwik-events-calendar.js”></script>
    • <script type=”text/javascript” src=”path_to/js/your site javascript page.js”></script>

    And that’s it all you need to do now is create an HTML element on your page to display your Kwik Event Calendar – example:

    <div id=”my_kwik_event_calendar_HTML_element”></div>

    You add the Kwik Event Calendar plugin to the appropriate HTML element just by adding this code:

    jQuery(’#my_kwik_event_calendar_HTML_element’).kwikEventsCalendar();

    Alter the behaviour and appearance of your Kwik Event Calendar just by adding options to the code:

    jQuery(’#my_kwik_event_calendar_HTML_element’).kwikEventsCalendar(options)

    Easilly syncronise events to Kwik Event Calendar from either a .json file or the database of your choice via Ajax by using the events option:

    jQuery(’#my_kwik_event_calendar_HTML_element’).kwikEventsCalendar( eventsList: // an array of events // )

    Example syntax to obtain data from a php page query

    jQuery.getJSON(“http://your url/script_page_name.php?callback=?”,function(data)

    var events = data

    )

    Example php page query (using PDO & assuming the eventdate field is a ‘standard’ Unix Timestamp )

    if(isset($_GET[‘callback’] ))

    $stmt = $dbh->prepare(“SELECT id_field AS eventid, as UNIX_TIMESTAMP_MS(eventdate_field) AS eventdate,title_field AS title,image_field AS image,text_field AS text,class_field as Class,location AS location,bookable AS bookable FROM events_list_table”);

    $stmt->execute();

    $row = $stmt->fetchAll(PDO::FETCH_ASSOC);

    $data = json_encode($row);

    echo $_GET[‘callback’] . ‘(’ . $data . ‘)’;

    Please note – the use of jsonP callback – e.g. callback=? This is included as sometimes Chrome depending on version and your host/database connection does not like getJSON without.

    Example syntax to obtain data from a .json file

    events:[ false’,

    ‘bookable’:’true ]

    You can also make your Kwik Event Calendar interactive by adding actions to Kwik Event Calendar via Callbacks:

    jQuery(’#my_kwik_event_calendar_HTML_element’).kwikEventsCalendar(

    callback:function() // action in here //

    )

    Kwik Event Calendar – Options

    Note: Options listed on this page are alphabetical.

    The correct syntax (example):

    jQuery(‘yourselector’).kwikEventsCalendar(

    defaultView:’month’,

    startDate:’1360013296123’,

    headerBackground:’#19B3E9’
    list

    data.eventcost, data.eventdate, data.title

    This data could be passed to a form for processing – may be a modal the choice is yours.

    eventBookingText

    Type:String

    Default: Book now

    Options: Any text

    Description: If eventBookingCallBack enabled the text for the ‘booking button’

    featuredEvent

    Type: Object

    Default: undefined

    Options:
    The featuredEvent object format

    ‘eventid’:’the event id’,

    ‘eventdate’:’Unix Millisecond Timestamp for the event start time and date’,

    ‘title’:’The event title’,

    ‘image’:’An event image (.jpg,.jpeg,.gif,.png)’,

    ‘text’:’The event description’,

    ‘eventcost’:’12.25’

    Description: Displays the featured event in the Calendar header

    featuredEventCallback

    Type: Function

    Default: false

    Options: function

    data.eventcost, data.eventdate, data.title

    This data could be passed to a form for processing – may be a modal the choice is yours.

    eventCurrency

    Type: String

    Default: €

    Options: Any valid currency in HTML format;

    Descriptions: Sets the default currency for chargeable events

    eventsList

    Type: Function

    Default: undefined

    Options: function


    Description: Passes a valid events list to the calendar.

    Valid field dates as on object for the eventsList:

    ‘eventid’:’the event id’,

    ‘eventdate’:’Unix Millisecond Timestamp for the event start time and date’,

    ‘title’:’The event title’,

    ‘image’:’An event image (.jpg,.jpeg,.gif,.png)’,

    ‘text’:’The event description’,

    ‘class’:’A CSS ‘colour’ selector to to heightlight the event on the calendar’

    ‘location’:’false ,

    ‘bookable’:’false false

    Description: Sets a minimum calendar datee.g. -1 = 1 previous month from the month set in startDate option
    false = no minimum month

    monthRowHeight

    Type: Number

    Default: 100

    Options: Any numberic value

    Descriptions: Sets the row height in pixels month view

    startDate

    Type: Number

    Default: 0

    Options: 0, a positive or negative whole number

    Description: e.g.0 = current month, -1 = last month, 1 = next month

    Text, buttons and icons

    backText

    Type: String

    Default: <i class=”fa fa-chevron-left”></i>

    Options: Any icon/text

    Description: Sets either the icon or text for the back button on the event single view page

    buttonClass

    Type: String

    Default: .btn.btn-sm

    Options: Any valid CSS class

    Description: Sets the default css class for buttons

    nextText

    Type: String

    Default: <i class=”fa fa-chevron-left”></i>

    Options: Any icon/text

    Description: Sets either the icon or text for the calendar next date button

    prevText

    Type: String

    Default: <i class=”fa fa-chevron-left”></i>

    Options: Any icon/text

    Description: Sets either the icon or text for the calendar previous date button

    Colours

    blockBackground

    Type: String

    Default: #FFFFFF

    Options: Any valid HEX colour

    Description: Sets the colour of the calendar body

    blockText

    Type: String

    Default: false;

    Options: Any valid HEX colour

  • Room Administration with Customized Value Calendar (Calendars)

    Flexible date selection for a simple way to custom room price like weekend price, holiday pricem, and other event.
    It is possible too for add or edit room and change status available for each room.

    Easily integrate with book system like hotel, guest house or just room rent.

    Who can use this code ?

    If you have book system like hotel system, guest house or room rent, you can add this code for complement your features.

    Features

  • ResumeDojo – Resume & Portfolio WordPress Theme (Portfolio)

    ResumeDojo – Resume & Portfolio WordPress Theme (Portfolio)

    We came up with the most extensive one page / multiple page WordPress portfolio theme which has a huge number of sections and distinct elements.

    We tried to include everything you might need in the UI so you can present yourself elegantly and easily insert all the data from the custom back-end panel.

    This is a perfect theme for freelancers, designers, developers, companies, creative agencies, consultants and lawyers.

    It also includes the premium BeDojo ($18 worth) plugin which lets you populate the website with your Behance portfolio projects.

    Features Overview

    • One Page or Multiple Pages setup for sections
    • Valid and clean code
    • Google Maps with color schemes from Snazzy Maps
    • Cross browser compatibility ( Internet Explorer 10+, Firefox, Safari, Opera, Chrome etc. )
    • Well documented
    • Fully responsive layout
    • Retina Ready
    • FontAwesome Icons (605+ icons)
    • Contact form with validation
    • Blog Page
    • Blog Post Page
    • 404 Page

    Sources & Credits

    • Images – www.unsplash.com
    • Icons – FontAwesome
    • Icons – ET Line Icons
    • Fonts – Google Web Fonts (Source Sans Pro)
  • ResumeDojo – Resume & Portfolio WordPress Theme (Portfolio)

    We came up with the most extensive one page / multiple page WordPress portfolio theme which has a huge number of sections and distinct elements.

    We tried to include everything you might need in the UI so you can present yourself elegantly and easily insert all the data from the custom back-end panel.

    This is a perfect theme for freelancers, designers, developers, companies, creative agencies, consultants and lawyers.

    It also includes the premium BeDojo ($18 worth) plugin which lets you populate the website with your Behance portfolio projects.

    Features Overview

    • One Page or Multiple Pages setup for sections
    • Valid and clean code
    • Google Maps with color schemes from Snazzy Maps
    • Cross browser compatibility ( Internet Explorer 10+, Firefox, Safari, Opera, Chrome etc. )
    • Well documented
    • Fully responsive layout
    • Retina Ready
    • FontAwesome Icons (605+ icons)
    • Contact form with validation
    • Blog Page
    • Blog Post Page
    • 404 Page

    Sources & Credits

    • Images – www.unsplash.com
    • Icons – FontAwesome
    • Icons – ET Line Icons
    • Fonts – Google Web Fonts (Source Sans Pro)
  • Noo Timetable – Responsive WordPress Timetable Plugin (Calendars)

    Noo Timetable – Responsive WordPress Timetable Plugin (Calendars)

    Noo Timetable WordPress Plugin documentationNOOtheme newsletterNOOtheme supportNOOtheme facebook

    Noo Timetable - Responsive WordPress Timetable Plugin

    NOO Timetable is a super flexible schedule plugin for WordPress, with fully responsive interface and fascinating UI. It is absolutely suitable for fitness, yoga, dance classes, medical departments, any kind of event calendars and so on.

    NOO Timetable helps you easily create a timetable with custom data just in a few minutes. All classes/events will be shown visually in both weekly and monthly timetable and filtered by category as well. NOO Timetable is packed with tons of marvelous features which make it the ideal choice for your class/event schedule. Up-to-date Flat Styling, Fully Responsive, Super Flexible, Multiple View Options, Event Filters, Event Navigation, iCal file Exporting, Event Pop-ups, 2 Preset post types: Class & Event and many more are included in this plugin.

    It has clean and elegant layout that could be simply customized. It is also a totally versatile plugin, that can be used by lots of different businesses. Scroll down for more feature details!

    Noo Timetable - Responsive WordPress Timetable Plugin

    NOO Timetable – Full Features List

    • Fully responsive and mobile friendly

      NOO Timetable is fully responsive and mobile friendly. It will be displayed perfectly on any mobile device.

    • Up-to-date Flat Styling

      This plugin has modern and flat interface. All colors can manually be customized, both calendar and item’s color.

    • Super Flexible

      Especially, classes/events will be displayed in a very flexible way: classes/events with the same date and time will still be shown beautifully on the schedule.

    • Multiple View Options

      All classes/events will be shown visually in both daily, weekly and monthly timetable and filtered by category as well

    • Event Filters

      Our plugin is ready for schedules with a lot of classes, hence powerful filters are essential. You can allow various filters, like Category, Instructor, Location, Day or Time of the Day.

    • Event Navigation

      With event navigation feature, NOO Timetable makes it more easily to navigate to the next of previous week on the schedule.

    • iCal file Exporting

      NOO Timetable plugin allows user to export schedule to iCalendar file conveniently with no effort.

    • Event Pop-ups
    • A schedule should display only the important info, but you might have a lot of other useful details for your visitors. Therefore, each class accepts individual text and images, that can be displayed in a pop-up window. Moreover, we include in this plugin 16 pop-up styles for your own use.

    • Multi-schedule on page

      It allows multiple schedules on each page. Build your class or event schedules in minutes.

    • 2 Preset post types: Classes and Events

      Classes and Events are 2 preset post types of NOO Timetable. Create classes and events within seconds.

    • Visual Composer compatible

      Our plugin is compatible with Visual Composer. In case you already installed Visual Composer, it still supports shortcode creating.

    • Default Shortcode Supported

      The plugin also supports default shortcode. However, it would still supports shortcode normally if users installed Visual Composer.

    • Unlimited Colors

      You can choose from multiple colors to customize schedule’s color (calendar, time slots, etc)

    • RLT Supported

      Noo Timetable supports right to left languages and repositions elements when necessary.

    • One Click Demo

      Importing demo data has never been easier. With just one click, demo data will be imported.

    • Automatic Update

      No more wasting your time updating theme and plugins manually. The plugin can be easily updated automatically with just one click.

    • Comprehensive Document

      We included in plugin package dedicated document file to guide you step by step installing and customizing the plugin. You also can find the detailed online guide on our support center here.

    • Regular Update

      We keep updating the plugin regularly with more addon features and minor bug fixed. Just one time payment, you will get the update lifetime for free.

    • Free premium support

      In addition to dedicated documentation, the senior developers of the plugin will support you. We are happy to support you to build your amazing website.

    Support

    All support is handled in our Support Center. We encourage you to post all your questions concerning our template there as your questions may have already been answered or may be of help to other people that have also purchased the template.

    Keep In Touch With Us

    Keep updated with our latest news and releases by subscribing to our newsletter at Blog NooTheme or follow us via social networks


    follow us on facebook


    follow us on twitter


    follow us on pinterest


    follow us on youtube

  • Responsive Timetable – Horizontal Addon (Add-ons)

    Responsive Timetable – Horizontal Addon (Add-ons)

    Our horizontal addon provides a horizontal layout for the timetable. It supports all the features of the original layout, like a responsive modern interface, popups, image backgrounds, filters and much more. The layout it fully customisable and different scales are possible.

    The horizontal layout is fully mobile compatible. You can also choose to show a list-view if the browser’s viewport is too small so the schedule remains clear for everyone.

    Note: this is an addon
    To use this addon you need to purchase a license for the Responsive Timetable for WordPress plugin and have the plugin installed and activated.

  • Stachethemes Experience Calendar (Calendars)

    Stachethemes Experience Calendar (Calendars)

    Stachethemes Event Calendar allows you to create and manage detailed online events for your website users.

    Every event can contain detailed information like event description, map, photo gallery, event guests, schedule, file attachments, attach theme icons to the event and even weather forecast for the area where the event is located. You can invite people to attend or set reminders for calendar events.








    Installation

    From Dashboard go to Plugins > Add New > Upload Plugin.
    Click “Browse” and pick Event Calendar archive.
    Click “Install Now”.
    After installation click “Active plugin”.
    A new menu should appear named “Stachethemes Event Calendar

    Creating Calendar

    From Dashboard go to Stachethemes Event Calendar > Calendars.
    Fill Calendar Name, Color, Timezone and Visibility (public or private).
    Click on “Create Calendar” button.
    A new calendar should appear under “List with your created calendars”.

    Creating Event

    From Dashboard go to Stachethemes Event Calendar > Events.
    Select Calendar from the list or create one if you haven’t created one yet.
    Click on “Add Event” button.
    Fill desired event details and click “Add Event”. Most event tabs are optional.

    Displaying the Calendar on the front-end

    The plugin uses the shortcode [stachethemes_ec]

    From Dashboard go to Pages or Posts
    Add New Page or Post
    Fill desired Post/Page title
    Inside the Post/Page content write [stachethemes_ec]
    Click Publish. This page will display the calendar when visited. You can place the shortcode in any existing Page or Post as well.

    If you are uncomfortable writing shortcodes the plugin supports Visual Composer as well.

    Shortcode default usage:

    [stachethemes_ec]
    

    Displaying specific calendar only:

    [stachethemes_ec cal=1,2,3]
    

    where 1,2,3 are calendar ids