By André Eidskrem on Wednesday, 28 December 2016
Posted in General Issues
Replies 14
Likes 0
Views 328
Votes 0
Using the EasyBlog migration tool, I have migrated all our Joomla-articles. However, the images are not showing now that the articles are blog entries.
Can you have a look at this?
We're using the JCE-editor and the "images and links"-tab to post "intro image" and "full article image" in each Joomla article.
Hey Andre,

I've checked in my locally, it seems like that is a bug and I already fix it in internally.

Can you provide us with your phpmyadmin access and FTP access so we can help you re-migrate again from your test site and see is it all image get migrated in Easyblog?
·
Wednesday, 28 December 2016 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex!

First post is now updated with phpmyadmin access and FTP access
Note, we have many articles (almost 1800)
·
Thursday, 29 December 2016 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Andre

Can I have the permission to delete all of your existing migrated article post from your test site Easyblog? because I would like to applied the fix and re-migrate again and see how it goes.
·
Thursday, 29 December 2016 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem. Go ahead!
·
Thursday, 29 December 2016 12:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Andre,

I already remigrated again, it seems those image already get migrated, can you give it a check?
·
Thursday, 29 December 2016 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
That seems to have done the trick. Great!
Can you please apply this fix also to our live site (without /1easy/), so that the images will be migrated when we do the migration there in a few days?

Also, I'm trying to change the layout of the blog listing (/1easy/blogs), so that the picture is about 300x200 and has the text to the right the same way as in the "featured-slider". I thought I could do this in settings-layout-Post Cover Settings (Listing) but the images still shows as 100% in the list. Can you please take a look at this?
·
Thursday, 29 December 2016 15:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Andre,

That seems to have done the trick. Great!
Can you please apply this fix also to our live site (without /1easy/), so that the images will be migrated when we do the migration there in a few days?

Alright, can i have permission to help you remove all of your existing migrated article post from your live site Easyblog? Because I would like to help you remigrate again.
·
Thursday, 29 December 2016 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Also, I'm trying to change the layout of the blog listing (/1easy/blogs), so that the picture is about 300x200 and has the text to the right the same way as in the "featured-slider". I thought I could do this in settings-layout-Post Cover Settings (Listing) but the images still shows as 100% in the list. Can you please take a look at this?

Because that setting is only for post cover, since those article migrated from Joomla, it will only store the image in the blog content.
So I will use css to style the image to be smaller, can you check my screenshot here is this you want?
http://take.ms/pnuYD
·
Thursday, 29 December 2016 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
We don't want to do the migration yet. Maybe in a few days.
As far as I know, all the posts that are in EasyBlog on our live site are created in EasyBlog. Not migrated.
·
Thursday, 29 December 2016 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
But those image still haven't migrated into your live site, if you need assistance on this, keep me update then.

Regarding with your second question, I already applied some css fix in this file -> ../1easy/templates/ja_magz_ii/css/custom.css


/* adjust the easyblog frontpage image */
div#fd.eb .eb-post-body img {
float: left !important;
width: 300px !important;
height: 200px !important;
padding-right: 6px !important;
}


It should work fine now.


That migration fix I already applied into your live site file.
[EDITED]
·
Thursday, 29 December 2016 16:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Great! Thanks for the css fix, this will work
·
Thursday, 29 December 2016 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Andre
·
Thursday, 29 December 2016 16:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post