Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
uploads
/
elementor-widget
/
File Content:
class-pxl-image-group.php
<?php class PxlImageGroup_Widget extends Pxltheme_Core_Widget_Base{ protected $name = 'pxl_image_group'; protected $title = 'PXL Image Group'; protected $icon = 'eicon-image'; protected $categories = array( 'pxltheme-core' ); protected $params = '{"sections":[{"name":"layout_section","label":"Layout","tab":"layout","controls":[{"name":"layout","label":"Templates","type":"layoutcontrol","default":"1","options":{"1":{"label":"Layout 1","image":"http:\/\/localhost\/plexify\/wp-content\/themes\/plexify\/elements\/assets\/imgs\/pxl_image_group-1.jpg"}}}]},{"name":"content_section","label":"Content Settings","tab":"content","controls":[{"name":"wg_width","label":"Widget Width","type":"slider","control_type":"responsive","default":{"unit":"%"},"tablet_default":{"unit":"%"},"mobile_default":{"unit":"%"},"size_units":["%","px","vw"],"range":{"%":{"min":1,"max":100},"px":{"min":1,"max":1920},"vw":{"min":1,"max":100}},"selectors":{"{{WRAPPER}} .pxl-img-group-wrap":"width: {{SIZE}}{{UNIT}}; position: relative;"}},{"name":"wg_height","label":"Widget Height","type":"slider","control_type":"responsive","default":{"unit":"%"},"tablet_default":{"unit":"%"},"mobile_default":{"unit":"%"},"size_units":["%","px","vw"],"range":{"%":{"min":1,"max":100},"px":{"min":1,"max":1000},"vh":{"min":1,"max":100}},"selectors":{"{{WRAPPER}} .pxl-img-group-wrap":"height: {{SIZE}}{{UNIT}};"}},{"name":"content_align","label":"Content Alignment","type":"choose","control_type":"responsive","options":{"start":{"title":"Start","icon":"eicon-text-align-left"},"center":{"title":"Center","icon":"eicon-text-align-center"},"end":{"title":"End","icon":"eicon-text-align-right"}},"selectors":{"{{WRAPPER}} .pxl-image-group":"justify-content: {{VALUE}};"}},{"name":"img_size_ratio","label":"Image Size Ratio (ex: 0.8)","type":"text","control_type":"responsive","default":"1","selectors":{"{{WRAPPER}} .pxl-image-group":"--ratio-img-size: {{VALUE}};"}},{"name":"overflow","label":"Overflow","type":"select","options":{"":"Default","visible":"Visible","hidden":"Hidden"},"default":"","selectors":{"{{WRAPPER}} .pxl-image-group":"overflow: {{VALUE}};"},"separator":"after"},{"name":"border_radius","label":"Border Radius","type":"dimensions","control_type":"responsive","size_units":["px","%"],"selectors":{"{{WRAPPER}} .pxl-image-group":"border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"}},{"name":"image_list","label":"Image Items","type":"repeater","controls":[{"name":"title","label":"Title","type":"text","label_block":true},{"name":"img_item","label":"Choose Image","type":"media","dynamic":{"active":true},"default":{"url":"http:\/\/localhost\/plexify\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png"},"separator":"after"},{"name":"item_position","label":"Position","type":"select","options":{"absolute":"Absolute","relative":"Relative"},"default":"relative"},{"name":"item_width","label":"Item Width","type":"slider","control_type":"responsive","default":{"unit":"px"},"tablet_default":{"unit":"px"},"mobile_default":{"unit":"px"},"size_units":["px","%","vw"],"range":{"px":{"min":1,"max":1000},"%":{"min":1,"max":100},"vw":{"min":1,"max":100}},"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"width: {{SIZE}}{{UNIT}};"}},{"name":"item_img_width","label":"Image Width","type":"slider","control_type":"responsive","default":{"unit":"px"},"tablet_default":{"unit":"px"},"mobile_default":{"unit":"px"},"size_units":["px","%","vw"],"range":{"px":{"min":1,"max":1000},"%":{"min":1,"max":100},"vw":{"min":1,"max":100}},"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"--img-width: {{SIZE}}{{UNIT}};"}},{"name":"item_img_maxwidth","label":"Image Max Width","type":"slider","control_type":"responsive","default":{"unit":"px"},"tablet_default":{"unit":"px"},"mobile_default":{"unit":"px"},"size_units":["px","%","vw"],"range":{"px":{"min":1,"max":1000},"%":{"min":1,"max":100},"vw":{"min":1,"max":100}},"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}} img":"width: {{SIZE}}{{UNIT}}; max-width: {{SIZE}}{{UNIT}};"}},{"name":"image_border","type":"border","control_type":"group","selector":"{{WRAPPER}} {{CURRENT_ITEM}} img"},{"name":"image_border_radius","label":"Border Radius","type":"dimensions","control_type":"responsive","size_units":["px","%"],"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}} img":"border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"}},{"name":"pos_offset_left","label":"Position Left (50px) px,%,vw,auto","type":"text","control_type":"responsive","default":"","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"left: {{VALUE}}"}},{"name":"pos_offset_right","label":"Position Right (50px) px,%,vw,auto","type":"text","control_type":"responsive","default":"","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"right: {{VALUE}}"}},{"name":"pos_offset_top","label":"Position Top (50px) px,%,vh,auto","type":"text","control_type":"responsive","default":"","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"top: {{VALUE}}"}},{"name":"pos_offset_bottom","label":"Position Bottom (50px) px,%,vh,auto","type":"text","control_type":"responsive","default":"","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"bottom: {{VALUE}}"},"separator":"after"},{"name":"transform_translate_x","label":"Transform X","type":"slider","size_units":["%","px"],"default":{"unit":"%"},"tablet_default":{"unit":"%"},"mobile_default":{"unit":"%"},"range":{"%":{"min":-100,"max":100},"px":{"min":-1000,"max":1000}},"control_type":"responsive","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"--pxl-transform-translateX: {{SIZE}}{{UNIT}};"}},{"name":"transform_translate_y","label":"Transform Y","type":"slider","size_units":["%","px"],"default":{"unit":"%"},"tablet_default":{"unit":"%"},"mobile_default":{"unit":"%"},"range":{"%":{"min":-100,"max":100},"px":{"min":-1000,"max":1000}},"control_type":"responsive","selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"--pxl-transform-translateY: {{SIZE}}{{UNIT}};"},"separator":"after"},{"name":"item_margin","label":"Item Margin","type":"dimensions","control_type":"responsive","size_units":["px","em","%","rem"],"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"},"separator":"after"},{"name":"pxl_parallax","label":"Parallax Type","type":"select","options":{"":"None","y":"Transform Y","x":"Transform X","z":"Transform Z","rotateX":"RotateX","rotateY":"RotateY","rotateZ":"RotateZ","scaleX":"ScaleX","scaleY":"ScaleY","scaleZ":"ScaleZ","scale":"Scale"}},{"name":"parallax_value","label":"Value","type":"text","default":"","condition":{"pxl_parallax!":""},"separator":"after"},{"name":"custom_style","label":"Custom Animate Style","type":"select","options":{"":"None","pxl-transition":"Transition","draw-from-top":"Draw From Top","draw-from-left":"Draw From Left","draw-from-right":"Draw From Right","move-from-left":"Move From Left","move-from-right":"Move From Right","skew-in":"Skew In Left","skew-in-right":"Skew In Right"}},{"name":"custom_animation_delay","label":"Custom Animation Delay","type":"number","min":0,"step":100,"separator":"after"},{"name":"img_animation","label":"Animation","type":"select","options":{"default":"Default","up-down-move":"up down move","shape-animate1":"shape animate 1","shape-animate2":"shape animate 2","shape-animate3":"shape animate 3","shape-animate4":"shape animate 4","shape-animate5":"shape animate 5","shape-animate6":"shape animate 6","shape-animate7":"shape animate 7","pulse-anm":"Pulse","pulse-grow-anm":"Pulse Grow","pulse-shrink-anm":"Pulse Shrink","push-anm":"Push","pop-anm":"Pop","bounce-in-anm":"Bounce In","bounce-out-anm":"Bounce Out","bob-anm":"Bob","hang-anm":"Hang","swing-anm":"Swing Forward","tada-anm":"Tada Backward","wobble-vertical-anm":"Wobble Vertical","wobble-horizontal-anm":"Wobble Horizontal","wobble-to-bottom-right-anm":"Wobble To Bottom Right","wobble-to-top-right-anm":"Wobble To Top Right","wobble-top-anm":"Wobble Top","wobble-bottom-anm":"Wobble Bottom","wobble-skew-anm":"Wobble Skew","buzz-anm":"Buzz","buzz-out-anm":"Buzz Out","fade-in-out-custom":"fade in out custom","fade-out-in-custom":"fade out in custom"},"default":"default"},{"name":"custom_animation_duration","label":"Animation Duration (ms)","type":"number","min":0,"step":5000,"selectors":{"{{WRAPPER}} {{CURRENT_ITEM}}":"--animation-duration: {{VALUE}}ms;"},"separator":"after"},{"name":"item_c_animation","label":"Item Motion Effect","type":"animation","condition":[]},{"name":"item_c_animation_duration","label":"Item Animation Duration","type":"select","default":"normal","options":{"slow":"Slow","normal":"Normal","fast":"Fast"},"condition":{"item_c_animation!":""}},{"name":"item_c_animation_delay","label":"Item Animation Delay","type":"number","min":0,"step":100,"condition":{"item_c_animation!":""}}],"title_field":"{{{ title }}}","default":[]}]}]}'; protected $styles = array( ); protected $scripts = array( ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
class-pxl-accordion.php
3683 bytes
0644
class-pxl-anchor.php
4874 bytes
0644
class-pxl-badge.php
1997 bytes
0644
class-pxl-block-quote.php
1464 bytes
0644
class-pxl-breadcrumb.php
1958 bytes
0644
class-pxl-brochure-download.php
1102 bytes
0644
class-pxl-button.php
13902 bytes
0644
class-pxl-clients.php
16013 bytes
0644
class-pxl-contact-form.php
1665 bytes
0644
class-pxl-contact-info.php
7656 bytes
0644
class-pxl-countdown.php
2607 bytes
0644
class-pxl-counter.php
3718 bytes
0644
class-pxl-divider.php
3003 bytes
0644
class-pxl-fancy-box.php
16540 bytes
0644
class-pxl-fancybox-carousel.php
20105 bytes
0644
class-pxl-galleries.php
6677 bytes
0644
class-pxl-gallery-carousel.php
19286 bytes
0644
class-pxl-heading.php
9270 bytes
0644
class-pxl-history-carousel.php
15751 bytes
0644
class-pxl-history.php
3623 bytes
0644
class-pxl-icon.php
5636 bytes
0644
class-pxl-image-group.php
8925 bytes
0644
class-pxl-image.php
12050 bytes
0644
class-pxl-language-switcher.php
2068 bytes
0644
class-pxl-links.php
4401 bytes
0644
class-pxl-list-style.php
8665 bytes
0644
class-pxl-logo-marquee.php
3491 bytes
0644
class-pxl-logo.php
1075 bytes
0644
class-pxl-mailchimp.php
485 bytes
0644
class-pxl-menu.php
6281 bytes
0644
class-pxl-page-title.php
1394 bytes
0644
class-pxl-portfolio-meta.php
2650 bytes
0644
class-pxl-post-carousel.php
26263 bytes
0644
class-pxl-post-gallery-carousel.php
18241 bytes
0644
class-pxl-post-grid.php
11952 bytes
0644
class-pxl-post-list.php
7172 bytes
0644
class-pxl-post-nav.php
1334 bytes
0644
class-pxl-post-title.php
2389 bytes
0644
class-pxl-pricing-single.php
6823 bytes
0644
class-pxl-progressbar.php
3439 bytes
0644
class-pxl-quickcontact.php
6095 bytes
0644
class-pxl-search.php
3500 bytes
0644
class-pxl-slider.php
21525 bytes
0644
class-pxl-socials.php
4398 bytes
0644
class-pxl-tabs.php
2468 bytes
0644
class-pxl-team.php
7200 bytes
0644
class-pxl-testimonial-carousel.php
17045 bytes
0644
class-pxl-text-editor.php
5779 bytes
0644
class-pxl-user-anchor.php
7091 bytes
0644
class-pxl-video.php
12261 bytes
0644
N4ST4R_ID | Naxtarrr