Tag: live

  • Soccer Reside Ratings (Miscellaneous)

    Soccer Reside Ratings (Miscellaneous)

    Soccer Live Scores is a new WordPress plugin that allows you to include live soccer scores in your posts, pages and custom posts.

    This plugin uses the latest AJAX technologies to retrieve live the results that you add in the back end of your website and is able to update them in few seconds

    If you want only to show the results of a match without updating in real time the scores and the events ( for example if you are going to create a match review ), Soccer Live Scores can also be used without the AJAX functionalities as a static element not updated in real time.

    Create your first match

    After installing this plugin you will be able to create your first match through the Matches menu, you have simply to enter the following informations:

    • Team 1 name
    • Team 1 icon (optional)
    • Team 1 color (optional)
    • Team 2 name
    • Team 2 icon (optional)
    • Team 2 color (optional)
    • Match Status: Set Live for real time results or Inactive for a static match not updated in real time with ajax
    • Live Message: This is a message displayed only when the match status is set to Live

    Your first match has been created, you can now add events for this match.

    Create events

    Click on Edit under the Events column, you are going to enter in the Events menu, here you can add events related to the selected match. To create an event you should provide the following informations:

    • Select Team: Select one of the two team available for this match, this event will be associated with the selected team
    • Minute: Enter the minute when the event occurred
    • Description: Enter a custom description for the event
    • Event Type: Select one of the five available events between Generic, Goal, Yellow Card, Red Card, Substitution, the match score will be calculated on the number of Goal events associated with a specific match.

    Embed your first match in a post, page or custom post

    When a match is created you can find the shortcode associated with the match in the Matches menu, copy the shortcode and paste it in you post, remember than you can’t use multiple Soccer Live Scores shortcodes in a single post.

    Post content
    [sls id="1"]
    Other post content
    

    Done, your first match is now displayed in your website.

    Change the plugin look

    Is very important in a professional website that every element displayed is consistent with the rest of the website, for this reason i’ve included many customization options, so you can change every single pixel displayed by this plugin.

    Visit the Options menu and create your custom look, this is a list of the available options related to the aesthetic of the plugin:

    • Live Message Background Color
    • Live Message Font Color
    • Header Background Color
    • Teams Font Color
    • Score Font Color
    • Odd Rows Background Color
    • Even Rows Background Color
    • Rows Font Color
    • Font Family: This is the font family that will be used in all the Soccer Live Scores elements
    • Google Fonts: This option allows you to load Google Fonts
    • Top Margin
    • Bottom Margin

    layouts with different colors

    This plugin supports both responsive and fixed themes

    All the HTML and CSS code used in this plugin has been writted to work with both responsive and fixed themes, i’ve also included an option called Responsive Breakpoint, this option has been created to work with responsive layouts and changes some of the elements of the Soccer Live Scores plugin under a specified width in pixel. If you are using a theme with a fixed layout set this option to zero.

    Credits

    This plugin make use of the following resources:

    Are you a soccer fan?

    I’m selling on CodeCanyon another great plugin able to generate soccer formations, check out Football Formation.

  • Reside Composer – Entrance-Finish Content material Creator For wordpress (Utilities)

    Reside Composer – Entrance-Finish Content material Creator For wordpress (Utilities)






    What is Live Composer

    Live Composer is a front-end content builder plugin for WordPress with 28+ modules ( and more to come ) packed with functionality and styling options that allow countless variations to be made easily and without any coding.

    Live Feeback

    In Live Composer, the content of you pages is built directly on the page, right there in the front-end. This allows you instant feedback on the changes you make and removes the need to go back and forth between the back-end and the front-end.

    Extends the theme

    Besides the usual modules such as buttons, text, accordions, Live Composer comes with special post types like Projects, Galleries, Downloads, Testimonials, Staff and Partners which push any theme to the next level.

    Module Options

    Each of the modules comes with many functionality and styling options which allows countless variations to be made easily and without any coding. Want to change paddings, margin, font size, font families, border, background… it’s EASY.

    Responsive Options

    Easily adjust the modules for tablets and phones with the help of numerous simple to use options that each of the modules comes with.

    Templates System

    Using the template system you can easily export and import content from one page to another, even from one website to another. LC also comes with some premade templates you can use and modify to your needs, and there will be many more templates to come.

    Single Post Templates

    Apart from being able to create custom pages, Live Composer also allows you to create post templates that will be used when a single post is shown ( like a blog post ). You can of course have as many templates as you wish, you can choose which post will use which template.

    Element Modules

    • Accordion
    • Button
    • Image
    • InfoBox
    • Notification
    • Progress Bar
    • Separator
    • Slider
    • Social
    • Tabs
    • Text
    • Widgets

    Posts Modules

    • Blog
    • Downloads
    • Galleries
    • Partners
    • Projects
    • Staff
    • Testimonials
    • WooCommerce

    Post Template Modules

    • Comments
    • Comment Form
    • Content
    • Download Button
    • Gallery Slider
    • Meta
    • Thumbnail
  • BFI wordpress Theme Customizer+ (Add-ons)

    BFI wordpress Theme Customizer+ (Add-ons)

    Easily utilize the full potential of WordPress’ Theme Customizer API in your WordPress themes! Truly a must for all ThemeForest WordPress theme authors!

    BFI Theme Customizer+ extends the functionality of WordPress’ Theme Customizer API and also makes it easier to use. This add-on automatically generates cacheable dynamic CSS files from a CSS template, and it also allows visitors to your theme demo sites to override customized settings using GET variables.

    Awesome Features

    • Easy to integrate in your WordPres theme
    • Makes using WP’s Theme Customizer API super easy to use
    • Take full control of the Theme Customizer API with only 2 function calls
    • Easily extendable if you want to create more controls with custom filter hooks
    • Automatically creates dynamic CSS files for your site using WP’s FileSystem API
    • The dynamic CSS file generated is fully cachable
    • Automatically allow your visitors to change styles using GET variables in your theme demo sites
    • When your customers update your theme, all their settings will still be kept, and new settings that you define will be applied
    • Follows all ThemeForest submission requirements
    • Includes a modified Twenty Thirteen that already has this add-on integrated
    • Theme customizer in WordPress live preview updates correctly

    Default & Included Customizer Controls

    • Text
    • Checkbox
    • Radio buttons
    • Select drop down
    • Select drop down pages
    • Color picker
    • File upload
    • Image upload
    • Note NEW
    • Textarea NEW

    Happy Coding With The Theme Customizer+

    Creating a section

    BFIThemeCustomizer::addSection(array(
        'id' => 'custom_colors',
        'title' => __( 'Custom Colors', 'default' ),
    ));
    

    Creating a setting/control

    BFIThemeCustomizer::addSetting(array(
        'id' => 'bg_color',
        'section' => 'custom_colors',
        'type' => 'WP_Customize_Color_Control',
        'label' => __( 'Background Color', 'default' ),
    ));
    

    Overridable settings for your demo sites

    http://demo.mytheme.com/?bg_color=#3498db
    

    Refer to the documentation for more details.

    Happy coding!

  • Reside! for MyMail (Add-ons)

    Reside! for MyMail (Add-ons)

    see who opens your newsletter campaigns in real time!
    an extension for the MyMail Newsletter Plugin



    Requirements

    • MyMail Newsletter Plugin version 1.5.3+
    • enabled Geo Tracking on the settings page
    • MyMail Live! capabilities on the settings page
    • WordPress 3.3+ (3.4+ recommended)

    Update Notification

    Changelog

    Version 1.1
    • settings page works with MyMail 1.6.3
    • remove deprecated jQuery methods
    • retina ready avatar images
    • small bug fix
    Version 1.0.2
    • fixed a small bug were pins are not shown on the map in some cases
    Version 1.0.1
    • fixed a small bug in IP addesses
    Version 1.0
    • Initial Release

    Sources and Credits

    I’ve used the following images, icons or other files as listed.

    Files are maybe not included because of the license

    Updates

    Likewise all other items on this marketplace you get lifetime updates of this item too. So if you find any bugs in this plugin I would be kindly thankful to get notified so I can fix them :)

  • BFI WordPress Theme Customizer+ (Add-ons)

    BFI WordPress Theme Customizer+ (Add-ons)

    Easily utilize the full potential of WordPress’ Theme Customizer API in your WordPress themes! Truly a must for all ThemeForest WordPress theme authors!

    BFI Theme Customizer+ extends the functionality of WordPress’ Theme Customizer API and also makes it easier to use. This add-on automatically generates cacheable dynamic CSS files from a CSS template, and it also allows visitors to your theme demo sites to override customized settings using GET variables.

    Awesome Features

    • Easy to integrate in your WordPres theme
    • Makes using WP’s Theme Customizer API super easy to use
    • Take full control of the Theme Customizer API with only 2 function calls
    • Easily extendable if you want to create more controls with custom filter hooks
    • Automatically creates dynamic CSS files for your site using WP’s FileSystem API
    • The dynamic CSS file generated is fully cachable
    • Automatically allow your visitors to change styles using GET variables in your theme demo sites
    • When your customers update your theme, all their settings will still be kept, and new settings that you define will be applied
    • Follows all ThemeForest submission requirements
    • Includes a modified Twenty Thirteen that already has this add-on integrated
    • Theme customizer in WordPress live preview updates correctly

    Default & Included Customizer Controls

    • Text
    • Checkbox
    • Radio buttons
    • Select drop down
    • Select drop down pages
    • Color picker
    • File upload
    • Image upload
    • Note NEW
    • Textarea NEW

    Happy Coding With The Theme Customizer+

    Creating a section

    BFIThemeCustomizer::addSection(array(
        'id' => 'custom_colors',
        'title' => __( 'Custom Colors', 'default' ),
    ));
    

    Creating a setting/control

    BFIThemeCustomizer::addSetting(array(
        'id' => 'bg_color',
        'section' => 'custom_colors',
        'type' => 'WP_Customize_Color_Control',
        'label' => __( 'Background Color', 'default' ),
    ));
    

    Overridable settings for your demo sites

    http://demo.mytheme.com/?bg_color=#3498db
    

    Refer to the documentation for more details.

    Happy coding!

  • Reside! for MyMail (Add-ons)

    Reside! for MyMail (Add-ons)

    see who opens your newsletter campaigns in real time!
    an extension for the MyMail Newsletter Plugin



    Requirements

    • MyMail Newsletter Plugin version 1.5.3+
    • enabled Geo Tracking on the settings page
    • MyMail Live! capabilities on the settings page
    • WordPress 3.3+ (3.4+ recommended)

    Update Notification

    Changelog

    Version 1.1
    • settings page works with MyMail 1.6.3
    • remove deprecated jQuery methods
    • retina ready avatar images
    • small bug fix
    Version 1.0.2
    • fixed a small bug were pins are not shown on the map in some cases
    Version 1.0.1
    • fixed a small bug in IP addesses
    Version 1.0
    • Initial Release

    Sources and Credits

    I’ve used the following images, icons or other files as listed.

    Files are maybe not included because of the license

    Updates

    Likewise all other items on this marketplace you get lifetime updates of this item too. So if you find any bugs in this plugin I would be kindly thankful to get notified so I can fix them :)

  • Lively Guests (Membership)

    Lively Guests (Membership)

    The world’s first, simple and plain ajax powered active user list and widget plugin for the WordPress. It shows all the active users or guests in your website. It can update the list without refresh page. You can also edit the all template files easily. You will love this plugin very much!