Conflict with the theme – UserPro Forums https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/feed/ Fri, 17 May 2024 07:13:12 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18687 <![CDATA[Conflict with the theme]]> https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18687 Fri, 24 Jan 2014 12:09:51 +0000 alfasaiya Hello
I have two places to the site author avatars disappeared after installing your plugin. Please tell me how I can conclude your avatars there?
Thanks in advance!

single.php

<div class=”meta-info”>
<?php
$avatar = get_avatar_url(get_avatar(get_the_author_meta(’email’) , 60)); ?>
<div class=”blog_author_image singlepage” style=”background-image: url(‘<?php print $avatar; ?>’);”></div>
<div class=”blog_author_info”> <?php _e(‘by ‘, ‘wpestate’);
print get_the_author(); ?><br>
<?php the_date(); ?>
</div>
<div class=”blog_category”>
<span class=”blog_category_mobile”><?php _e(‘Category: ‘,’wpestate’);?>  </span>
<?php echo ‘ ‘;the_category(‘, ‘); ?>
</div>

<div class=”blog_social”>
&t=<?php print urlencode(get_the_title()); ?>” class=”social_facebook”>
” class=”social_tweet”>
&title=<?php print urlencode(get_the_title()); ?>” class=”social_google”>
</div>
</div>
********************************************************

bloglisting.php

<?php
// blog listing
$thumb_id = get_post_thumbnail_id($post->ID);
$preview = wp_get_attachment_image_src(get_post_thumbnail_id(), ‘agent_picture_thumb’);
?>
<div class=”blog_listing blog_bottom_border blog_listing_effect”>

<h2>“><?php print get_the_title(); ?></h2>
<div class=”post-meta-list”>
<?php
_e(‘Posted by ‘,’wpestate’); the_author();
_e(‘ в ‘,’wpestate’);
the_category(‘, ‘);
?>
</div>

<?php
$avatar = get_avatar_url(get_avatar(get_the_author_meta(’email’), 60));
$preview = wp_get_attachment_image_src(get_post_thumbnail_id(), ‘property_sidebar’);
$extra= array(
‘data-original’=>$preview[0],
‘class’ => ‘lazyload’,
);

if (has_post_thumbnail()) {?>
<div class=”blog_listing_image”>
<figure>
<?php the_post_thumbnail(‘property_sidebar’,$extra);?>
<figcaption class=”figcaption-post” data-link=”<?php the_permalink(); ?>”>
<span class=”fig-icon”></span>
</figcaption>
</figure>
</div>

<?php
$excerpt_class=”;
}else{
$excerpt_class=’fullexcept’;
}
?>
<div class=”blog_author_image” style=”background-image: url(‘<?php print $avatar; ?>’);”>
</div>

<div class=”listing_excerpt <?php print $excerpt_class;?>”>
<?php the_excerpt(); ?>
” class=”read_more_blog”><span class=”blog_plus”>+ </span> <?php _e(‘read more’,’wpestate’); ?>

</div>
</div>
********************************************************

]]>
https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18696 <![CDATA[Reply To: Conflict with the theme]]> https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18696 Fri, 24 Jan 2014 12:58:11 +0000 admin Must have FTP + page with issue to check it for you. Thanks!

]]>
https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18709 <![CDATA[Reply To: Conflict with the theme]]> https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18709 Fri, 24 Jan 2014 13:17:56 +0000 alfasaiya Where do I send my access?

]]>
https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18720 <![CDATA[Reply To: Conflict with the theme]]> https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18720 Fri, 24 Jan 2014 14:41:37 +0000 admin You see the email icon on my profile? That’s it 🙂

]]>
https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18938 <![CDATA[Reply To: Conflict with the theme]]> https://forum.userproplugin.com/forums/topic/conflict-with-the-theme/#post-18938 Sun, 26 Jan 2014 08:01:10 +0000 alfasaiya I sent you the data.

]]>