By Steve Mayes on Friday, 09 March 2018
Posted in General Issues
Likes 0
Views 1.1K
Votes 0
Hi,
Is this the normal way subcategories look like? I think they don't look normal. The first 2 rows we have 2 lines then 1...


Check the screenshot
Hey Steve,

I don't seem to see any screen shots. Can you please upload the screen shot and also the link to the page?
·
Friday, 09 March 2018 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I attach the screenshot into the hidden area. Did you not see it?
·
Friday, 09 March 2018 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
I put the link on the page on the hidden area too
·
Friday, 09 March 2018 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Steve,

Ah, I see it now. Hm, that is actually the correct behavior and the main reason that it shows 1 item per row is because some of your categories has a longer title. I personally would suggest hiding the subcategories on the main forums page and only display them when they click on the main category just like our forums.
·
Saturday, 10 March 2018 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
How to do that? And one more questions:
Is it possible when you navigate to Category from the Toolbar they start Hiden and then you click the Arrow to show them? Right not by default they are open

https://prnt.sc/ioyif6
·
Saturday, 10 March 2018 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Or can i have the subcategories to looks like that on the Forum page? I really like it this way

https://mile2.com/academy/categories/2-c-isso.html
·
Saturday, 10 March 2018 04:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You can see there is a bug in the layout:

https://mile2.com/academy/categories/2-c-isso.html

https://mile2.com/academy.html

You see where is Posted By and Last Reply...The correct layout is in the first link and i want to be the same like in the forum view

Thanks
·
Saturday, 10 March 2018 04:09
·
0 Likes
·
0 Votes
·
0 Comments
·
How to do that?

It seems like currently do not have a setting to disable this, but you can apply this following custom css into your current template css file location, so it will hide that subcategory section.

JoomlaFolder/templates/rt_anacron/html/com_easydiscuss/css/custom.css" (you have to manually create those new folder and file)

body #ed.view-forums .o-flag .o-grid.t-lg-mt--md {
display: none;
}



And one more questions:
Is it possible when you navigate to Category from the Toolbar they start Hiden and then you click the Arrow to show them? Right not by default they are open

https://prnt.sc/ioyif6

Unfortunately currently we do not have setting to switch over this behaviour.

You can see there is a bug in the layout:

https://mile2.com/academy/categories/2-c-isso.html

https://mile2.com/academy.html

You see where is Posted By and Last Reply...The correct layout is in the first link and i want to be the same like in the forum view

Thanks for reported, i will lock this issue into our issue tracker.

By the way, you can apply this following custom css into JoomlaFolder/templates/rt_anacron/html/com_easydiscuss/css/custom.css" to fix this.


body #ed.view-forums .ed-forum__hd .o-col-sm.ed-forum-item__col-avatar {
vertical-align : bottom;
}
·
Saturday, 10 March 2018 13:44
·
0 Likes
·
0 Votes
·
0 Comments
·
By the way, you can apply this following custom css into JoomlaFolder/templates/rt_anacron/html/com_easydiscuss/css/custom.css" to fix this.



body #ed.view-forums .ed-forum__hd .o-col-sm.ed-forum-item__col-avatar {
vertical-align : bottom;
}



Thank you but still doesn't look like this:

https://mile2.com/academy/categories/2-c-isso.html
·
Saturday, 10 March 2018 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
I want this layout (the subcategories)

https://mile2.com/academy.html

To look like this

https://mile2.com/academy/categories/2-c-isso.html

Is this possible?
·
Sunday, 11 March 2018 08:23
·
0 Likes
·
0 Votes
·
0 Comments
·
I want this layout (the subcategories)

https://mile2.com/academy.html

To look like this

https://mile2.com/academy/categories/2-c-isso.html

Is this possible?


Unfortunately that was not possible to achieve this, because this is 2 different view.

https://mile2.com/academy.html (Forum frontpage layout)
https://mile2.com/academy/categories/2-c-isso.html (Single category layout)

But if you click on one of the category from this forum frontpage (https://mile2.com/academy.html) , it will go to this forum single category page e.g https://mile2.com/academy/2-c-isso.html , so this layout will look similar like this single category page (https://mile2.com/academy/categories/2-c-isso.html).

And my custom css code is fix for this :
Before -> http://take.ms/1ggrD
After -> http://take.ms/4jRLot
·
Monday, 12 March 2018 12:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you give me custom css to look similar to this?
https://prnt.sc/iq2w0w

i make some changes here:


#ed .o-grid__cell--auto-size {
/* flex: none; */
}
#ed .o-grid__cell {
/* flex: 1; */

but i can't find this in the css

I just want to make the sub category inside forum view more compact. That's all
·
Monday, 12 March 2018 20:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately that was not possible to use CSS to make it similar like single category layout, it needed change some HTML structure on the forum page.

Try download my attached file and override into this following new file location and see how it goes.

JoomlaFolder/templates/rt_anacron/html/com_easydiscuss/forums/default.php

Note : you have to create those new folder and the file.
·
Monday, 12 March 2018 23:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you It looks awesome now
·
Tuesday, 13 March 2018 01:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 13 March 2018 10:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post