Submit
Path:
~
/
home
/
getwphos
/
public_html
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
elements
/
templates
/
pxl_chart
/
File Content:
layout-2.php
<div class="pxl-chart layout-2"> <div class="lc-content-wrap row d-flex justify-content-between"> <div class="chart-area"> <div class="map-wrapper pxl-animated-waypoint"> <svg viewBox="0 0 1920 457" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="path-chart" d="M-33 456L381.958 177.397C393.44 169.688 408.09 168.457 420.697 174.142L565.439 239.408C578.584 245.335 593.901 243.729 605.53 235.204L742 135.165C754.606 125.923 771.441 124.872 785.099 132.473L916.99 205.87C931.247 213.804 948.894 212.284 961.584 202.028L1100.45 89.7964C1114.83 78.1827 1135.28 77.9226 1149.94 89.1672L1269.32 180.724C1283.43 191.552 1303.01 191.754 1317.34 181.219L1540.91 16.9496C1554.71 6.81392 1573.42 6.57942 1587.46 16.3663L1983 292" stroke="#8CC633" stroke-width="2"/> <path d="M381.958 177.397L-33 456H2001L1983 292L1587.46 16.3663C1573.42 6.57942 1554.71 6.81392 1540.91 16.9496L1317.34 181.219C1303.01 191.754 1283.43 191.552 1269.32 180.724L1149.94 89.1672C1135.28 77.9226 1114.83 78.1827 1100.45 89.7964L961.584 202.028C948.894 212.284 931.247 213.804 916.99 205.87L785.099 132.473C771.441 124.872 754.606 125.923 742 135.165L605.53 235.204C593.901 243.729 578.584 245.335 565.439 239.408L420.697 174.142C408.09 168.457 393.44 169.688 381.958 177.397Z" fill="url(#paint0_linear_679_3)" fill-opacity="0.6"/> <defs> <linearGradient class="paint0-linear-679_3" id="paint0_linear_679_3" x1="1115.96" y1="456" x2="1115.96" y2="154.78" gradientUnits="userSpaceOnUse"> <stop stop-color="#8CC633" stop-opacity="0"/> <stop offset="0.495" stop-color="#8CC633" stop-opacity="0.5"/> <stop offset="1" stop-color="#8CC633"/> </linearGradient> </defs> </svg> <?php $number = 1; foreach ($settings['location_list'] as $key => $value) : $increase = $key + 1; ?> <?php $offset_x = isset($value['item_offset_x']) ? $value['item_offset_x'] . '%' : ''; $offset_y = isset($value['item_offset_y']) ? $value['item_offset_y'] . '%' : ''; if ($offset_x === '%' || $offset_x === '') $offset_x = 0; if ($offset_y === '%' || $offset_y === '') $offset_y = 0; $item_style_location = 'style="top: ' . esc_attr($offset_y) . '; left: ' . esc_attr($offset_x) . ';"'; ?> <div id="ct-<?php echo esc_attr($increase); ?>" class="location-wrap pxl-ttip tt-top-left elementor-repeater-item-<?php echo esc_attr($value['_id']); ?>" <?php pxl_print_html($item_style_location); ?>> <div class="item-inner d-flex"> <div class="chart-marker"><?php pxl_print_html(sprintf('%02d', $number)); ?></div> <?php if (!empty($value['item_title'])) : ?> <span class="item-title"> <?php echo esc_attr($value['item_title']) ?> </span> <?php endif; ?> <span class="item-des"> <?php echo esc_attr($value['description']) ?> </span> </div> </div> <?php $number++; endforeach; ?> </div> </div> </div> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
1115 bytes
0644
layout-2.php
3653 bytes
0644
N4ST4R_ID | Naxtarrr