| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www/wp-content/plugins/divi-pixel/public/partials/ |
Upload File : |
<?php
namespace DiviPixel;
$blog_archives_meta_icon_size = DIPI_Public::get_option("blog_archives_meta_icon_size");
$blog_archives_meta_icon_color = DIPI_Public::get_option("blog_archives_meta_icon_color");
$blog_archives_meta_icon_hover_color = DIPI_Public::get_option("blog_archives_meta_icon_hover_color");
?>
<script type="text/javascript" id="post-meta-icon-js">
jQuery(document).ready(function($) {
$(document).bind('ready ajaxComplete', function() {
$("body.archive article.et_pb_post .post-meta, body.blog article.et_pb_post .post-meta, body.single article.et_pb_post .post-meta").html(function() {
return $(this).html().replace(/\|/g, '').replace('by', '').replace('...', '').replace(/,/g, '');
});
$("body.archive article.et_pb_post .post-meta, body.blog article.et_pb_post .post-meta, body.single article.et_pb_post .post-meta").each(function() {
$("a", this).not(".author a, .comments-number a, .published a").wrapAll( "<span class='dipi-categories-wrap'></span>");
});
$("body.archive article.et_pb_post .post-meta .dipi-categories-wrap, body.blog article.et_pb_post .post-meta .dipi-categories-wrap, body.single article.et_pb_post .post-meta .dipi-categories-wrap").each(function() {
$("a", this).wrapAll( "<span class='dipi-categories'></span>");
});
$("body.archive article.et_pb_post .post-meta").addClass('.dipi-post-meta-icon');
});
});
</script>
<style type="text/css" id="post-meta-icon-css">
body.archive article.et_pb_post .post-meta,
body.blog article.et_pb_post .post-meta {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding-bottom: 0;
}
body.archive article.et_pb_post .post-meta > span,
body.blog article.et_pb_post .post-meta > span {
transition: all .6s ease-in-out;
display: flex;
hyphens: auto;
align-items: center;
flex-direction: row;
line-height: 1;
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
body.archive article.et_pb_post .post-meta > span,
body.blog article.et_pb_post .post-meta > span {
line-height: 1 !important;
}
body.archive article.et_pb_post .post-meta .author:before,
body.blog article.et_pb_post .post-meta .author:before,
body.single article.et_pb_post .post-meta .author:before,
body.archive article.et_pb_post .post-meta .comments-number:before,
body.blog article.et_pb_post .post-meta .comments-number:before,
body.single article.et_pb_post .post-meta .comments-number:before,
body.archive article.et_pb_post .post-meta .published:before,
body.blog article.et_pb_post .post-meta .published:before,
body.single article.et_pb_post .post-meta .published:before,
body.archive article.et_pb_post .post-meta .dipi-categories:before,
body.blog article.et_pb_post .post-meta .dipi-categories:before,
body.single article.et_pb_post .post-meta .dipi-categories:before{
display: inline !important;
}
}
@media screen and (max-width: 481px) {
body.archive article.et_pb_post .post-meta,
body.blog article.et_pb_post .post-meta {
display: block;
margin: 20px 0;
padding: 0px !important;
}
body.archive article.et_pb_post .post-meta > span,
body.blog article.et_pb_post .post-meta > span {
margin: 10px 0 0 0 !important;
}
body.archive article.et_pb_post .dipi-post-wrap,
body.blog article.et_pb_post .dipi-post-wrap {
padding: 20px !important;
}
}
body.archive article.et_pb_post .post-meta a,
body.archive article.et_pb_post .post-meta,
body.blog article.et_pb_post .post-meta a,
body.blog article.et_pb_post .post-meta {
<?php echo sanitize_text_field(et_builder_get_font_family($blog_archives_meta_font_select)); ?>
<?php echo DIPI_Public::print_font_style_option("blog_archives_meta_font_style"); ?>
font-weight: <?php echo $blog_archives_meta_font_weight; ?>;
font-size: <?php echo $blog_archives_meta_font_size; ?>px !important;
letter-spacing: <?php echo $blog_archives_meta_text_spacing; ?>px !important;
color: <?php echo $blog_archives_meta_font_color; ?> !important;
transition: all .6s ease-in-out;
}
body.archive article.et_pb_post .post-meta .published:hover,
body.archive article.et_pb_post .post-meta .published:hover a,
body.archive article.et_pb_post .post-meta .author:hover,
body.archive article.et_pb_post .post-meta .author:hover a,
body.archive article.et_pb_post .post-meta a:hover,
body.blog article.et_pb_post .post-meta a:hover,
body.blog article.et_pb_post .post-meta .published:hover,
body.blog article.et_pb_post .post-meta .author:hover a,
body.blog article.et_pb_post .post-meta .dipi-categories:hover a {
transition: all .6s ease-in-out;
color: <?php echo $blog_archives_meta_font_color_hover; ?> !important;
}
body.archive article.et_pb_post .post-meta:not(:last-child) span,
body.blog article.et_pb_post .post-meta:not(:last-child) span,
body.single article.et_pb_post .post-meta:not(:last-child) span {
margin-right: 10px;
}
body.archive article.et_pb_post .post-meta .dipi-categories,
body.blog article.et_pb_post .post-meta .dipi-categories {
line-height: 1.4;
}
body.archive article.et_pb_post .post-meta .author:before,
body.blog article.et_pb_post .post-meta .author:before,
body.single article.et_pb_post .post-meta .author:before,
body.archive article.et_pb_post .post-meta .comments-number:before,
body.blog article.et_pb_post .post-meta .comments-number:before,
body.single article.et_pb_post .post-meta .comments-number:before,
body.archive article.et_pb_post .post-meta .published:before,
body.blog article.et_pb_post .post-meta .published:before,
body.single article.et_pb_post .post-meta .published:before,
body.archive article.et_pb_post .post-meta .dipi-categories:before,
body.blog article.et_pb_post .post-meta .dipi-categories:before,
body.single article.et_pb_post .post-meta .dipi-categories:before {
transition: all .6s ease-in-out;
display: inline-block;
box-sizing: border-box;
font-family: ETmodules;
font-size: <?php echo $blog_archives_meta_icon_size; ?>px;
color: <?php echo $blog_archives_meta_icon_color; ?>;
font-style: normal;
font-variant: normal;
line-height: 1;
text-transform: none;
content: 'attr(data-icon)';
speak: none;
padding-right: 5px;
}
body.archive article.et_pb_post .post-meta .author:hover::before,
body.blog article.et_pb_post .post-meta .author:hover::before,
body.single article.et_pb_post .post-meta .author:hover::before,
body.archive article.et_pb_post .post-meta .comments-number:hover::before,
body.blog article.et_pb_post .post-meta .comments-number:hover::before,
body.single article.et_pb_post .post-meta .comments-number:hover::before,
body.archive article.et_pb_post .post-meta .published:hover::before,
body.blog article.et_pb_post .post-meta .published:hover::before,
body.single article.et_pb_post .post-meta .published:hover::before,
body.archive article.et_pb_post .post-meta .dipi-categories:hover::before,
body.blog article.et_pb_post .post-meta .dipi-categories:hover::before,
body.single article.et_pb_post .post-meta .dipi-categories:hover::before{
transition: all .6s ease-in-out;
color: <?php echo $blog_archives_meta_icon_hover_color; ?>;
}
body.archive article.et_pb_post .post-meta .author:before,
body.blog article.et_pb_post .post-meta .author:before,
body.single article.et_pb_post .post-meta .author:before{
content: "\e08a";
}
body.archive article.et_pb_post .post-meta .comments-number:before,
body.blog article.et_pb_post .post-meta .comments-number:before,
body.single article.et_pb_post .post-meta .comments-number:before{
content: 'w';
}
body.archive article.et_pb_post .post-meta .published:before,
body.blog article.et_pb_post .post-meta .published:before,
body.single article.et_pb_post .post-meta .published:before{
content: '}';
}
body.archive article.et_pb_post .post-meta .dipi-categories:before,
body.blog article.et_pb_post .post-meta .dipi-categories:before,
body.single article.et_pb_post .post-meta .dipi-categories:before{
content: 'm';
}
.dipi-categories a{
padding-right: 5px;
}
.dipi-categories a:not(:last-child):after {
content: ",";
}
</style>