Files
carpseeds.pl/wp-content/plugins/jet-elements/templates/jet-carousel/global/simple/items-loop-start.php
2024-07-15 11:28:08 +02:00

13 lines
427 B
PHP

<?php
/**
* Loop start template
*/
$options = $this->get_advanced_carousel_options();
$dir = is_rtl() ? 'rtl' : 'ltr';
$title_tag = $this->get_settings_for_display( 'title_html_tag' );
$link_title = $this->get_settings_for_display( 'link_title' );
?><div class="jet-carousel" data-slider_options="<?php echo htmlspecialchars( json_encode( $options ) ); ?>" dir="<?php echo $dir; ?>">
<div class="elementor-slick-slider">