-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
xtrasolutionsco.com
/
wp-content
/
plugins
/
tp-core
/
include
/
elementor
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
cssjs
--
NONE
templates
--
NONE
about.php
57.33KB
Edit File
Delete File
Rename
advanced-pricing.php
64.474KB
Edit File
Delete File
Rename
advanced-tab.php
22.697KB
Edit File
Delete File
Rename
animate-breadcrumb.php
21.405KB
Edit File
Delete File
Rename
application-form.php
5.887KB
Edit File
Delete File
Rename
blog-post.php
14.489KB
Edit File
Delete File
Rename
brand-animation.php
14.009KB
Edit File
Delete File
Rename
brand.php
11.774KB
Edit File
Delete File
Rename
browser-link.php
19.368KB
Edit File
Delete File
Rename
button.php
13.898KB
Edit File
Delete File
Rename
choose.php
28.192KB
Edit File
Delete File
Rename
contact-form.php
5.874KB
Edit File
Delete File
Rename
contact-info.php
24.333KB
Edit File
Delete File
Rename
contact-location.php
12.081KB
Edit File
Delete File
Rename
contact-tab.php
28.563KB
Edit File
Delete File
Rename
cta.php
26.845KB
Edit File
Delete File
Rename
fact.php
19.314KB
Edit File
Delete File
Rename
faq-info.php
17.712KB
Edit File
Delete File
Rename
faq.php
8.988KB
Edit File
Delete File
Rename
features.php
19.782KB
Edit File
Delete File
Rename
heading.php
11.38KB
Edit File
Delete File
Rename
industrial-info.php
30.671KB
Edit File
Delete File
Rename
info-banner.php
25.576KB
Edit File
Delete File
Rename
intregration-slider.php
7.619KB
Edit File
Delete File
Rename
job-details-title.php
9.157KB
Edit File
Delete File
Rename
journey.php
10.352KB
Edit File
Delete File
Rename
list.php
7.856KB
Edit File
Delete File
Rename
platform-area.php
20.835KB
Edit File
Delete File
Rename
portfolio-details-info.php
12.162KB
Edit File
Delete File
Rename
portfolio-details-sidebar.php
20.109KB
Edit File
Delete File
Rename
portfolio-grid.php
11.735KB
Edit File
Delete File
Rename
pricing.php
27.578KB
Edit File
Delete File
Rename
process.php
18.193KB
Edit File
Delete File
Rename
project-slider.php
12.682KB
Edit File
Delete File
Rename
projects.php
22.576KB
Edit File
Delete File
Rename
rank.php
24.613KB
Edit File
Delete File
Rename
services-title-list.php
20.188KB
Edit File
Delete File
Rename
services.php
51.222KB
Edit File
Delete File
Rename
slider.php
42.381KB
Edit File
Delete File
Rename
social.php
20.705KB
Edit File
Delete File
Rename
team-details-skill.php
16.175KB
Edit File
Delete File
Rename
team-details.php
24.703KB
Edit File
Delete File
Rename
team.php
31.657KB
Edit File
Delete File
Rename
text-slider.php
9.134KB
Edit File
Delete File
Rename
video-popup-button.php
8.592KB
Edit File
Delete File
Rename
video-popup.php
6.003KB
Edit File
Delete File
Rename
<?php namespace TPCore\Widgets; use Elementor\Widget_Base; use Elementor\Controls_Manager; use \Elementor\Group_Control_Background; use \Elementor\Group_Control_Image_Size; use \Elementor\Repeater; use \Elementor\Utils; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly /** * Tp Core * * Elementor widget for hello world. * * @since 1.0.0 */ class TP_Project_Slider extends Widget_Base { use \TPCore\Widgets\TPCoreElementFunctions; /** * Retrieve the widget name. * * @since 1.0.0 * * @access public * * @return string Widget name. */ public function get_name() { return 'tp-project-slider'; } /** * Retrieve the widget title. * * @since 1.0.0 * * @access public * * @return string Widget title. */ public function get_title() { return __( 'Project Slider', 'tpcore' ); } /** * Retrieve the widget icon. * * @since 1.0.0 * * @access public * * @return string Widget icon. */ public function get_icon() { return 'tp-icon'; } /** * Retrieve the list of categories the widget belongs to. * * Used to determine where to display the widget in the editor. * * Note that currently Elementor supports only one category. * When multiple categories passed, Elementor uses the first one. * * @since 1.0.0 * * @access public * * @return array Widget categories. */ public function get_categories() { return [ 'tpcore' ]; } /** * Retrieve the list of scripts the widget depended on. * * Used to set scripts dependencies required to run the widget. * * @since 1.0.0 * * @access public * * @return array Widget scripts dependencies. */ public function get_script_depends() { return [ 'tpcore' ]; } /** * Register the widget controls. * * Adds different input fields to allow the user to change and customize the widget settings. * * @since 1.0.0 * * @access protected */ protected function register_controls(){ $this->register_controls_section(); $this->style_tab_content(); } protected function register_controls_section() { // layout Panel $this->start_controls_section( 'tp_layout', [ 'label' => esc_html__('Design Layout', 'tpcore'), ] ); $this->add_control( 'tp_design_style', [ 'label' => esc_html__('Select Layout', 'tpcore'), 'type' => Controls_Manager::SELECT, 'options' => [ 'layout-1' => esc_html__('Layout 1', 'tpcore'), 'layout-2' => esc_html__('Layout 2', 'tpcore'), ], 'default' => 'layout-1', ] ); $this->end_controls_section(); // tp_section_title $this->tp_section_title_render_controls('section', 'Section Title', 'Sub Title', 'your title here', $default_description = 'Hic nesciunt galisum aut dolorem aperiam eum soluta quod ea cupiditate.',['layout-1']); // Security group $this->start_controls_section( 'tp_project', [ 'label' => esc_html__('Project List', 'tpcore'), 'description' => esc_html__( 'Control all the style settings from Style tab', 'tpcore' ), 'tab' => \Elementor\Controls_Manager::TAB_CONTENT, ] ); $repeater = new \Elementor\Repeater(); $repeater->add_control( 'tp_project_title', [ 'label' => esc_html__('Title', 'tpcore'), 'description' => tp_get_allowed_html_desc( 'basic' ), 'type' => \Elementor\Controls_Manager::TEXT, 'default' => esc_html__('Service Title', 'tpcore'), 'label_block' => true, ] ); $repeater->add_control( 'tp_project_subtitle', [ 'label' => esc_html__('Subtitle', 'tpcore'), 'type' => \Elementor\Controls_Manager::TEXT, 'label_block' => true, ] ); $repeater->add_control( 'tp_project_link_switcher', [ 'label' => esc_html__( 'Add Services link', 'tpcore' ), 'type' => \Elementor\Controls_Manager::SWITCHER, 'label_on' => esc_html__( 'Yes', 'tpcore' ), 'label_off' => esc_html__( 'No', 'tpcore' ), 'return_value' => 'yes', 'default' => 'yes', 'separator' => 'before', ] ); $repeater->add_control( 'tp_project_link_type', [ 'label' => esc_html__( 'Service Link Type', 'tpcore' ), 'type' => \Elementor\Controls_Manager::SELECT, 'options' => [ '1' => 'Custom Link', '2' => 'Internal Page', ], 'default' => '1', 'condition' => [ 'tp_project_link_switcher' => 'yes' ] ] ); $repeater->add_control( 'tp_project_link', [ 'label' => esc_html__( 'Service Link link', 'tpcore' ), 'type' => \Elementor\Controls_Manager::URL, 'dynamic' => [ 'active' => true, ], 'placeholder' => esc_html__( 'https://your-link.com', 'tpcore' ), 'show_external' => true, 'default' => [ 'url' => '#', 'is_external' => false, 'nofollow' => false, ], 'condition' => [ 'tp_project_link_type' => '1', 'tp_project_link_switcher' => 'yes', ] ] ); $repeater->add_control( 'tp_project_page_link', [ 'label' => esc_html__( 'Select Service Link Page', 'tpcore' ), 'type' => \Elementor\Controls_Manager::SELECT2, 'label_block' => true, 'options' => tp_get_all_pages(), 'condition' => [ 'tp_project_link_type' => '2', 'tp_project_link_switcher' => 'yes', ] ] ); $repeater->add_control( 'tp_project_image', [ 'label' => esc_html__( 'Choose Image', 'tp-core' ), 'type' => \Elementor\Controls_Manager::MEDIA, 'default' => [ 'url' => \Elementor\Utils::get_placeholder_image_src(), ], ] ); $repeater->add_group_control( Group_Control_Image_Size::get_type(), [ 'name' => 'tp_image_size', 'default' => 'full', 'exclude' => [ 'custom' ] ] ); $this->add_control( 'tp_project_list', [ 'label' => esc_html__('Services - List', 'tpcore'), 'type' => \Elementor\Controls_Manager::REPEATER, 'fields' => $repeater->get_controls(), 'default' => [ [ 'tp_project_title' => esc_html__('Discover', 'tpcore'), ], [ 'tp_project_title' => esc_html__('Define', 'tpcore') ], [ 'tp_project_title' => esc_html__('Develop', 'tpcore') ] ], 'title_field' => '{{{ tp_project_title }}}', ] ); $this->end_controls_section(); } // style_tab_content protected function style_tab_content(){ $this->tp_section_style_controls('project_section', 'Section - Style', '.tp-el-section'); $this->tp_section_style_controls('cta_section', 'CTA Section - Style', '.tp-el-section-cta'); } /** * Render the widget output on the frontend. * * Written in PHP and used to generate the final HTML. * * @since 1.0.0 * * @access protected */ protected function render() { $settings = $this->get_settings_for_display(); ?> <?php if ( $settings['tp_design_style'] == 'layout-2' ) : $this->add_render_attribute('title_cta_args', 'class', 'tp-service__title-white'); ?> <?php else: $this->add_render_attribute('title_args', 'class', 'tp-section-title'); ?> <div class="projects-area projects-area-margin pt-85 mlr"> <div class="container-fluid"> <div class="row"> <?php if ( !empty($settings['tp_section_section_title_show']) ) : ?> <div class="col-xxl-8 offset-xxl-2 col-xl-8 offset-xl-2 col-lg-10 offset-lg-1"> <div class="tptestimonials-section-title text-center z-index position-relative"> <?php if ( !empty($settings['tp_section_sub_title']) ) : ?> <div class="tp-section-subtitle pb-15"><?php echo tp_kses( $settings['tp_section_sub_title'] ); ?></div> <?php endif; ?> <?php if ( !empty($settings['tp_section_title' ]) ) : printf( '<%1$s %2$s>%3$s</%1$s>', tag_escape( $settings['tp_section_title_tag'] ), $this->get_render_attribute_string( 'title_args' ), tp_kses( $settings['tp_section_title' ] ) ); endif; ?> </div> </div> </div> <?php endif; ?> <div class="project-active swiper-container"> <div class="swiper-wrapper"> <?php foreach ($settings['tp_project_list'] as $key => $item) : if ('2' == $item['tp_project_link_type']) { $link = get_permalink($item['tp_project_page_link']); $target = '_self'; $rel = 'nofollow'; } else { $link = !empty($item['tp_project_link']['url']) ? $item['tp_project_link']['url'] : ''; $target = !empty($item['tp_project_link']['is_external']) ? '_blank' : ''; $rel = !empty($item['tp_project_link']['nofollow']) ? 'nofollow' : ''; } if ( !empty($item['tp_project_image']['url']) ) { $tp_image = !empty($item['tp_project_image']['id']) ? wp_get_attachment_image_url( $item['tp_project_image']['id'], $item['tp_image_size_size']) : $item['tp_project_image']['url']; $tp_image_alt = get_post_meta($item["tp_project_image"]["id"], "_wp_attachment_image_alt", true); } ?> <div class="swiper-slide"> <div class="tpproject pt-50 position-relative"> <?php if(!empty($tp_image)) : ?> <div class="tpproject__thumb fix"> <img src="<?php echo esc_url($tp_image); ?>" alt="<?php echo esc_attr($tp_image_alt); ?>"> <div class="project-icon"> <a href="<?php echo esc_url($link); ?>"><i class="fa-solid fa-arrow-right-long"></i></a> </div> <?php endif; ?> </div> <div class="tpproject__content"> <?php if (!empty($item['tp_project_subtitle' ])): ?> <span><?php echo tp_kses($item['tp_project_subtitle' ]); ?></span> <?php endif; ?> <?php if (!empty($item['tp_project_title' ])): ?> <h3> <a href="<?php echo esc_url($link); ?>"> <?php echo tp_kses($item['tp_project_title' ]); ?> </a> </h3> <?php endif; ?> </div> </div> </div> <?php endforeach; ?> </div> </div> </div> </div> <?php endif; } } $widgets_manager->register( new TP_Project_Slider() );
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat