Submit
Path:
~
/
home
/
getwphos
/
www
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
elements
/
templates
/
pxl_circle_text
/
File Content:
layout-1.php
<?php if ( ! empty( $settings['btn_link']['url'] ) ) { $widget->add_render_attribute( 'btn_link', 'href', $settings['btn_link']['url'] ); if ( $settings['btn_link']['is_external'] ) { $widget->add_render_attribute( 'btn_link', 'target', '_blank' ); } if ( $settings['btn_link']['nofollow'] ) { $widget->add_render_attribute( 'btn_link', 'rel', 'nofollow' ); } } $html_id = pxl_get_element_id($settings); ?> <div class="pxl-circle-text"> <div class="item-inner"> <div class="pxl-item-inner"> <div class="pxl-rotate"> <div class="pxl-meta-content"> <div class="text"> <svg viewBox="0 0 170 170" xmlns="http://www.w3.org/2000/svg"> <defs> <path id="circlePath" d="M 82,82 m -60,0 a 60,60 0 1,1 120,0 a 60,60 0 1,1 -120,0" /> </defs> <g stroke="none" fill="none"> <rect width="170" height="170" fill="none" /> <text fill="currentColor" x="0%" y="0%" dominant-baseline="middle" text-anchor="middle"> <textPath href="#circlePath" startOffset="50%" text-anchor="middle" alignment-baseline="middle"> <?php echo esc_attr($settings['title_rotate']); ?> </textPath> </text> </g> </svg> </div> </div> </div> <!-- link --> <?php $link_key = 'btn_link'; $link_attributes = $widget->get_render_attribute_string($link_key); ?> <a class='pxl-scroll-down' <?php echo implode( ' ', [ $link_attributes ] ); ?>></a> <!-- link --> <!-- icon --> <div class="pxl-icon-center"> <?php if (!empty($settings['pxl_icon']['value'])) { \Elementor\Icons_Manager::render_icon($settings['pxl_icon'], ['aria-hidden' => 'true', 'class' => ''], 'i'); } ?> </div> <!-- icon --> </div> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
2113 bytes
0644
N4ST4R_ID | Naxtarrr