By Paul Murray on Tuesday, 17 June 2014
Posted in Technical Issues
Replies 11
Likes 0
Views 580
Votes 0
Hi Support

The formatting looks different here:

http://finalbug.net/connect/62-paurray/99-blog

And different again here:

http://finalbug.net/connect/500-archy/99-blog

Can some one help me edit this so that it matches the format here?

Why are the 2 preview photo with the green car on my Blog App small?

Does this have something to do with them being the only preview photo as such!?!

http://finalbug.net/blog

For test user login see Site Details Extra

thanks in advance

Paul
Hello Paul,

I am sorry for miss your reply.
I have put some code in your current Joomla template: css/custom.css .

I am sorry for the inconvenience caused.
Hope this will work.
Thanks.
·
Friday, 20 June 2014 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul Murray,

I am sorry for the late reply.
The reason why the image is different is this Editing a documentary in FCP X part 02 have a blog image and the another 1 Dirty Pretty Things... doesn't have the blog image. You can remove the blog image and put it inside the content and see how it goes.
Regarding "Why are the 2 preview photo with the green car on my Blog App small?" It is the same reason as above. Please give it a try and see how it goes.

Hope this will help.
Thanks.
·
Tuesday, 17 June 2014 23:50
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Mohd

with respect to:

You can remove the blog image and put it inside the content and see how it goes.


if I do this then I will mess up screen shot "LooksGood01" also will have no preview photo on "LooksGood02." I would like to avoid this if possible.

With respect to:

Regarding "Why are the 2 preview photo with the green car on my Blog App small?" It is the same reason as above. Please give it a try and see how it goes.


I want to have a preview photo for the Blog post. See this thread here:

http://stackideas.com/forums/featured-blog-articles-in-community-stream-photos

In the first example the article uses a “Blog image” from “Publishing Options”

http://finalbug.net/blog/entry/388-ae-mac-pro-user-test-01

In the second example the article uses a “Blog” image from the article itself.

Is it not possible to get Blog posts in the community stream to pull the first photo from the article. Rather than having to insert “Blog image” into all of the articles!

Also would like to have text lined up to the edge of the photos. See "LooksGood01" and "LooksGood02."

thanks

Paul
·
Wednesday, 18 June 2014 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul Murray,

I am sorry for the late reply.
The another solution to this is you can tweak the code and do customization. Please find this code in your site line: 49 in: \media\com_easysocial\apps\user\blog\themes\default\profile\item.php

<div class="blog-text clearfix">

<?php if( $post->getImage() ){ ?>
<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=entry&id=' . $post->id );?>">
<img src="<?php echo $post->getImage()->getSource( 'frontpage' );?>" align="right" class="blog-image" alt="<?php echo $this->html( 'string.escape' , $post->title );?>" />
</a>
<?php } ?>

<?php echo $post->content; ?>
</div>

And replace with this code.

<div class="blog-text clearfix">

<?php if( $post->getImage() ){ ?>
<div class="teaser-image clearfix" style="margin:8px;max-width:98%;text-align: center !important;" >
<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=entry&id=' . $post->id );?>">
<img src="<?php echo $post->getImage()->getSource( 'frontpage' );?>" alt="<?php echo $this->html( 'string.escape' , $post->title );?>" />
</a>
</div>
<?php } ?>

<?php echo $post->content; ?>
</div>


And please put this CSS override in your current Joomla template:

#fd .es-profile .app-blog .blog-list li.blog-item .blog-image {
border: medium none;
max-width: 600px !important;
}


Please give it a try and see how it goes. If this issue is still persist, perhaps you can provide us FTP access so that we can apply this customization to your site. Please ensure you have made backup before you run update on EasySocial because this file is a core file and will be override by the latest file.

Hope this will help.
Thanks.
·
Wednesday, 18 June 2014 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd

Please see how this works here:

http://finalbug.net/connect/62-paurray/99-blog
http://finalbug.net/connect/500-archy/99-blog

Some images go missing e.g. on paurray link i.e. blog images would be nice to retain these if possible?

I am including FTP details in "Site Details"

At least the text is now formatted.

thanks

Paul
·
Wednesday, 18 June 2014 19:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

I have helps you fix this issue. Please backup this file before you update EasySocial.

If you have anymore question, please don't hesitate to ask us.
Hope this will help.
Thanks.
·
Wednesday, 18 June 2014 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Mohd

great I see the photos are back in there. i.e. the green eetle twice. Is there a way to get the text to align to the edges of the image as in on the main blog page:

http://finalbug.net/blog

thanks

Paul
·
Wednesday, 18 June 2014 19:45
·
0 Likes
·
0 Votes
·
0 Comments
·
can not attach screen shots above!
·
Wednesday, 18 June 2014 19:48
·
0 Likes
·
0 Votes
·
0 Comments
·
I guess that you guys must be really busy!
Any word on how to get this issue nailed?

best

Paul
·
Friday, 20 June 2014 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Mohd

it looks great. thanks for your help

best

Paul
·
Saturday, 21 June 2014 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Paul, glad that your issues are resolved now.
·
Saturday, 21 June 2014 13:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post