📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:03:40
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_button_circle
✏️
Editing: layout-1.php
<?php $html_id = pxl_get_element_id($settings); if ( ! empty( $settings['link']['url'] ) ) { $widget->add_render_attribute( 'button', 'href', $settings['link']['url'] ); if ( $settings['link']['is_external'] ) { $widget->add_render_attribute( 'button', 'target', '_blank' ); } if ( $settings['link']['nofollow'] ) { $widget->add_render_attribute( 'button', 'rel', 'nofollow' ); } } ?> <div id="pxl-<?php echo esc_attr($html_id) ?>" class="<?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <?php switch ($settings['btn_style']) { case 'style-2': ?> <a <?php pxl_print_html($widget->get_render_attribute_string( 'button' )); ?> class="pxl-button-circle <?php echo esc_attr($settings['btn_style']); ?>"> <span class="pxl-btn-text"> <?php echo pxl_print_html($settings['text']);?> </span> <?php if(!empty($settings['btn_icon'])) { ?> <span class="pxl-btn-icon"> <?php \Elementor\Icons_Manager::render_icon( $settings['btn_icon'], [ 'aria-hidden' => 'true', 'class' => '' ], 'i' ); ?> </span> <?php } ?> </a> <?php break; default: ?> <a <?php pxl_print_html($widget->get_render_attribute_string( 'button' )); ?> class="pxl-button-circle pxl-overlay-shake <?php echo esc_attr($settings['btn_style']); ?>"> <span class="pxl-text-inner"> <?php if(!empty($settings['btn_icon'])) { \Elementor\Icons_Manager::render_icon( $settings['btn_icon'], [ 'aria-hidden' => 'true', 'class' => '' ], 'i' ); } ?> <span><?php echo pxl_print_html($settings['text']);?></span> </span> <span class="pxl-overlay--color"></span> </a> <?php break; } ?> </div>
💾 Save Changes
❌ Cancel