This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($) { | |
PPCountdown = function( settings ) | |
{ | |
this.timer_exp_text = ""; | |
this.settings = settings; | |
this.nodeClass = '.fl-node-' + settings.id; | |
this.id = settings.id; | |
this.timertype = settings.timertype; | |
this.timerid = '#countdown-' + settings.id; | |
this.timer_date = settings.timer_date; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!(function (t) { | |
(OUCountdown = function (e) { | |
if ( | |
((this.params = e), | |
(this.id = e.id), | |
(this.timertype = e.timertype), | |
(this.timerid = "#countdown-" + e.id), | |
(this.timer_date = e.timer_date), | |
(this.timer_format = e.timer_format), | |
(this.timer_layout = e.timer_layout), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-webkit-keyframes pp-hue { | |
from { | |
-webkit-filter: hue-rotate(0deg); | |
} | |
to { | |
-webkit-filter: hue-rotate(-360deg); | |
} | |
} | |
@keyframes pp-hue { | |
from { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Animation - Fancy Heading | |
*/ | |
.oufh-text { | |
clear: both; | |
display: inline-block; | |
width: 100%; | |
} | |
| |
@-webkit-keyframes oufh-hue { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; (function ($) { | |
| |
PPCategoryGridSlider = function (settings) { | |
this.id = settings.id; | |
this.nodeClass = '.fl-node-' + settings.id; | |
this.wrapperClass = this.nodeClass + ' .swiper-wrapper'; | |
this.elements = ''; | |
this.slidesPerView = settings.slidesPerView; | |
this.slidesToScroll = settings.slidesToScroll; | |
this.settings = settings; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!(function (e) { | |
(OUContentSlider = function (t) { | |
(this.id = t.id), | |
(this.compClass = "." + t.id), | |
(this.elements = ""), | |
(this.slidesPerView = t.slidesPerView), | |
(this.slidesPerColumn = t.slidesPerColumn), | |
(this.slidesToScroll = t.slidesToScroll), | |
(this.settings = t), | |
(this.swipers = {}), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!(function (e) { | |
(OUGallerySlider = function (t) { | |
(this.id = t.id), | |
(this.compClass = ".ouacfg-slider-" + t.id), | |
(this.elements = ""), | |
(this.slidesPerView = t.slidesPerView), | |
(this.slidesPerColumn = t.slidesPerColumn), | |
(this.slidesToScroll = t.slidesToScroll), | |
(this.settings = t), | |
(this.swipers = {}), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;(function ($) { | |
| |
PPImageCarousel = function (settings) { | |
this.id = settings.id; | |
this.nodeClass = '.fl-node-' + settings.id; | |
this.wrapperClass = this.nodeClass + ' .pp-image-carousel'; | |
this.elements = ''; | |
this.slidesPerView = settings.slidesPerView; | |
this.slidesToScroll = settings.slidesToScroll; | |
this.settings = settings; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Elementor Pro integration. | |
* | |
* @package GeneratePress | |
* @subpackage Integration | |
*/ | |
defined( 'ABSPATH' ) || die( "Can't access directly" ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function beaveraddons_popup_box() { | |
if (!is_page('your-page-slug')) { | |
echo do_shortcode('[fl_builder_insert_layout slug="site-wide-popup"]'); | |
} | |
} | |
add_action('fl_after_content', 'beaveraddons_popup_box'); |
NewerOlder