Plugin Directory

Changeset 1465000


Ignore:
Timestamp:
08/01/2016 12:41:59 PM (10 years ago)
Author:
loushou
Message:
  • fixing modal issues caused by changing in WooCommerce CSS

loushou

Location:
opentickets-community-edition/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • opentickets-community-edition/trunk/assets/css/admin/base.css

    r1340883 r1465000  
    329329
    330330#order_data .all-tickets-button { margin-top:1em; }
     331
     332/* modals */
     333#wc-backbone-modal-dialog .wc-backbone-modal .wc-backbone-modal-content { margin:0; }
  • opentickets-community-edition/trunk/assets/js/utils/backbone-modal.js

    r1386561 r1465000  
    102102            }
    103103
     104            /*
    104105            $( '.wc-backbone-modal-content' ).css({
    105106                'margin-top': '-' + ( $( '.wc-backbone-modal-content' ).height() / 2 ) + 'px',
    106107                'margin-left': '-' + ( $( '.wc-backbone-modal-content' ).width() / 2 ) + 'px'
    107108            });
     109            */
    108110
    109111            return this;
  • opentickets-community-edition/trunk/launcher.php

    r1460807 r1465000  
    44 * Plugin URI:  http://opentickets.com/
    55 * Description: Event Management and Online Ticket Sales Platform
    6  * Version:     2.4.3
     6 * Version:     2.4.4
    77 * Author:      Quadshot Software LLC
    88 * Author URI:  http://quadshot.com/
     
    5454            'fctm' => 'fc',
    5555            'always_reserve' => 0,
    56             'version' => '2.4.3',
     56            'version' => '2.4.4',
    5757            'min_wc_version' => '2.6.1',
    5858            'core_post_type' => 'qsot-event',
  • opentickets-community-edition/trunk/readme.txt

    r1460908 r1465000  
    22Contributors: quadshot, loushou, coolmann
    33Donate link: http://opentickets.com/
    4 Tags: events, event management, tickets, ticket sales, ecommerce
     4Tags: events, event management, event tickets, ticket sales, ecommerce, tickets
    55Requires at least: 4.0
    66Tested up to: Latest
     
    1616= OpenTickets Community Edition =
    1717
    18 [OpenTickets Community Edition](http://opentickets.com/community-edition "Event management and online ticket sales platform") ("OTCE") is a free open source WordPress plugin that allows you to publish events and sell tickets online. OTCE was created to allow people with WordPress websites to easily setup and sell tickets to their events.
     18[OpenTickets Community Edition](http://opentickets.com/community-edition "Event management and online ticket sales platform") ("OTCE") is a free open source WordPress plugin that allows you to publish events and sell event tickets online. OTCE was created to allow people with WordPress websites to easily setup and sell tickets to their events.
    1919
    2020OTCE is an alternative to other ticketing systems, that will reduce your overhead and eliminate service fees, because it is software you run on your own existing website. It was created for venues, artists, bands, nonprofits, festivals and event organizers who sell General Admission tickets.
     
    2222OTCE runs on [WordPress](http://wordpress.org/ "Your favorite software") and requires [WooCommerce](http://woocommerce.com/ "Free WordPress based eCommerce Software") to operate. WooCommerce is a free open source ecommerce platform for WordPress. You can download your own copy of that from the [WooCommerce Wordpress.org Plugin Page](https://wordpress.org/plugins/woocommerce/)
    2323
    24 With WordPress and WooCommerce installed, you can install the OTCE plugin and start selling tickets to your event wihtin a few minutes. OTCE information and instructions are available on our website's [Community Edition page](http://opentickets.com/community-edition/ "Visit the Community Edition information page"), or you can watch some of our videos on how to get started on our [Videos page](http://opentickets.com/videos/ "Visit our videos page").
     24With WordPress and WooCommerce installed, you can install the OTCE plugin and start selling event tickets wihtin a few minutes. OTCE information and instructions are available on our website's [Community Edition page](http://opentickets.com/community-edition/ "Visit the Community Edition information page"), or you can watch some of our videos on how to get started on our [Videos page](http://opentickets.com/videos/ "Visit our videos page").
    2525
    2626The OTCE plugin empowers you with tools to:
     
    2929* Publish Events
    3030* Display Calendar of Events
    31 * Create and Sell Tickets
    32 * Allow Customers to keep Digital and/or Print Tickets
    33 * Checkin People to Events with a QR Reader
    34 * Ticket Sales Reporting
     31* Create and Sell Event Tickets
     32* Allow Customers to keep Digital and/or Print e-Tickets
     33* Checkin People to your Events with a QR Reader
     34* Event Ticket Reporting
    3535
    3636There are also various [Enterprise Extensions](http://opentickets.com/extensions/ "See a list of the available Extensions") which add even more functionality to this robust core plugin.
     
    171171
    172172== Changelog ==
     173
     174= 2.4.4 - 07/29/2016=
     175* fixing modal issues caused by changing in WooCommerce CSS
    173176
    174177= 2.4.3 - 07/26/2016 =
Note: See TracChangeset for help on using the changeset viewer.