HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/just-litigate/wp-content/uploads/elementor-widget/class-pxl-user-anchor.php
<?php

class PxlUserAnchor_Widget extends Pxltheme_Core_Widget_Base{
    protected $name = 'pxl_user_anchor';
    protected $title = 'Case User Anchor';
    protected $icon = 'eicon-lock-user';
    protected $categories = array( 'pxltheme-core' );
    protected $params = '{"sections":[{"name":"icon_section","label":"Settings","tab":"content","controls":[{"name":"title_login","label":"Title Login","type":"textarea","placeholder":"My Account","separator":"before"},{"name":"selected_icon","label":"Icon","type":"icons","default":{"library":"lnil","value":"lnil lnil-user"}},{"name":"icon_color","label":"Icon Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-anchor, {{WRAPPER}} .pxl-anchor-icon":"color: {{VALUE}};"},"condition":{"selected_icon[value]!":""}},{"name":"icon_color_hover","label":"Icon Hover Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-user-anchor-wrap:hover, {{WRAPPER}} .pxl-user-anchor-wrap:hover .pxl-anchor-icon":"color: {{VALUE}};"},"condition":{"selected_icon[value]!":""}},{"name":"icon_size","label":"Icon Size(px)","type":"slider","range":{"px":{"min":15,"max":300}},"control_type":"responsive","default":{"unit":"px","size":25},"selectors":{"{{WRAPPER}} .pxl-anchor-icon":"font-size: {{SIZE}}{{UNIT}};"},"condition":{"selected_icon[value]!":""}},{"name":"icon_margin","label":"Icon Margin(px)","type":"dimensions","control_type":"responsive","size_units":["px"],"selectors":{"{{WRAPPER}} .pxl-anchor-icon":"margin: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};"},"condition":{"selected_icon[value]!":""}},{"name":"title_profile","label":"Title Profile","type":"textarea","placeholder":"My Account","separator":"before"},{"name":"style_hover","label":"Style Hover","type":"select","options":{"df":"Default","st-arrow":"Hover Arrow"},"default":"df"},{"name":"profile_link_page","label":"Page Profile","type":"select","options":{"0":"- None","3":"Privacy Policy","1740":"Home","3158":"About Us","3951":"Our Services","4533":"Case Studies","4743":"Contact Us","4912":"Blog","14":"Terms and Conditions","9607":"TEST","9613":"TESTING"},"default":0,"separator":"before"},{"name":"profile_text","label":"Profile Text","type":"text","default":"Edit Profile"},{"name":"logout_link_page","label":"Logout Link Page","type":"select","options":{"0":"- None","3":"Privacy Policy","1740":"Home","3158":"About Us","3951":"Our Services","4533":"Case Studies","4743":"Contact Us","4912":"Blog","14":"Terms and Conditions","9607":"TEST","9613":"TESTING"},"default":0,"separator":"before"},{"name":"logout_text","label":"Logout Text","type":"text","default":"Sign out"},{"name":"align","label":"Alignment","type":"choose","control_type":"responsive","options":{"start":{"title":"Start","icon":"eicon-text-align-left"},"center":{"title":"Center","icon":"eicon-text-align-center"},"end":{"title":"End","icon":"eicon-text-align-right"}},"selectors":{"{{WRAPPER}} .pxl-user-anchor-wrap":"justify-content: {{VALUE}};"}}]},{"name":"section_style","label":"Style","tab":"content","controls":[{"name":"heading_title","label":"Title","type":"heading"},{"name":"title_color","label":"Title Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl-title--profile, {{WRAPPER}} .pxl-user-anchor .anchor-title":"color: {{VALUE}};"}},{"name":"title_color_hover","label":"Title Hover Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}}  .pxl-user-anchor:hover .pxl-title--profile, {{WRAPPER}} .pxl-user-anchor:hover .anchor-title":"color: {{VALUE}};"}},{"name":"title_typography","label":"Title Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .pxl-user-anchor .pxl-title--profile, {{WRAPPER}} .pxl-user-anchor .anchor-title"},{"name":"heading_submenu","label":"Sub Menu","type":"heading","separator":"before"},{"name":"background_color_submenu","label":"Background Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl--submenu":"background: {{VALUE}};"}},{"name":"border_submenu","label":"Border","type":"border","control_type":"group","selector":"{{WRAPPER}} .pxl-user-anchor .pxl--submenu"},{"name":"submenu_color","label":"Color","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl-author--info a,{{WRAPPER}} .pxl-user-anchor .pxl--avatar .username":"color: {{VALUE}};"}},{"name":"submenu_color_hv","label":"Color Hover","type":"color","control_type":"responsive","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl-author--info a:hover,{{WRAPPER}} .pxl-user-anchor .pxl--avatar .username:hover":"color: {{VALUE}};"}},{"name":"submenu_typography","label":"Typography","type":"typography","control_type":"group","selector":"{{WRAPPER}} .pxl-user-anchor .pxl-author--info a"},{"name":"border_radius_submenu","label":"Border Radius Sub Menu","type":"dimensions","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl--submenu":"border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;"}},{"name":"padding_submenu","label":"Padding","type":"dimensions","selectors":{"{{WRAPPER}} .pxl-user-anchor .pxl--submenu":"padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}} !important;"}}]}]}';
    protected $styles = array(  );
    protected $scripts = array(  );
}