Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
metrothemes.me
/
wp-content
/
uploads
/
elementor-widget
/
File Content:
class-pxl-service-carousel.php
<?php class PxlServiceCarousel_Widget extends Pxltheme_Core_Widget_Base{ protected $name = 'pxl_service_carousel'; protected $title = 'PXL Service Carousel'; protected $icon = 'eicon-slider-push'; protected $categories = array( 'pxltheme-core' ); protected $params = '{"sections":[{"name":"layout_section","label":"Layout","tab":"layout","controls":[{"name":"layout","label":"Layout","type":"layoutcontrol","default":"1","options":{"1":{"label":"Layout 1","image":"https:\/\/metrothemes.me\/wp-content\/themes\/adsett\/elements\/assets\/imgs\/pxl_service_carousel-1.jpg"}},"prefix_class":"pxl-service-carousel-layout-"}]},{"name":"section_list","label":"Content","tab":"content","controls":[{"name":"content_list","label":"Service List","type":"repeater","default":[],"controls":[{"name":"selected_icon","label":"Icon","type":"icons","fa4compatibility":"icon"},{"name":"title","label":"Title","type":"text","label_block":true},{"name":"desc","label":"Description","type":"textarea","label_block":true},{"name":"link_text","label":"Link Text","type":"text","default":"Read More","placeholder":"Click here"},{"name":"link","label":"Link","type":"url","placeholder":"https:\/\/your-link.com","default":{"url":"#"}}],"title_field":"{{{ title }}}"}]},{"name":"style_section","label":"Style","tab":"content","controls":[{"name":"bg_color","label":"Background Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-inner":"background-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"bg_color_hover","label":"Background Color Hover","type":"color","selectors":{"{{WRAPPER}} .layout-1 .pxl-overlay":"background-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"icon_color","label":"Icon Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-icon":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"icon_color_hover","label":"Icon Color Hover","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-inner:hover .item-icon":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"num_color","label":"Number Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .number":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"num_color_hover","label":"Number Color Hover","type":"color","selectors":{"{{WRAPPER}} .layout-1 .number-hover":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"title_color","label":"Title Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-title":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"title_color_hover","label":"Title Color Hover","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-inner:hover .item-title":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"title_border_color","label":"Title Border Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-title:before":"background-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"title_border_color_hover","label":"Title Border Color Hover","type":"color","selectors":{"{{WRAPPER}} .layout-1 .item-title:after":"background-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"desc_color","label":"Description Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .desc":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"btn_bg","label":"Button Background Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .pxl-btn":"background-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"btn_color","label":"Button Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .pxl-btn":"color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"btn_border_color","label":"Button Border Color","type":"color","selectors":{"{{WRAPPER}} .layout-1 .pxl-btn:after":"border-color: {{VALUE}};"},"condition":{"layout":"1"}},{"name":"title_typography","label":"Title Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .layout-1 .item-title"},{"name":"desc_typography","label":"Description Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .layout-1 .desc"}]},{"name":"carousel_setting","label":"Carousel Settings","tab":"settings","controls":[{"name":"col_xs","label":"Extra Small <= 575","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"col_sm","label":"Small <= 767","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"col_md","label":"Medium <= 991","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"col_lg","label":"Large <= 1199","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"col_xl","label":"XL Devices >= 1200","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"col_xxl","label":"XXL Devices >= 1400","type":"select","options":{"12":"12","6":"6","5":"5","4":"4","3":"3","2":"2","1":"1"}},{"name":"slides_to_scroll","label":"Slides to scroll","type":"select","default":"1","options":{"1":"1","2":"2","3":"3","4":"4","5":"5","6":"6"}},{"name":"arrows","label":"Show Arrows","type":"switcher"},{"name":"arrows_on_hover","label":"Show Arrows on Hover","type":"switcher","default":"false","condition":{"arrows":"true"}},{"name":"dots","label":"Show Dots","type":"switcher"},{"name":"pause_on_hover","label":"Pause on Hover","type":"switcher"},{"name":"autoplay","label":"Autoplay","type":"switcher"},{"name":"autoplay_speed","label":"Autoplay Speed","type":"number","default":5000,"condition":{"autoplay":"true"}},{"name":"gutter","label":"Gutter","type":"number"},{"name":"infinite","label":"Infinite Loop","type":"switcher"},{"name":"speed","label":"Animation Speed","type":"number","default":500},{"name":"item_animation","label":"Item Motion Effect","type":"animation","condition":[]},{"name":"item_animation_duration","label":"Item Animation Duration","type":"select","default":"normal","options":{"slow":"Slow","normal":"Normal","fast":"Fast"},"condition":{"item_animation!":""}},{"name":"item_animation_delay","label":"Item Animation Delay","type":"number","min":0,"step":100,"condition":{"item_animation!":""}}]},null]}'; protected $styles = array( ); protected $scripts = array( 'swiper','adsett-swiper' ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-pxl-about.php
2618 bytes
0644
class-pxl-accordion.php
2557 bytes
0644
class-pxl-anchor.php
2956 bytes
0644
class-pxl-banner.php
2377 bytes
0644
class-pxl-block-quote.php
1460 bytes
0644
class-pxl-breadcrumb.php
1695 bytes
0644
class-pxl-button.php
6964 bytes
0644
class-pxl-carrer.php
1537 bytes
0644
class-pxl-clients.php
3604 bytes
0644
class-pxl-cliptext.php
2167 bytes
0644
class-pxl-contact-form.php
941 bytes
0644
class-pxl-contact-info.php
3588 bytes
0644
class-pxl-countdown.php
1751 bytes
0644
class-pxl-counter.php
4826 bytes
0644
class-pxl-divider.php
2692 bytes
0644
class-pxl-download.php
841 bytes
0644
class-pxl-fancy-box.php
7278 bytes
0644
class-pxl-galleries.php
6142 bytes
0644
class-pxl-gallery-carousel.php
4262 bytes
0644
class-pxl-heading.php
6036 bytes
0644
class-pxl-horizontal-scroll.php
2047 bytes
0644
class-pxl-image-before-after.php
1351 bytes
0644
class-pxl-image-text.php
3914 bytes
0644
class-pxl-image.php
6762 bytes
0644
class-pxl-layer.php
3650 bytes
0644
class-pxl-link.php
3821 bytes
0644
class-pxl-links.php
2468 bytes
0644
class-pxl-list-style.php
2635 bytes
0644
class-pxl-logo.php
1075 bytes
0644
class-pxl-mailchimp.php
1352 bytes
0644
class-pxl-menu.php
5975 bytes
0644
class-pxl-page-title.php
1177 bytes
0644
class-pxl-partner.php
1522 bytes
0644
class-pxl-portfolio-info.php
1583 bytes
0644
class-pxl-portfolio-spilt.php
4518 bytes
0644
class-pxl-post-carousel.php
14935 bytes
0644
class-pxl-post-grid.php
14723 bytes
0644
class-pxl-post-list.php
6624 bytes
0644
class-pxl-pricing-single.php
4677 bytes
0644
class-pxl-progressbar.php
4716 bytes
0644
class-pxl-quickcontact.php
4166 bytes
0644
class-pxl-search.php
1264 bytes
0644
class-pxl-service-carousel.php
6254 bytes
0644
class-pxl-service-grid.php
8572 bytes
0644
class-pxl-showcase.php
1097 bytes
0644
class-pxl-slider-item.php
15661 bytes
0644
class-pxl-slider.php
18082 bytes
0644
class-pxl-socials.php
3747 bytes
0644
class-pxl-team-carousel.php
4642 bytes
0644
class-pxl-team.php
3938 bytes
0644
class-pxl-testimonial-carousel.php
5614 bytes
0644
class-pxl-testimonial.php
2061 bytes
0644
class-pxl-text-editor.php
3568 bytes
0644
class-pxl-text-image.php
3164 bytes
0644
class-pxl-title-effect.php
3752 bytes
0644
class-pxl-video-gallery.php
6372 bytes
0644
class-pxl-video.php
3794 bytes
0644
N4ST4R_ID | Naxtarrr