By Jaymz Yates on Tuesday, 20 May 2014
Posted in Technical Issues
Replies 12
Likes 0
Views 1K
Votes 0
I have the activity stream module installed and associated to different menu items. For some reason, different menu items are calling different css files, either compressed/minified or not. I've cleared cache from every module and rebuilt recompiled the easy social css files. Still am seeing the following behaviour.

minified file
http://screencast.com/t/lwffXAa5QJ

non-minified
http://screencast.com/t/mqHi10ic3oi

i'm stumped.

URL is http://www.texasoutdoorexchange.com
Hello Jaymz,

It seems like the more.min.css isn't loading on your other menu's for some reason. Are you on the latest version of EasySocial? Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Tuesday, 20 May 2014 04:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes. I just upgraded today to make sure that wasn't the issue. FTP access provided
·
Tuesday, 20 May 2014 04:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jaymz,

I can't seem to connect to the FTP server of your site Can you please advise?
·
Tuesday, 20 May 2014 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I'm not sure why other than you may be trying straight ftp. Change your protocol to sftp or scp. I've included the site details again.
·
Tuesday, 20 May 2014 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jaymz,

Can you provide backend administrator access too?
·
Tuesday, 20 May 2014 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure - See Site Details
·
Tuesday, 20 May 2014 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jaymz,

I am sorry for the delay of this reply.

I've fixed the issue on your site and the fix will be added into next release of EasySocial as well. For the quick fix, edit the file 'JOOMLA/modules/mod_easysocial_stream/mod_easysocial_stream.php' and add below code at line after 41.

$modules->loadComponentStylesheets();


So your code should look like below:

http://screencast.com/t/RotwcdQYFTbQ

Hope this help and have a nice day
Sam
·
Tuesday, 20 May 2014 14:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much. However, now I am having a problem with overrides. I am adding overrides to selectors that aren't overriding. For example, on the login module..

http://screencast.com/t/WGuC7xbJnB

in my css override file is:

http://screencast.com/t/sXpBhOTVG

It's like the minification process is ignoring the override file?
·
Tuesday, 20 May 2014 23:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jaymz,

Can you please provide us with the link to the page? I don't think there's any problem with your overrides, probably your selectors are not specific enough to override.
·
Tuesday, 20 May 2014 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
ignore, i found the issue
·
Wednesday, 21 May 2014 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Jaymz What was causing it?
·
Wednesday, 21 May 2014 03:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post