X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/happy-elementor-addons/wpml
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
happy-elementor-addons
/
wpml
/
ðŸ“
..
📄
bar-chart.php
(792 B)
📄
carousel.php
(1.03 KB)
📄
comparison-table-columns-data.php
(1013 B)
📄
comparison-table-rows-data.php
(1005 B)
📄
comparison-table-table-btns.php
(978 B)
📄
content-switcher.php
(987 B)
📄
data-table-column-data.php
(824 B)
📄
data-table-row-data.php
(954 B)
📄
events-calendar.php
(1.4 KB)
📄
horizontal-timeline.php
(1.33 KB)
📄
image-accordion.php
(1.6 KB)
📄
image-grid.php
(796 B)
📄
image-stack-group.php
(971 B)
📄
justified-gallery.php
(814 B)
📄
logo-grid.php
(928 B)
📄
photo-stack.php
(817 B)
📄
post-info.php
(1.58 KB)
📄
post-list-selected-list-e-landing-page.php
(842 B)
📄
post-list-selected-list-page.php
(822 B)
📄
post-list-selected-list-post.php
(822 B)
📄
post-list-selected-list-product.php
(828 B)
📄
pricing-table.php
(806 B)
📄
skills.php
(776 B)
📄
slider.php
(1.02 KB)
📄
social-icons.php
(1003 B)
📄
social-share.php
(1.4 KB)
📄
taxonomy-list-selected-list-category.php
(842 B)
📄
taxonomy-list-selected-list-post-format.php
(848 B)
📄
taxonomy-list-selected-list-post-tag.php
(842 B)
📄
taxonomy-list-selected-list-product-cat.php
(848 B)
📄
taxonomy-list-selected-list-product-shipping-class.php
(870 B)
📄
taxonomy-list-selected-list-product-tag.php
(848 B)
Editing: photo-stack.php
<?php /** * Photo Stack integration */ namespace Happy_Addons\Elementor\Wpml; defined( 'ABSPATH' ) || die(); class Photo_Stack_Image_List extends \WPML_Elementor_Module_With_Items { /** * @return string */ public function get_items_field() { return 'image_list'; } /** * @return array */ public function get_fields() { return [ 'link' => ['url'], ]; } /** * @param string $field * * @return string */ protected function get_title( $field ) { switch ( $field ) { case 'url': return __( 'Photo Stack: Link', 'happy-elementor-addons' ); default: return ''; } } /** * @param string $field * * @return string */ protected function get_editor_type( $field ) { switch ( $field ) { case 'url': return 'LINK'; default: return ''; } } }
Upload File
Create Folder