📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:07:42
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
elements
/
templates
/
pxl_text_link
✏️
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 class="pxl-text-link1 <?php echo esc_attr($settings['pxl_animate']); ?>" data-wow-delay="<?php echo esc_attr($settings['pxl_animate_delay']); ?>ms"> <a <?php pxl_print_html($widget->get_render_attribute_string( 'button' )); ?> class="<?php echo esc_attr($settings['text_style']); ?>"> <span class="pxl-btn--text pxl-mr-10"> <?php echo pxl_print_html($settings['text']);?> </span> <?php if($settings['text_style'] == 'text-default') : ?> <span class="pxl-btn--icon"> <span class="pxl-btn--dots"><span></span></span> <i class="flaticon-right-arrow"></i> </span> <?php endif; ?> <?php if($settings['text_style'] == 'text-modern') : ?> <span class="pxl-btn--icon"> <i class="flaticon-right-arrow"></i> </span> <?php endif; ?> <?php if($settings['text_style'] == 'text-arrow') : ?> <span class="pxl-btn--icon"> <i class="flaticon-right-arrow-2"></i> </span> <?php endif; ?> </a> </div>
💾 Save Changes
❌ Cancel