update
This commit is contained in:
106274
.vscode/ftp-kr.sync.cache.json
vendored
106274
.vscode/ftp-kr.sync.cache.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -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;
|
|
||||||
@@ -986,23 +986,23 @@ class restly_team_member_Widget extends Widget_Base {
|
|||||||
<div class="<?php echo esc_attr($restly_team_class); ?>">
|
<div class="<?php echo esc_attr($restly_team_class); ?>">
|
||||||
<div class="restly-team-item">
|
<div class="restly-team-item">
|
||||||
<div class="restly-team-img">
|
<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')); ?>
|
<?php the_post_thumbnail('full',array('class' => 'restly-team-image')); ?>
|
||||||
</a>
|
</a>
|
||||||
<?php if($settings['restly_team_social_enable'] == 'yes' && !empty($restly_team_meta['restly_team_socials']) && $settings['restly_team_select_style'] == 'four' ) : ?>
|
<?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">
|
<div class="restly-team-social">
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($restly_team_meta['restly_team_socials'] as $restly_tsocial){
|
<?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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="restly-team-contents">
|
<div class="restly-team-contents">
|
||||||
<a class="restly-team-contents-link" href="<?php the_permalink(); ?>"></a>
|
<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(); ?>"><?php the_title(); ?></a></<?php echo esc_attr($settings['restly_team3_title_tag']); ?>>
|
<<?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(); ?>">
|
<a href="<?php the_permalink(); ?>" target="_blank" rel="noopener noreferrer">
|
||||||
<?php if($settings['restly_team_stitle_enable'] == 'yes'){
|
<?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']).'>';
|
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">
|
<div class="restly-team-social">
|
||||||
<ul>
|
<ul>
|
||||||
<?php foreach($restly_team_meta['restly_team_socials'] as $restly_tsocial){
|
<?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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<div class="restly-team-social restly-team-read-more">
|
<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>
|
<i class="fas fa-chevron-right"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user