This commit is contained in:
2026-03-19 22:14:41 +01:00
parent b4b460fd21
commit ec6fef7bfc
3 changed files with 106120 additions and 234 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,62 +0,0 @@
import * as React from "react";
const SvgCwCuraao = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={12}
fill="none"
{...props}
>
<mask
id="CW_-_Cura\xE7ao_svg__a"
width={16}
height={12}
x={0}
y={0}
maskUnits="userSpaceOnUse"
style={{
maskType: "luminance",
}}
>
<path fill="#fff" d="M0 0h16v12H0z" />
</mask>
<g mask="url(#CW_-_Cura\xE7ao_svg__a)">
<path
fill="#2E42A5"
fillRule="evenodd"
d="M0 0v12h16V0H0Z"
clipRule="evenodd"
/>
<mask
id="CW_-_Cura\xE7ao_svg__b"
width={16}
height={12}
x={0}
y={0}
maskUnits="userSpaceOnUse"
style={{
maskType: "luminance",
}}
>
<path
fill="#fff"
fillRule="evenodd"
d="M0 0v12h16V0H0Z"
clipRule="evenodd"
/>
</mask>
<g
fillRule="evenodd"
clipRule="evenodd"
mask="url(#CW_-_Cura\xE7ao_svg__b)"
>
<path
fill="#F7FCFF"
d="m2.127 3.075-.994.524.48-.934L1 1.982l.762-.029L2.127 1l.28.953.89.029-.641.683.407.934-.936-.524ZM5.676 5.538l-1.227.514.481-1.288L3.863 3.9h1.279l.534-1.394.408 1.394h1.28l-.91.864.452 1.288-1.23-.514Z"
/>
<path fill="#F9E813" d="M0 7v2h16V7H0Z" />
</g>
</g>
</svg>
);
export default SvgCwCuraao;

View File

@@ -986,23 +986,23 @@ class restly_team_member_Widget extends Widget_Base {
<div class="<?php echo esc_attr($restly_team_class); ?>">
<div class="restly-team-item">
<div class="restly-team-img">
<a href="<?php the_permalink(); ?>">
<a href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer">
<?php the_post_thumbnail('full',array('class' => 'restly-team-image')); ?>
</a>
<?php if($settings['restly_team_social_enable'] == 'yes' && !empty($restly_team_meta['restly_team_socials']) && $settings['restly_team_select_style'] == 'four' ) : ?>
<div class="restly-team-social">
<ul>
<?php foreach($restly_team_meta['restly_team_socials'] as $restly_tsocial){
echo '<li><a href="'.esc_url($restly_tsocial['restly_team_social_link']).'" title="'.esc_attr($restly_tsocial['restly_team_social_label']).'"><i class="'.esc_attr($restly_tsocial['restly_teams_socials_icon']).'"></i></a></li>';
echo '<li><a href="'.esc_url($restly_tsocial['restly_team_social_link']).'" title="'.esc_attr($restly_tsocial['restly_team_social_label']).'" target="_blank" rel="noopener noreferrer"><i class="'.esc_attr($restly_tsocial['restly_teams_socials_icon']).'"></i></a></li>';
} ?>
</ul>
</div>
<?php endif; ?>
</div>
<div class="restly-team-contents">
<a class="restly-team-contents-link" href="<?php the_permalink(); ?>"></a>
<<?php echo esc_attr($settings['restly_team3_title_tag']); ?> class="restly-team-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></<?php echo esc_attr($settings['restly_team3_title_tag']); ?>>
<a href="<?php the_permalink(); ?>">
<a class="restly-team-contents-link" href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer"></a>
<<?php echo esc_attr($settings['restly_team3_title_tag']); ?> class="restly-team-title"><a href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer"><?php the_title(); ?></a></<?php echo esc_attr($settings['restly_team3_title_tag']); ?>>
<a href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer">
<?php if($settings['restly_team_stitle_enable'] == 'yes'){
echo '<'.esc_attr($settings['restly_team3_stitle_tag']).' class="restly-team-stitle">'.esc_html($restly_team_meta['restly_team_stitle']).'</'.esc_attr($settings['restly_team3_stitle_tag']).'>';
} ?>
@@ -1011,13 +1011,13 @@ class restly_team_member_Widget extends Widget_Base {
<div class="restly-team-social">
<ul>
<?php foreach($restly_team_meta['restly_team_socials'] as $restly_tsocial){
echo '<li><a href="'.esc_url($restly_tsocial['restly_team_social_link']).'" title="'.esc_attr($restly_tsocial['restly_team_social_label']).'"><i class="'.esc_attr($restly_tsocial['restly_teams_socials_icon']).'"></i></a></li>';
echo '<li><a href="'.esc_url($restly_tsocial['restly_team_social_link']).'" title="'.esc_attr($restly_tsocial['restly_team_social_label']).'" target="_blank" rel="noopener noreferrer"><i class="'.esc_attr($restly_tsocial['restly_teams_socials_icon']).'"></i></a></li>';
} ?>
</ul>
</div>
<?php endif; ?>
<div class="restly-team-social restly-team-read-more">
<a href="<?php the_permalink(); ?>">
<a href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer">
<i class="fas fa-chevron-right"></i>
</a>
</div>