By Damir Baranasic on Monday, 30 January 2017
Posted in Technical Issues
Likes 0
Views 243
Votes 0
On some module pictures are not showing ... not all, check picture ...
what could be the reason, same happened with some post that are published on Facebook... Look very unprofessional ...
How to fix that?
Thanks in advance ..
Regards
Damir
Hello Damir,

I believe it is most likely that there is no post cover set for these posts that uses the image placeholder. Can you edit these posts that doesn't have an image and ensure that it has a post cover?
·
Monday, 30 January 2017 22:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
this is not the case, cos on front page http://www.karijera.eu/ same post on another module have picture ...
Check att.
One of the post is with ID 32
If you can check why is different from others?
·
Tuesday, 31 January 2017 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Damir,

Can you provide us your FTP access so that we can have a better look on your issue?
·
Tuesday, 31 January 2017 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Here it is ..
·
Tuesday, 31 January 2017 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Damir,

The FTP access doesn't seem to work for me as it is rendering this only, http://take.ms/mr7LO

Can you please check the ftp account and let me know when I can use it?
·
Tuesday, 31 January 2017 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Now is ok, sorry my mistake
·
Tuesday, 31 January 2017 23:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Damir,

I am really sorry for the delay of this reply. After countless hours of debugging and testing, this issue is a very nasty bug and it requires a lot of refactoring to get this fixed altogether.

I have applied a quick patch for you so that we are able to retrieve first image from the blog post (legacy) behavior. However, to really fix this, we need to re-think the way we are retrieving all these media from the post content. It is very very tricky.

In case you need to upgrade in the future, the changes I made is in /administrator/components/com_easyblog/includes/post/post.php by adding the lines below at line 352:

[gist]
$this->original_intro = $post->intro;
$this->original_content = $post->content;
[/gist]

Then, at line 3957, I have also added the codes below,

[gist]
$content = $this->original_intro . $this->original_content;
[/gist]

This is just a monkey patch which I am not happy to include in the core of EasyBlog. We need to really re-think and fix all these issues once and for all.
·
Wednesday, 01 February 2017 15:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,
Tnx for fixing my problem ...is that have something with me, template or ...
Anyway, thanks for prompt fix.
Regards
Damir
·
Thursday, 02 February 2017 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Damir,

Nope, don't worry it has nothing to do with your site or your template. It has something to do with the architecture that we need to support legacy images (first image in post) and post covers.
·
Thursday, 02 February 2017 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
one more small question ...
How to change read more on front page to croatian , it work nice on category pages where post is ...
·
Thursday, 02 February 2017 00:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to translate the language file in /language/en-GB/en-GB.mod_easyblogshowcase.ini . This is for en-GB so you could duplicate this and store it in your appropriate locale.
·
Thursday, 02 February 2017 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
quickly, easily and effectively ....support is realy great
One more time ... thank you
·
Thursday, 02 February 2017 01:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome and I am glad that your issues are resolved now
·
Thursday, 02 February 2017 01:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post