D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
greytechnologies.info
/
wp-content
/
plugins
/
techbiz-helper
/
assets
/
js
/
Filename :
bizino-core.js
back
Copy
/* [Main Script] Project: Bizino Version: 1.0 Author : vecurosoft.com */ ;(function ($) { "use strict"; jQuery(window).on('elementor/frontend/init', function () { // console.log( elementorFrontend); if (typeof elementor != "undefined" && typeof elementor.settings.page != "undefined") { elementor.settings.page.addChangeCallback('bizino_header_style', function (newValue) { if (newValue == 'prebuilt') { elementor.saver.update({ onSuccess: function () { elementor.reloadPreview(); elementor.once('preview:loaded', function () { elementor.getPanelView().setPage('page_settings').activateTab('settings'); }); } }); } }); elementor.settings.page.addChangeCallback('bizino_header_builder_option', function (newValue) { elementor.saver.update({ onSuccess: function () { elementor.reloadPreview(); elementor.once('preview:loaded', function () { elementor.getPanelView().setPage('page_settings').activateTab('settings'); }); } }); }); elementor.settings.page.addChangeCallback('bizino_footer_style', bizinoFooterStyle); function bizinoFooterStyle(newValue) { elementor.saver.update({ onSuccess: function () { elementor.reloadPreview(); elementor.once('preview:loaded', function () { elementor.getPanelView().setPage('page_settings').activateTab('settings'); }); } }); } elementor.settings.page.addChangeCallback('bizino_footer_choice', bizinoFooterChoice); function bizinoFooterChoice(newValue) { elementor.saver.update({ onSuccess: function () { elementor.reloadPreview(); elementor.once('preview:loaded', function () { elementor.getPanelView().setPage('page_settings').activateTab('settings'); }); } }); } } }); })(jQuery);