Clever Fox - Version 1.1.38

Version Description

  • Fixed Issues in Conceptly Theme
Download this release

Release Info

Developer nayrathemes
Plugin Icon 128x128 Clever Fox
Version 1.1.38
Comparing to
See all releases

Code changes from version 1.1.37 to 1.1.38

clever-fox.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
- Version: 1.1.37
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
3
  Plugin Name: Clever Fox
4
  Plugin URI:
5
  Description: The Clever Fox plugin adds sections functionality to the Startkit theme and Others Nayra's Themes. This plugin for only startkit themes. Clever Fox is a plugin build to enhance the functionality of WordPress Theme made by Nayra Themes.
6
+ Version: 1.1.38
7
  Author: nayrathemes
8
  Author URI: https://nayrathemes.com
9
  Text Domain: clever-fox
inc/assets/js/owl.carousel.min.js CHANGED
@@ -7,42 +7,8 @@
7
  a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("<div>").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("<div>").addClass(c.dotClass).append(a("<span>")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("<div>").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a<e;a++){if(b>=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("<support>").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document);
8
 
9
 
10
-
11
  jQuery(function($) {
12
-
13
- jQuery(document).ready(function() {
14
- // Header Slide
15
- $(".header-slider").owlCarousel({
16
- rtl:$("html").attr("dir") == 'rtl' ? true : false,
17
- items: 1,
18
- loop: true,
19
- dots: false,
20
- nav: false,
21
- autoplay: true,
22
- autoplayTimeout: 60000,
23
- animateIn: 'pulse',
24
- animateOut: 'fadeOut',
25
- thumbs: true,
26
- thumbImage: true,
27
- thumbContainerClass: 'owl-thumbs',
28
- thumbItemClass: 'owl-thumb-item'
29
- });
30
-
31
- // Header Slide items with animate.css
32
- var owl = $('.header-slider');
33
- owl.owlCarousel();
34
- owl.on('translate.owl.carousel', function(event) {
35
- $('.header-single-slider h1').removeClass('animated').hide();
36
- $('.header-single-slider p').removeClass('animated').hide();
37
- $('.header-single-slider .boxed-btn').removeClass('animated').hide();
38
- });
39
-
40
- owl.on('translated.owl.carousel', function(event) {
41
- $('.header-single-slider h1').addClass('animated fadeInUp').show();
42
- $('.header-single-slider p').addClass('animated fadeInDown').show();
43
- $('.header-single-slider .boxed-btn').addClass('animated fadeInDown').show();
44
- });
45
-
46
  // partner Carousel
47
  $(".partner-carousel").owlCarousel({
48
  rtl:$("html").attr("dir") == 'rtl' ? true : false,
@@ -52,8 +18,6 @@ jQuery(function($) {
52
  margin: 30,
53
  autoplay: true,
54
  autoplayTimeout: 3000,
55
- thumbs: false,
56
- thumbImage: false,
57
  responsive: {
58
  0: {
59
  items: 1
@@ -67,4 +31,5 @@ jQuery(function($) {
67
  }
68
  });
69
  });
70
- });
 
7
  a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._timeout=null,this._paused=!1,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._core.settings.autoplay&&this._setAutoPlayInterval()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype.play=function(a,b){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._setAutoPlayInterval())},e.prototype._getNextTimeout=function(d,e){return this._timeout&&b.clearTimeout(this._timeout),b.setTimeout(a.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||c.hidden||this._core.next(e||this._core.settings.autoplaySpeed)},this),d||this._core.settings.autoplayTimeout)},e.prototype._setAutoPlayInterval=function(){this._timeout=this._getNextTimeout()},e.prototype.stop=function(){this._core.is("rotating")&&(b.clearTimeout(this._timeout),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('<div class="'+this._core.settings.dotClass+'">'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"</div>")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("<div>").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a("<div>").addClass(c.dotClass).append(a("<span>")).prop("outerHTML")]),this._controls.$absolute=(c.dotsContainer?a(c.dotsContainer):a("<div>").addClass(c.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",a.proxy(function(b){var d=a(b.target).parent().is(this._controls.$absolute)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(d,c.dotsSpeed)},this));for(b in this._overrides)this._core[b]=a.proxy(this[b],this)},e.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},e.prototype.update=function(){var a,b,c,d=this._core.clones().length/2,e=d+this._core.items().length,f=this._core.maximum(!0),g=this._core.settings,h=g.center||g.autoWidth||g.dotsData?1:g.dotsEach||g.items;if("page"!==g.slideBy&&(g.slideBy=Math.min(g.slideBy,g.items)),g.dots||"page"==g.slideBy)for(this._pages=[],a=d,b=0,c=0;a<e;a++){if(b>=h||0===b){if(this._pages.push({start:Math.min(f,a-d),end:a-d+h-1}),Math.min(f,a-d)===f)break;b=0,++c}b+=this._core.mergers(this._core.relative(a))}},e.prototype.draw=function(){var b,c=this._core.settings,d=this._core.items().length<=c.items,e=this._core.relative(this._core.current()),f=c.loop||c.rewind;this._controls.$relative.toggleClass("disabled",!c.nav||d),c.nav&&(this._controls.$previous.toggleClass("disabled",!f&&e<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!f&&e>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!c.dots||d),c.dots&&(b=this._pages.length-this._controls.$absolute.children().length,c.dotsData&&0!==b?this._controls.$absolute.html(this._templates.join("")):b>0?this._controls.$absolute.append(new Array(b+1).join(this._templates[0])):b<0&&this._controls.$absolute.children().slice(b).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(a.inArray(this.current(),this._pages)).addClass("active"))},e.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotsData?1:c.dotsEach||c.items)}},e.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,a.proxy(function(a,c){return a.start<=b&&a.end>=b},this)).pop()},e.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},e.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},e.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},e.prototype.to=function(b,c,d){var e;!d&&this._pages.length?(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c)):a.proxy(this._overrides.to,this._core)(b,c)},a.fn.owlCarousel.Constructor.Plugins.Navigation=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(c){this._core=c,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(c){c.namespace&&"URLHash"===this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find("[data-hash]").addBack("[data-hash]").attr("data-hash");if(!c)return;this._hashes[c]=b.content}},this),"changed.owl.carousel":a.proxy(function(c){if(c.namespace&&"position"===c.property.name){var d=this._core.items(this._core.relative(this._core.current())),e=a.map(this._hashes,function(a,b){return a===d?b:null}).join();if(!e||b.location.hash.slice(1)===e)return;b.location.hash=e}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(a){var c=b.location.hash.substring(1),e=this._core.$stage.children(),f=this._hashes[c]&&e.index(this._hashes[c]);f!==d&&f!==this._core.current()&&this._core.to(this._core.relative(f),!1,!0)},this))};e.Defaults={URLhashListener:!1},e.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){function e(b,c){var e=!1,f=b.charAt(0).toUpperCase()+b.slice(1);return a.each((b+" "+h.join(f+" ")+f).split(" "),function(a,b){if(g[b]!==d)return e=!c||b,!1}),e}function f(a){return e(a,!0)}var g=a("<support>").get(0).style,h="Webkit Moz O ms".split(" "),i={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},j={csstransforms:function(){return!!e("transform")},csstransforms3d:function(){return!!e("perspective")},csstransitions:function(){return!!e("transition")},cssanimations:function(){return!!e("animation")}};j.csstransitions()&&(a.support.transition=new String(f("transition")),a.support.transition.end=i.transition.end[a.support.transition]),j.cssanimations()&&(a.support.animation=new String(f("animation")),a.support.animation.end=i.animation.end[a.support.animation]),j.csstransforms()&&(a.support.transform=new String(f("transform")),a.support.transform3d=j.csstransforms3d())}(window.Zepto||window.jQuery,window,document);
8
 
9
 
 
10
  jQuery(function($) {
11
+ $(document).ready(function() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  // partner Carousel
13
  $(".partner-carousel").owlCarousel({
14
  rtl:$("html").attr("dir") == 'rtl' ? true : false,
18
  margin: 30,
19
  autoplay: true,
20
  autoplayTimeout: 3000,
 
 
21
  responsive: {
22
  0: {
23
  items: 1
31
  }
32
  });
33
  });
34
+ });
35
+
inc/assets/js/owlCarousel2Thumbs.min.js CHANGED
@@ -1,2 +1,40 @@
1
  /*! OwlCarousel2Thumbs - v0.1.3 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/OwlCarousel2-Thumbs */
2
- !function(a){"use strict";var b=function(c){this.owl=c,this._thumbcontent=[],this.owl_currentitem=this.owl.options.startPosition,this.$element=this.owl.$element,this._handlers={"prepared.owl.carousel":a.proxy(function(b){if(b.namespace&&this.owl._options.thumbs&&!this.owl._options.thumbImage)this._thumbcontent.push(a(b.content).find("[data-thumb]").attr("data-thumb"));else if(b.namespace&&this.owl._options.thumbs&&this.owl._options.thumbImage){var c=a(b.content).find("img");this._thumbcontent.push(c)}},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this.owl._options.thumbs&&(this.initialize(),this.currentslide(),this.draw())},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this.owl._options.thumbs&&(this.currentslide(),this.draw())},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&this.draw()},this)},this.owl._options=a.extend(b.Defaults,this.owl.options),this.owl.$element.on(this._handlers)};b.Defaults={thumbs:!0,thumbImage:!1,thumbContainerClass:"owl-thumbs",thumbItemClass:"owl-thumb-item"},b.prototype.currentslide=function(){this.owl_currentitem=this.owl._current-this.owl._clones.length/2,this.owl_currentitem===this.owl._items.length&&(this.owl_currentitem=0)},b.prototype.draw=function(){a(this._thumbcontent._thumbcontainer).children().filter(".active").removeClass("active"),a(this._thumbcontent._thumbcontainer).children().eq(this.owl_currentitem).addClass("active")},b.prototype.initialize=function(){var b=this.owl._options;this._thumbcontent._thumbcontainer=a("<div>").addClass(b.thumbContainerClass).appendTo(this.$element);var c;if(this.owl._options.thumbImage)for(c=0;c<this._thumbcontent.length;++c)this._thumbcontent._thumbcontainer.append("<button class="+b.thumbItemClass+'><img src="'+this._thumbcontent[c].attr("src")+'" alt="'+this._thumbcontent[c].attr("alt")+'" /></button>');else for(c=0;c<this._thumbcontent.length;++c)this._thumbcontent._thumbcontainer.append("<button class="+b.thumbItemClass+">"+this._thumbcontent[c]+"</button>");a(this._thumbcontent._thumbcontainer).on("click","button",a.proxy(function(c){var d=a(c.target).parent().is(this._thumbcontent._thumbcontainer)?a(c.target).index():a(c.target).parent().index();c.preventDefault(),this.owl.to(d,b.dotsSpeed)},this))},b.prototype.destroy=function(){var a,b;for(a in this._handlers)this.owl.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Thumbs=b}(window.Zepto||window.jQuery,window,document);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  /*! OwlCarousel2Thumbs - v0.1.3 | (c) 2015 @gijsroge | MIT license | https://github.com/gijsroge/OwlCarousel2-Thumbs */
2
+ !function(a){"use strict";var b=function(c){this.owl=c,this._thumbcontent=[],this.owl_currentitem=this.owl.options.startPosition,this.$element=this.owl.$element,this._handlers={"prepared.owl.carousel":a.proxy(function(b){if(b.namespace&&this.owl._options.thumbs&&!this.owl._options.thumbImage)this._thumbcontent.push(a(b.content).find("[data-thumb]").attr("data-thumb"));else if(b.namespace&&this.owl._options.thumbs&&this.owl._options.thumbImage){var c=a(b.content).find("img");this._thumbcontent.push(c)}},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this.owl._options.thumbs&&(this.initialize(),this.currentslide(),this.draw())},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this.owl._options.thumbs&&(this.currentslide(),this.draw())},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&this.draw()},this)},this.owl._options=a.extend(b.Defaults,this.owl.options),this.owl.$element.on(this._handlers)};b.Defaults={thumbs:!0,thumbImage:!1,thumbContainerClass:"owl-thumbs",thumbItemClass:"owl-thumb-item"},b.prototype.currentslide=function(){this.owl_currentitem=this.owl._current-this.owl._clones.length/2,this.owl_currentitem===this.owl._items.length&&(this.owl_currentitem=0)},b.prototype.draw=function(){a(this._thumbcontent._thumbcontainer).children().filter(".active").removeClass("active"),a(this._thumbcontent._thumbcontainer).children().eq(this.owl_currentitem).addClass("active")},b.prototype.initialize=function(){var b=this.owl._options;this._thumbcontent._thumbcontainer=a("<div>").addClass(b.thumbContainerClass).appendTo(this.$element);var c;if(this.owl._options.thumbImage)for(c=0;c<this._thumbcontent.length;++c)this._thumbcontent._thumbcontainer.append("<button class="+b.thumbItemClass+'><img src="'+this._thumbcontent[c].attr("src")+'" alt="'+this._thumbcontent[c].attr("alt")+'" /></button>');else for(c=0;c<this._thumbcontent.length;++c)this._thumbcontent._thumbcontainer.append("<button class="+b.thumbItemClass+">"+this._thumbcontent[c]+"</button>");a(this._thumbcontent._thumbcontainer).on("click","button",a.proxy(function(c){var d=a(c.target).parent().is(this._thumbcontent._thumbcontainer)?a(c.target).index():a(c.target).parent().index();c.preventDefault(),this.owl.to(d,b.dotsSpeed)},this))},b.prototype.destroy=function(){var a,b;for(a in this._handlers)this.owl.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Thumbs=b}(window.Zepto||window.jQuery,window,document);
3
+
4
+
5
+ jQuery(function($) {
6
+ $(document).ready(function() {
7
+ // Header Slide
8
+ $(".header-slider").owlCarousel({
9
+ rtl:$("html").attr("dir") == 'rtl' ? true : false,
10
+ items: 1,
11
+ loop: true,
12
+ dots: false,
13
+ nav: false,
14
+ autoplay: true,
15
+ autoplayTimeout: 60000,
16
+ animateIn: 'pulse',
17
+ animateOut: 'fadeOut',
18
+ thumbs: true,
19
+ thumbImage: true,
20
+ thumbContainerClass: 'owl-thumbs',
21
+ thumbItemClass: 'owl-thumb-item'
22
+ });
23
+
24
+ // Header Slide items with animate.css
25
+ var owl = $('.header-slider');
26
+ owl.owlCarousel();
27
+ owl.on('translate.owl.carousel', function(event) {
28
+ $('.header-single-slider h1').removeClass('animated').hide();
29
+ $('.header-single-slider p').removeClass('animated').hide();
30
+ $('.header-single-slider .boxed-btn').removeClass('animated').hide();
31
+ });
32
+
33
+ owl.on('translated.owl.carousel', function(event) {
34
+ $('.header-single-slider h1').addClass('animated fadeInUp').show();
35
+ $('.header-single-slider p').addClass('animated fadeInDown').show();
36
+ $('.header-single-slider .boxed-btn').addClass('animated fadeInDown').show();
37
+ });
38
+ });
39
+ });
40
+
inc/conceptly/conceptly.php CHANGED
@@ -16,7 +16,6 @@ require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/features/conceptly-sponsers.php';
16
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/features/conceptly-typography.php';
17
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/features/conceptly-navigation.php';
18
 
19
-
20
  if ( ! function_exists( 'cleverfox_conceptly_frontpage_sections' ) ) :
21
  function cleverfox_conceptly_frontpage_sections() {
22
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/sections/section-slider.php';
16
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/features/conceptly-typography.php';
17
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/features/conceptly-navigation.php';
18
 
 
19
  if ( ! function_exists( 'cleverfox_conceptly_frontpage_sections' ) ) :
20
  function cleverfox_conceptly_frontpage_sections() {
21
  require CLEVERFOX_PLUGIN_DIR . 'inc/conceptly/sections/section-slider.php';
inc/conceptly/extras.php CHANGED
@@ -8,26 +8,26 @@
8
  'conceptly_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
- 'icon_value' => esc_html__( 'fa-facebook', 'conceptly-pro' ),
12
- 'link' => esc_html__( '#', 'conceptly-pro' ),
13
  'id' => 'customizer_repeater_social_001',
14
 
15
  ),
16
  array(
17
- 'icon_value' => esc_html__( 'fa-linkedin', 'conceptly-pro' ),
18
- 'link' => esc_html__( '#', 'conceptly-pro' ),
19
  'id' => 'customizer_repeater_social_002',
20
 
21
  ),
22
  array(
23
- 'icon_value' => esc_html__( 'fa-twitter', 'conceptly-pro' ),
24
- 'link' => esc_html__( '#', 'conceptly-pro' ),
25
  'id' => 'customizer_repeater_social_003',
26
 
27
  ),
28
  array(
29
- 'icon_value' => esc_html__( 'fa-google-plus', 'conceptly-pro' ),
30
- 'link' => esc_html__( '#', 'conceptly-pro' ),
31
  )
32
  )
33
  )
