By simone on Tuesday, 20 November 2018
Posted in General
Replies 10
Likes 0
Views 567
Votes 0
Hi to all..

https://sospersonalcomputer.it/blog.html

I have a question

1 - How can I create the showcase of the items as shown in your demo?
http://easyblog.stackideas.com/

2 - When I click in the categories button in the sidebar, I don't find anything, while in your demo appears the logo of the categories. Wny?

Thanks
Simone
Hey there,

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

1 - How can I create the showcase of the items as shown in your demo?
http://easyblog.stackideas.com/

I remember I did replied you this question from your previous ticket, by the way, you can try my following instruction and see if this can help much you here :

1. Ensure that you have enabled these setting from backend http://take.ms/lt9E5
2. Make a blog post to featured http://take.ms/IZMi9
3. Result : http://take.ms/mlt6p

If still doesn't show this showcase on the blog listing page, can you update your site backend login details at http://stackideas.com/dashboard/site so we can better have a check?

2 - When I click in the categories button in the sidebar, I don't find anything, while in your demo appears the logo of the categories. Wny?

Do you mean when you click on this category link from your site blog listing page http://take.ms/P89Ii , it doesn't show anything?
Or you want to display this blog category module on your site? http://take.ms/BDA6K
·
Tuesday, 20 November 2018 20:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for reply.
Problem 1 it's ok..

About the categories.. look the attach
If I click "categories" in your blog I see the 5 categories, in my site doesn't appear anythings
·
Tuesday, 20 November 2018 21:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, that was strange, is it possible for you provide us with your site backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Tuesday, 20 November 2018 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but I can not give you the credentials, it's not my site.

I have another easy question for you..

1 - The height of the box of the post that are in evidence it's not the same.. look the attach.. (blog3.jpg)
There is a small step between one post and another

2 - The data are in two lines.. I don't know how to solve (blog4.jpg)

Many thanks
Simone
·
Wednesday, 21 November 2018 07:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry but I can not give you the credentials, it's not my site.

Hm, if that is the case, that is very difficult for us to know what the issue caused this. Perhaps you can discuss with your site owner and see whether that is possible to clone this live site to another testing site, so we can investigate from there?

I have another easy question for you..

1 - The height of the box of the post that are in evidence it's not the same.. look the attach.. (blog3.jpg)
There is a small step between one post and another

The reason why we don't put it as 100% width is because different browser has their own different standard, If we put it as 100% width for the 2 columns display part, some of the browser unable to handle it very well, so the second column unable to fit it, then it will display all the post at the left column.

By the way, if you want to show 100%, then you can try download my attached file and replace into your current template override file location JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/blogs/latest/default.main.php , you have to manually create those new folder.

2 - The data are in two lines.. I don't know how to solve (blog4.jpg)

It seems like this issue also conflict with your current template styling.

Can you try apply this following css into your site backend > Easyblog > theme > custom css , it should work fine now.

body #eb time {
width: inherit !important;
}
·
Wednesday, 21 November 2018 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank for reply..
I don't have the time to create a copy of my website.. I will ask to the boss.

I have always new easy question for you

1 - It is possible to increase or decrease the time of the scroll of the articles in evidence ?
2 - In the mobile version.. I look two lines after the title of the articles (categories and in evidence) (blog5.jpg)

1000 Thank you
·
Wednesday, 21 November 2018 14:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Do you mean that is possible to increase or decrease the reading time in the blog entry? If yes, it is impossible to do that at this point of time currently. The reading time is to show the estimation of reading time for the blog post.


2 - In the mobile version.. I look two lines after the title of the articles (categories and in evidence) (blog5.jpg)


You can add the following CSS code into Backend > EasyBlog > Themes > Custom CSS for quick fix:


body #eb.is-mobile .eb-post-featured {
display: inline-block;
}


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

I will log this into our issue tracker.
·
Wednesday, 21 November 2018 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks..
No, I refer to the time in sec to change the preview for the posts in evidence .. at the top of the site (blog6.jpg).
I think now the time is set to 10 sec.
Is it possibile to change this value?

Simone
·
Wednesday, 21 November 2018 19:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

In order to do that, you can edit at 'Auto Sliding Interval (Seconds)' which is at Backend > EasyBlog > Settings > Views > Frontpage Listing > Featured.
·
Thursday, 22 November 2018 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post