Skip to content

Commit

Permalink
[fix] conflict with DOCMan
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Feb 8, 2017
1 parent 3e549df commit 6633cee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/Release-v1.3.3-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat) ![PHP7](https://img.shields.io/badge/PHP7-compatible-blue.svg?style=flat) ![YoothemePro](https://img.shields.io/badge/YoothemePro-compatible-blue.svg?style=flat)
![Version](https://img.shields.io/badge/Release-v1.3.4-green.svg?style=flat) ![Widgetkit](https://img.shields.io/badge/Widgetkit-v2.4.x+-green.svg?style=flat) ![Joomla](https://img.shields.io/badge/Joomla!-v3.4.x+-yellow.svg?style=flat) ![Wordpress](https://img.shields.io/badge/Wordpress-v4.4.x+-yellow.svg?style=flat) ![PHP7](https://img.shields.io/badge/PHP7-compatible-blue.svg?style=flat) ![YoothemePro](https://img.shields.io/badge/YoothemePro-compatible-blue.svg?style=flat)

![SlideshowEx widget logo](https://raw.githubusercontent.com/wiki/rvalitov/widgetkit-slideshow-ex/images/logo.jpg)
# Overview
Expand All @@ -11,7 +11,7 @@
* **Display content on top** - you can display content on top of the slides in an overlay.
* **Use with your existing data** - you can easily convert your existing Slideshow widgets into SlideshowEx preserving all the data and options.
* **Backward compatibility** - all other behavior, styling and features of the original [Slideshow widget](http://yootheme.com/demo/widgetkit/joomla/index.php/home/slideshow) are preserved.
* **Compatible with Yootheme Pro** - you can use MapEx with [Yootheme Pro](https://yootheme.com/pro/).
* **Compatible with Yootheme Pro** - you can use this widget with [Yootheme Pro](https://yootheme.com/pro/).

### Unique Features
The new features that the SlideshowEx has and that are not available in the original Slideshow widget:
Expand Down
2 changes: 0 additions & 2 deletions slideshow_ex/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@
$app['scripts']->add('marked', 'plugins/widgets/slideshow_ex/assets/marked.min.js', array($uikit));
//Mailchimp for subscription:
$app['scripts']->add('mailchimp', 'plugins/widgets/slideshow_ex/assets/jquery.formchimp.min.js', array($uikit));
//jQuery form validator http://www.formvalidator.net/:
$app['scripts']->add('jquery-form-validator', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-form-validator/2.3.20/jquery.form-validator.min.js', array($uikit));
//Underscore.js
$app['scripts']->add('underscore', 'plugins/widgets/slideshow_ex/assets/underscore-min.js', array($uikit));
//Semantic version compare
Expand Down
8 changes: 0 additions & 8 deletions slideshow_ex/views/WidgetkitExPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -853,14 +853,6 @@ public function printNewsletterInfo($appWK){
</div>
<script>
jQuery.validate({
form: '#form-{$this->plugin_info['safe_name']}-subscribe',
modules : 'html5',
errorElementClass: 'uk-form-danger',
errorMessageClass: 'uk-text-danger',
validateOnBlur : true,
scrollToTopOnError : false
});
jQuery('#form-{$this->plugin_info['safe_name']}-subscribe').formchimp();
/*Geolocation if nessesary*/
Expand Down

0 comments on commit 6633cee

Please sign in to comment.