By simone on Monday, 19 November 2018
Posted in General
Replies 5
Likes 0
Views 514
Votes 0
Hi to all.. I'm new.
I installed the blog module in my web site https://sospersonalcomputer.it/blog.html

I have three questions:
1 - Is it possible to enlarge the blog page?
and also the sidebar on the right? (Random Post Module)

2 - Is it possible to have a line spacing like in your demo?

3 - The post date appears under the user name and category. Why?

Thank you
Simone
Hey there,

1 - Is it possible to enlarge the blog page?
and also the sidebar on the right? (Random Post Module)


It seems that the width of the blog page and the sidebar on the right (Random Post Module) has been hardcoded by your template as shown in the screenshots.

Can you consult with your Template Provider regarding this?

2 - Is it possible to have a line spacing like in your demo?


You can add the following CSS code into Backend > EasyBlog > Themes > Custom CSS and see how it goes:


body #eb {
line-height: 1.8;
}

Do clear all of your caches before you see the changes.


3 - The post date appears under the user name and category. Why?


I noticed that there is a custom CSS that caused it like this. May I know did you add the custom CSS code into Backend > EasyBlog > Themes > Custom CSS as shown in the 3rd screenshot?

If yes, you can remove it and clear all of your caches before you see the changes.

If no, can you consult with your Template Provider regarding this too?

Also, can you include your site's access and FTP's access once at http://stackideas.com/dashboard/site so that we can have a better check for you in the future?
·
Monday, 19 November 2018 12:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for replay..
I follow yuor instructions, thanks.

https://sospersonalcomputer.it/blog.html

I have some new questions?
1 - I activated the showcase module but it looks very large. Why?
2 - Can I set this module after the sidebar like the demo?
3 - Where can I set the numers of minutes anche the numbers of the words?
LIke this.. >> 2 minutes reading time (473 words)
4 - Can I increase the dimension of the title of the articles when I click to read the whole article?

Thank you
Simone
·
Tuesday, 20 November 2018 05:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a public holiday for us here.

I have some new questions?
1 - I activated the showcase module but it looks very large. Why?

It seems like that is your current template styling issue, for now can you try apply this following custom css under Backend > EasyBlog > Themes > Custom CSS and see how it goes.

body #eb.mod-easyblogshowcase {
height: 50%;
}


2 - Can I set this module after the sidebar like the demo?

You mean our demo site http://easyblog.stackideas.com/?
If yes, actually that is not the showcase module, if some of the blog post set it as featured, it will appear on that position automatically.

3 - Where can I set the numers of minutes anche the numbers of the words?
LIke this.. >> 2 minutes reading time (473 words)

You can turn on this setting from your site backend > Easyblog > setting > views > entry > Show Reading Time

4 - Can I increase the dimension of the title of the articles when I click to read the whole article?

Can you try apply this following custom css under Backend > EasyBlog > Themes > Custom CSS and see how it goes.

body #eb.eb-view-entry .eb-entry-title {
font-size: 20px !important;
}


By the way, it would be best if you can start a new ticket on our forum if those question is different topics, so you can get the faster response since we have multiple moderator working on support.
·
Tuesday, 20 November 2018 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post