Post Installation of Easy Social Ver 2. The following is displayed. The same works find in development mode.
I have enabled your account and also followed your steps. Now is see this.
The site is also become very slow after upgrade ...
Post installation of ver 2 i cannot edit the wireframe theme settings.
also trying to get rid of the "Last Logged in" from users details in listing
Is there a way to get the stream posts format like earlier version. the version 2.0 seems to be a bit cluttered and also the grey areas for smaller post images look awkward.
#es .es-stream-embed__cover img {
max-height: 50% !important;
}
the heart symbol for likes looks a bit like dating site (thumbs up would be more appropriate for professional websites)
<?php
?>
<div class="es-likes-wrap<?php echo $count < 1 ? ' t-hidden' : ''; ?>"
data-likes-content
data-id="<?php echo $uid; ?>"
data-type="<?php echo $element; ?>"
data-group="<?php echo $group; ?>"
data-count="<?php echo $count; ?>"
data-verb="<?php echo $verb;?>"
data-likes-<?php echo $element . '-' . $group . '-' . $uid; ?>
>
<i class="fa fa-thumbs-up"></i> <span data-info><?php echo ($count > 0) ? $text : '';?></span>
</div>
Why does the easysocial updates replace my logo file for email notifications everytime. How do we fix this permanently.