By Joachim Funk on Tuesday, 25 February 2014
Posted in General Issues
Replies 19
Likes 0
Views 623
Votes 0
Hi!

I've updated by easyblog-installation to version 3.9.15274 and recognized a few problems:

There are some errors:
- "Failed to load resource: the server responded with a status of 404 (Not Found) ": /media/com_easyblog/scripts/easyblog-3.9.15274.static.min.js and /media/com_easyblog/resources/default-3.9.15274.js
- several "Uncaught ReferenceError: ejax is not defined"-errors
- the link to the "terms and conditions" when sending a comment doesnt't work
- the rating-stars are not loading

Any solutions to fix this problems? Thanks!
Hello Joachim Funk,

Is it possible provide us with your Joomla backend and FTP access so we can help you check on this issues? Please advise
Also, did you do some modification in your Easyblog site? If yes, please backup your file first, then we can perform installation of Easyblog again in your site.
·
Tuesday, 25 February 2014 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
https://www.evernote.com/shard/s241/sh/2b489510-f96b-4a31-a3f0-bef695d3d4ae/96e971636e1784870ef318d9d42cc838

I have some issues too ! they can be seen in the console above. Probably a minification error as it looks like there is some html that isnt properly escaped.

You can inspect the issues live here - http://cambs.eu/blog/entry/set-up-cors-headers-for-static-content-pages-using-htaccess-file I don't think you will need backend access to be able to replicate them, but let me know if you do and I will enable it. Thank you.
·
Tuesday, 25 February 2014 19:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello guys,

Did you guys updated using the updater?
·
Tuesday, 25 February 2014 20:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

If you updated using the updater, please manually download 3.9.15275 and install again. Sorry about that as the js files was excluded in the builder somehow. It's fixed now
·
Tuesday, 25 February 2014 20:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok - its fixed now so can I use the updater again...mine seems to be sticking but that maybe el cheapo shared hosting...

[am having to do manually as the js error prevent the updater working FYI]
·
Tuesday, 25 February 2014 20:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

also the font is different like before....
·
Tuesday, 25 February 2014 21:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I've now updated it manually and I think it works without errors. I'll have a closer look the next days.

Thanks!
·
Tuesday, 25 February 2014 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello guys,

Yep, just do a manual update for now if you updated to 3.9.15274. If you haven't you can safely use the updater By the way, the font's didn't change Perhaps it's your psychological effect?
·
Tuesday, 25 February 2014 23:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there, thought I would add to this forum post as it mentions fonts in this version. I found there is a line in the themes/default/styles.css at line 171 which has a comment saying something about a quick fix for some reason.
I had to take this line out, as the quick fix was royally messing up my fonts and causing the spacing of the blogs to look really nasty. Given the comment against the css, I suspect that the line shouldn't really be there in the default styles.css line. It seemed to be in several of the themes, the current theme I am using is Vintage.
Anyway, I have sorted it out for now for me but would prefer the problem not to return in a future upgrade if possible.
Hope this helps.
·
Thursday, 27 February 2014 23:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Lorraine,

Can I know what happens when that styling is active?
·
Thursday, 27 February 2014 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark
Yes that wasn't very helpful of me was it? Basically the fonts were fuzzy & thick, and the lines very close together. The fuzzy part I think is an optical illusion, but I was sitting with the client updating the site and we both noticed that the blog had become uncomfortable to read. I've taken the line out of the css now, but if you want me to put it back in I can probably do that? I can't remember it though, you would have to send it to me. Sorry!!
·
Friday, 28 February 2014 00:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, this is the styling that is at line 171


#ezblog-body .blog-text p,
#ezblog-body .blog-text li {line-height: 1.1em}
·
Friday, 28 February 2014 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I also have problems with this style change.

On my 'Vintage' theme this has obviously decreased the space between lines but I hve also noticed that the font size has decreased. The blogs were thus difficult to read.

Looking at my site it used to have a font size of 14pt and a line height of 1.7em. Since the upgrade the font size appears to be 12pt with a line height of 1.1em. I can understand the line height change but have not tracked down where the font size has changed.

I have modified my site by changing line 171 to change the line height and specify a font size and at least now the posts are easier to read, but like the previous poster I would prefer not to have to modify the style on a component upgrade.
·
Friday, 28 February 2014 20:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

i got the tip to insert this code in a custom.css

#ezblog-body .blog-text p, #ezblog-body .blog-text li
{
line-height: 1.5 !important;
}

Regards
Rainer
·
Friday, 28 February 2014 21:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Geoff Chapman wrote:

I also have problems with this style change.

On my 'Vintage' theme this has obviously decreased the space between lines but I hve also noticed that the font size has decreased. The blogs were thus difficult to read.

Looking at my site it used to have a font size of 14pt and a line height of 1.7em. Since the upgrade the font size appears to be 12pt with a line height of 1.1em. I can understand the line height change but have not tracked down where the font size has changed.

I have modified my site by changing line 171 to change the line height and specify a font size and at least now the posts are easier to read, but like the previous poster I would prefer not to have to modify the style on a component upgrade.

Can you please start a new thread (and remove these hacks) so that I can view the original problem and fix it accordingly? Thanks!
·
Saturday, 01 March 2014 01:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Like others I also have had problems with my fonts line-height being reduced to 1.1 em after upgrading to current version 3.9.15278 on both my sites. On one site reduced from 1.3em to 1.1em on most paragraphs. On the other reduced for 1.7em to 1.1em - again on most paragraphs. Appeared that most current blog first paragraph was unaffected, but subsequent paragraphs, and older posts were all affected.

Had tried the manual installation of 3.9.15278 - but that did not fix the problem.

Reverted both sites by manual install of 3.9.15245 and now sites are appearing correct again.

Tom
·
Monday, 03 March 2014 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom Kuehn,

Sorry for late reply to this,
Thanks for reporting on this, about this issues we will added the proper fixes in next release version of Easyblog. Sorry for make inconvenience to you.
·
Monday, 03 March 2014 15:09
·
0 Likes
·
0 Votes
·
0 Comments
·
I had the same problem, see:

http://palazzo.pro.br/Joomla/index.php?option=com_easyblog&view=entry&id=645&Itemid=814&lang=pt-BR

Is it possible to edit the CSS file? I tyied but apparently it don't works...
·
Sunday, 16 March 2014 04:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jose,

I am really sorry for the delay of this reply as it is a weekend for us here.
You can remove this line from your file
JoomlaFolder\components\com_easyblog\themes\default\css\styles.css
LINE 171 until 172

#ezblog-body .blog-text p,
#ezblog-body .blog-text li {line-height: 1.1em} /* Quick fixed for http://screencast.com/t/Q35uPsxh*/
·
Sunday, 16 March 2014 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post