By Jibon Chowdhury on Sunday, 28 September 2014
Posted in General Issues
Replies 12
Likes 0
Views 549
Votes 0
As the snapshot give you a look, you will understand, whats the wrong. I am testing before start my site. My deadline are coming to the end.... But before that, need help. Why this happen? I test 2 times, to oversure why happening. When I tried to change fonts size from this post, I got attack by this. M code was
@import "/components/com_easysocial/themes/wireframe/styles/base.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/style.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/more.min.css";

body div#fd.es .es-stream-content{
font-size:16px;
}


It is changed the font size, but occurred the problem. Hope, any one help or suggest me how to overcome this situation. I need many code to change many things. But if I attack by error, how should I go forward? Is not this open source? Why so much binding? Or I need another Joomla theme? Is it Wonderes theme problem? I am so much tired. Please, help.
Hello Jibon,

I believe your issues has been resolved as per our conversation on Skype
·
Tuesday, 30 September 2014 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I again fresh install, this time I just put
body div#fd.es .es-stream-content{font-size:16px;}

myjoomladirectory//templates/wanderers/html/com_easysocial/styles/style.css

Here, there was no style.css file, I create it. Then put that code. This time, no code like
@import anything code


But, everytime changed it my whole site a bullshit. I am hopeless. Any chance?
·
Sunday, 28 September 2014 22:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jibon,

I am really sorry for the delay of this reply as it is a weekend for us here. I am sorry but I am not really sure if I understand your issue here. May I know what are you trying to achieve here? Are you trying to add some custom css codes?
·
Sunday, 28 September 2014 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
more.min.css

Take the semi-colon out
body div#fd.es .es-stream-content{font-size:16px}


But shouldn't it look like this?

div#fd.es .es-stream-content{font-size:16px;padding:0 10px;margin:10px 0;word-wrap:break-word;color:rgba(0,0,0,0.8)}
·
Monday, 29 September 2014 00:10
·
0 Likes
·
0 Votes
·
0 Comments
·
This is alright after deleted style.css, but when I create more.min.css and put those or the whole more.min.css file, nothing changed, what should I do? It's now make my headache. :'(

** Hi Josh, after this post, I got your reply, and I tried your method, and nothing changed. I want the font size as 16, isn't possible?

*** I tried: myjoomladirectory//templates/wanderers/html/com_easysocial/styles/more.min.css
and
body div#fd.es .es-stream-content{font-size:16px}

and
div#fd.es .es-stream-content{font-size:16px;padding:0 10px;margin:10px 0;word-wrap:break-word;color:rgba(0,0,0,0.8)}

and
@import "/components/com_easysocial/themes/wireframe/styles/base.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/style.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/more.min.css";

body div#fd.es .es-stream-content{
font-size:16px
}

and also
@import "/components/com_easysocial/themes/wireframe/styles/base.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/style.min.css";
@import "/components/com_easysocial/themes/wireframe/styles/more.min.css";

body div#fd.es .es-stream-content{
font-size:16px;
}

and also

@import "/components/com_easysocial/themes/wireframe/styles/more.min.css";

div#fd.es .es-stream-content{font-size:16px;padding:0 10px;margin:10px 0;word-wrap:break-word;color:rgba(0,0,0,0.8)}


Finally I got just cow's egg, nothhing else...
·
Monday, 29 September 2014 01:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Fresh Install ---> Then locate this in - more.min.css

body div#fd.es .es-story.is-collapsed .es-story-textfield{font-size:14px;line-height:16px;top:18px}


And replace with this

body div#fd.es .es-story.is-collapsed .es-story-textfield{font-size:16px;line-height:16px;top:18px}


Note: EasySocial has many many different font sizes. If you do not know how to locate the font sizes for a particular font, I suggest that you not try and change them until you learn how to locate them
·
Monday, 29 September 2014 03:13
·
0 Likes
·
0 Votes
·
0 Comments
·
how to increase contents font size?
·
Monday, 29 September 2014 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jibon,

Can you please be a little more specific of which contents are you referring to here? Also, kindly please include the link to your site as well
·
Tuesday, 30 September 2014 00:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I am now using it in trial, the link is this. I am in so many trouble. Can't register. Register option have, but when I click, Its nothing happened. And the posting post, font size too small. And there is no "see more" dialogue, so the whole post is displaying. Can't add any script. I can't find how to add my custom script! Is not it open source? Or it is microsft's clone company?
·
Tuesday, 30 September 2014 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jibon,

I am sorry for the late reply.
It seems like you didn't activate our access yet. Username and password do not match or you do not have an account yet. Can you provide us with backend access and FTP access as well so that we can understand the issue much better. We need this access in order for us to debug and assist you fixing the issue.

Please be advise.
Thanks.
·
Tuesday, 30 September 2014 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
This problem is solved. Thanks Mark, a lot.

I need a .css file in Templates/MyJoomlaTemplate/css/custom.css
body .es-stream-content {
font-size: 16px !important;
}
·
Wednesday, 01 October 2014 04:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Jibon Glad that your issues are resolved now.
·
Wednesday, 01 October 2014 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post