X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/plugins/hub-core/shortcodes/carousel
home
/
hamdjcne
/
public_html
/
wp-content
/
plugins
/
hub-core
/
shortcodes
/
carousel
/
ðŸ“
..
📄
liquid-carousel.php
(69.45 KB)
📄
view.php
(973 B)
Editing: view.php
<?php extract( $atts ); // Enqueue Conditional Script $this->scripts(); $classes = array( 'carousel-container', $shadow, $fadesides, $navfloated, $navhalign, $navvalign, $navdirection, $dots_vertical_align, $navline, $navsize, $navfill, $navshape, $navshadow, $align_dots, $mobile_align_dots, $size_dots, $dots_style, $dots_orientation, $dots_position, $mobile_dots_position, $custom_cursor, $this->get_fade_effect(), $el_class, $this->get_id() ); $itemsClasses = array( 'carousel-items', 'row', $this->get_custom_cursor() ); $this->generate_css(); ?> <div id="<?php echo $this->get_id() ?>" class="<?php echo ld_helper()->sanitize_html_classes( $classes ); ?>"> <div class="<?php echo ld_helper()->sanitize_html_classes( $itemsClasses ); ?>" <?php $this->get_options() ?> <?php echo $this->get_ca_options(); ?>> <?php //$this->columnize_content( $content ); echo ld_helper()->do_the_content( $content ); ?> </div> </div>
Upload File
Create Folder