@@ -67,34 +67,34 @@ function conceptly_get_service_default() {
67
  array(
68
  array(
69
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service02.jpg',
70
- 'icon_value' => esc_html__( 'fa-cubes', 'conceptly-pro' ),
71
- 'title' => esc_html__( 'Design', 'conceptly-pro' ),
72
- 'subtitle' => esc_html__( 'and Developing ', 'conceptly-pro' ),
73
- 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly-pro' ),
74
- 'text2' => esc_html__( 'Read More ', 'conceptly-pro' ),
75
- 'link' => esc_html__( '#', 'conceptly-pro' ),
76
  'id' => 'customizer_repeater_service_001',
77
 
78
  ),
79
  array(
80
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service003.jpg',
81
- 'icon_value' => esc_html__( 'fa-american-sign-language-interpreting', 'conceptly-pro' ),
82
- 'title' => esc_html__( 'Designer', 'conceptly-pro' ),
83
- 'subtitle' => esc_html__( 'Creative Team', 'conceptly-pro' ),
84
- 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly-pro' ),
85
- 'text2' => esc_html__( 'Read More', 'conceptly-pro' ),
86
- 'link' => esc_html__( '#', 'conceptly-pro' ),
87
  'id' => 'customizer_repeater_service_002',
88
 
89
  ),
90
  array(
91
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service02.jpg',
92
- 'icon_value' => esc_html__( 'fa-laptop', 'conceptly-pro' ),
93
- 'title' => esc_html__( 'Business', 'conceptly-pro' ),
94
- 'subtitle' => esc_html__( 'Develop', 'conceptly-pro' ),
95
- 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly-pro' ),
96
- 'text2' => esc_html__( 'Read More', 'conceptly-pro' ),
97
- 'link' => esc_html__( '#', 'conceptly-pro' ),
98
  'id' => 'customizer_repeater_service_003',
99
 
100
  ),
@@ -112,43 +112,43 @@ function conceptly_get_feature_default() {
112
  'conceptly_get_feature_default', json_encode(
113
  array(
114
  array(
115
- 'title' => esc_html__( 'Business Growth', 'conceptly-pro' ),
116
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
117
- 'icon_value' => esc_html__( 'fa-cubes', 'conceptly-pro' ),
118
  'id' => 'customizer_repeater_features_001',
119
  ),
120
  array(
121
- 'title' => esc_html__( 'Sustainability', 'conceptly-pro' ),
122
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
123
- 'icon_value' => esc_html__( 'fa-cog', 'conceptly-pro' ),
124
  'id' => 'customizer_repeater_features_002',
125
 
126
  ),
127
  array(
128
- 'title' => esc_html__( 'Performance', 'conceptly-pro' ),
129
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
130
- 'icon_value' => esc_html__( 'fa-american-sign-language-interpreting', 'conceptly-pro' ),
131
  'id' => 'customizer_repeater_features_003',
132
 
133
  ),
134
  array(
135
- 'title' => esc_html__( 'Organization', 'conceptly-pro' ),
136
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
137
- 'icon_value' => esc_html__( 'fa-area-chart', 'conceptly-pro' ),
138
  'id' => 'customizer_repeater_features_004',
139
 
140
  ),
141
  array(
142
- 'title' => esc_html__( 'Saving Strategy', 'conceptly-pro' ),
143
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
144
- 'icon_value' => esc_html__( 'fa-coffee', 'conceptly-pro' ),
145
  'id' => 'customizer_repeater_features_005',
146
 
147
  ),
148
  array(
149
- 'title' => esc_html__( 'Retirement Planning', 'conceptly-pro' ),
150
- 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly-pro' ),
151
- 'icon_value' => esc_html__( 'fa-child', 'conceptly-pro' ),
152
  'id' => 'customizer_repeater_features_006',
153
 
154
  ),
@@ -168,24 +168,24 @@ function conceptly_get_feature_default() {
168
  'conceptly_get_sponsers_default', json_encode(
169
  array(
170
  array(
171
- 'link' => esc_html__( '#', 'conceptly-pro' ),
172
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner01.png',
173
  'id' => 'customizer_repeater_sponsers_001',
174
  ),
175
  array(
176
- 'link' => esc_html__( '#', 'conceptly-pro' ),
177
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner02.png',
178
  'id' => 'customizer_repeater_sponsers_002',
179
 
180
  ),
181
  array(
182
- 'link' => esc_html__( '#', 'conceptly-pro' ),
183
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner03.png',
184
  'id' => 'customizer_repeater_sponsers_003',
185
 
186
  ),
187
  array(
188
- 'link' => esc_html__( '#', 'conceptly-pro' ),
189
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner04.png',
190
  'id' => 'customizer_repeater_sponsers_004',
191
 
8
  'conceptly_get_social_icon_default', json_encode(
9
  array(
10
  array(
11
+ 'icon_value' => esc_html__( 'fa-facebook', 'conceptly' ),
12
+ 'link' => esc_html__( '#', 'conceptly' ),
13
  'id' => 'customizer_repeater_social_001',
14
 
15
  ),
16
  array(
17
+ 'icon_value' => esc_html__( 'fa-linkedin', 'conceptly' ),
18
+ 'link' => esc_html__( '#', 'conceptly' ),
19
  'id' => 'customizer_repeater_social_002',
20
 
21
  ),
22
  array(
23
+ 'icon_value' => esc_html__( 'fa-twitter', 'conceptly' ),
24
+ 'link' => esc_html__( '#', 'conceptly' ),
25
  'id' => 'customizer_repeater_social_003',
26
 
27
  ),
28
  array(
29
+ 'icon_value' => esc_html__( 'fa-google-plus', 'conceptly' ),
30
+ 'link' => esc_html__( '#', 'conceptly' ),
31
  )
32
  )
33
  )
67
  array(
68
  array(
69
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service02.jpg',
70
+ 'icon_value' => esc_html__( 'fa-cubes', 'conceptly' ),
71
+ 'title' => esc_html__( 'Design', 'conceptly' ),
72
+ 'subtitle' => esc_html__( 'and Developing ', 'conceptly' ),
73
+ 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly' ),
74
+ 'text2' => esc_html__( 'Read More ', 'conceptly' ),
75
+ 'link' => esc_html__( '#', 'conceptly' ),
76
  'id' => 'customizer_repeater_service_001',
77
 
78
  ),
79
  array(
80
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service003.jpg',
81
+ 'icon_value' => esc_html__( 'fa-american-sign-language-interpreting', 'conceptly' ),
82
+ 'title' => esc_html__( 'Designer', 'conceptly' ),
83
+ 'subtitle' => esc_html__( 'Creative Team', 'conceptly' ),
84
+ 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly' ),
85
+ 'text2' => esc_html__( 'Read More', 'conceptly' ),
86
+ 'link' => esc_html__( '#', 'conceptly' ),
87
  'id' => 'customizer_repeater_service_002',
88
 
89
  ),
90
  array(
91
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/service/service02.jpg',
92
+ 'icon_value' => esc_html__( 'fa-laptop', 'conceptly' ),
93
+ 'title' => esc_html__( 'Business', 'conceptly' ),
94
+ 'subtitle' => esc_html__( 'Develop', 'conceptly' ),
95
+ 'text' => esc_html__( 'There are many variations of dummy that passages of Lorem Ipsum available but an the majority have suffered that is dummy alteration in some.', 'conceptly' ),
96
+ 'text2' => esc_html__( 'Read More', 'conceptly' ),
97
+ 'link' => esc_html__( '#', 'conceptly' ),
98
  'id' => 'customizer_repeater_service_003',
99
 
100
  ),
112
  'conceptly_get_feature_default', json_encode(
113
  array(
114
  array(
115
+ 'title' => esc_html__( 'Business Growth', 'conceptly' ),
116
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
117
+ 'icon_value' => esc_html__( 'fa-cubes', 'conceptly' ),
118
  'id' => 'customizer_repeater_features_001',
119
  ),
120
  array(
121
+ 'title' => esc_html__( 'Sustainability', 'conceptly' ),
122
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
123
+ 'icon_value' => esc_html__( 'fa-cog', 'conceptly' ),
124
  'id' => 'customizer_repeater_features_002',
125
 
126
  ),
127
  array(
128
+ 'title' => esc_html__( 'Performance', 'conceptly' ),
129
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
130
+ 'icon_value' => esc_html__( 'fa-american-sign-language-interpreting', 'conceptly' ),
131
  'id' => 'customizer_repeater_features_003',
132
 
133
  ),
134
  array(
135
+ 'title' => esc_html__( 'Organization', 'conceptly' ),
136
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
137
+ 'icon_value' => esc_html__( 'fa-area-chart', 'conceptly' ),
138
  'id' => 'customizer_repeater_features_004',
139
 
140
  ),
141
  array(
142
+ 'title' => esc_html__( 'Saving Strategy', 'conceptly' ),
143
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
144
+ 'icon_value' => esc_html__( 'fa-coffee', 'conceptly' ),
145
  'id' => 'customizer_repeater_features_005',
146
 
147
  ),
148
  array(
149
+ 'title' => esc_html__( 'Retirement Planning', 'conceptly' ),
150
+ 'text' => esc_html__( 'There are many variations passages of Lorem Ipsum available but the abo majority have suffered.', 'conceptly' ),
151
+ 'icon_value' => esc_html__( 'fa-child', 'conceptly' ),
152
  'id' => 'customizer_repeater_features_006',
153
 
154
  ),
168
  'conceptly_get_sponsers_default', json_encode(
169
  array(
170
  array(
171
+ 'link' => esc_html__( '#', 'conceptly' ),
172
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner01.png',
173
  'id' => 'customizer_repeater_sponsers_001',
174
  ),
175
  array(
176
+ 'link' => esc_html__( '#', 'conceptly' ),
177
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner02.png',
178
  'id' => 'customizer_repeater_sponsers_002',
179
 
180
  ),
181
  array(
182
+ 'link' => esc_html__( '#', 'conceptly' ),
183
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner03.png',
184
  'id' => 'customizer_repeater_sponsers_003',
185
 
186
  ),
187
  array(
188
+ 'link' => esc_html__( '#', 'conceptly' ),
189
  'image_url' => CLEVERFOX_PLUGIN_URL .'inc/conceptly/images/partner/partner04.png',
190
  'id' => 'customizer_repeater_sponsers_004',
191
 
inc/conceptly/features/conceptly-header.php CHANGED
@@ -236,7 +236,7 @@ function conceptly_lite_header_setting( $wp_customize ){
236
  */
237
  $wp_customize->add_setting( 'social_icons',
238
  array(
239
- 'dafault' => conceptly_get_social_icon_default(),
240
  'sanitize_callback' => 'conceptly_repeater_sanitize',
241
  )
242
  );
236
  */
237
  $wp_customize->add_setting( 'social_icons',
238
  array(
239
+ 'default' => conceptly_get_social_icon_default(),
240
  'sanitize_callback' => 'conceptly_repeater_sanitize',
241
  )
242
  );
inc/conceptly/sections/above-header.php CHANGED
@@ -19,10 +19,10 @@
19
 
20
  <!-- Start: Header Top
21
  ============================= -->
22
- <section id="header-top">
23
  <div class="container">
24
  <div class="row">
25
- <div class="col-lg-9 col-md-12 text-lg-left text-center mb-2 mb-lg-0">
26
  <ul class="header-info d-inline-block">
27
  <?php if($hide_show_contact_infot =='1'){ ?>
28
  <?php if($header_phone_number) {?>
@@ -40,13 +40,12 @@
40
  <?php if($header_faq) {?>
41
  <li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i><?php echo $header_faq; ?></a></li>
42
  <?php } ?>
43
- <?php } ?>
44
-
45
  </ul>
46
  </div>
47
 
48
- <div class="col-lg-3 col-md-12 text-lg-right text-center mb-lg-0 mb-1">
49
- <?php if($hide_show_social_icon =='1'){ ?>
50
  <ul class="trh-social d-inline-block">
51
  <?php
52
  $social_icons = json_decode($social_icons);
@@ -56,7 +55,7 @@
56
  $social_icon = ! empty( $social_item->icon_value ) ? apply_filters( 'conceptly_translate_single_string', $social_item->icon_value, 'Header section' ) : '';
57
  $social_link = ! empty( $social_item->link ) ? apply_filters( 'conceptly_translate_single_string', $social_item->link, 'Header section' ) : '';
58
  ?>
59
- <li><a href="<?php echo esc_url( $social_link ); ?>" ><i class="fa <?php echo esc_attr( $social_icon ); ?> "></i></a></li>
60
  <?php
61
  }
62
  }
@@ -66,7 +65,7 @@
66
  </div>
67
  </div>
68
  </div>
69
- </section>
70
  <?php
71
  } endif;
72
  add_action('conceptly_above_header', 'conceptly_above_header');
19
 
20
  <!-- Start: Header Top
21
  ============================= -->
22
+ <div id="header-top" class="header-above">
23
  <div class="container">
24
  <div class="row">
25
+ <div class="col-lg-9 col-md-12 text-lg-left text-center my-auto">
26
  <ul class="header-info d-inline-block">
27
  <?php if($hide_show_contact_infot =='1'){ ?>
28
  <?php if($header_phone_number) {?>
40
  <?php if($header_faq) {?>
41
  <li class="tlh-faq"><a href="#"><i class="fa <?php echo esc_attr($header_faq_icon); ?>"></i><?php echo $header_faq; ?></a></li>
42
  <?php } ?>
43
+ <?php } ?>
 
44
  </ul>
45
  </div>
46
 
47
+ <div class="col-lg-3 col-md-12 text-lg-right text-center my-auto">
48
+ <?php if($hide_show_social_icon =='1') { ?>
49
  <ul class="trh-social d-inline-block">
50
  <?php
51
  $social_icons = json_decode($social_icons);
55
  $social_icon = ! empty( $social_item->icon_value ) ? apply_filters( 'conceptly_translate_single_string', $social_item->icon_value, 'Header section' ) : '';
56
  $social_link = ! empty( $social_item->link ) ? apply_filters( 'conceptly_translate_single_string', $social_item->link, 'Header section' ) : '';
57
  ?>
58
+ <li><a href="<?php echo esc_url( $social_link ); ?>" ><i class="fa <?php echo esc_attr( $social_icon ); ?> "></i></a></li>
59
  <?php
60
  }
61
  }
65
  </div>
66
  </div>
67
  </div>
68
+ </div>
69
  <?php
70
  } endif;
71
  add_action('conceptly_above_header', 'conceptly_above_header');
readme.txt CHANGED
@@ -38,6 +38,9 @@ Clever Fox WordPress plugin is licensed under the GPL3 (https://www.gnu.org/lice
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 1.1.37 =
42
  * Fixed Issues in Conceptly Theme
43
 
38
 
39
  == Changelog ==
40
 
41
+ = 1.1.38 =
42
+ * Fixed Issues in Conceptly Theme
43
+
44
  = 1.1.37 =
45
  * Fixed Issues in Conceptly Theme
46