List Article Of A Catagory + Category List - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

List Article Of A Catagory + Category List

SI

Simmetria Institute

SP Page Builder 1 month ago

Hi! I need to make a way to display the "article categories" present in my JOOMLA (this is simple with standard joomla feature), but in such a way that when you enter a specific category, and all the articles of that category are shown - there remains the possibility "In the head" or somewhere else to be able to then move with a link to another article category. The standar "list category content" as a list do not have the categories list for move into the different categories. When you enter into a specific category if you want to go into another you have to come back and chose another one. (I hope to have explained my needs)

0
12 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204128

Hi there,

Thank you for reaching out, and I apologize for any inconvenience caused by this oversight. Create an category module and publish the module on the right side. Assign your module on this menu.

https://prnt.sc/F9A4C3ryvrFD

https://prnt.sc/-jw8P2GoLuQ6

Best regards,

Toufiqur Rahman (Team Lead, Support)

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204177

I created a new "left" module (the right one do not work) But I do not have the "blog" option you show me. So I have assigned to a specific page that is this menu item: https://prnt.sc/NpKau1XWh4oe

But as you can see, when you enter into the category items. the left modulo do not appear anymore: https://prnt.sc/f4LPhCGzp7p4 It is show only in the main page...

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204178

Maybe I solved as you can see in the URL provided. How can I change the apparence of the Left menù? I mean backgroud, font style and so on... I want that the categories name is in bold (for example) and the table background is different from main content area. THX

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204229

Could you kindly grant me access to your Joomla administrator area so that I can investigate the issue you're experiencing? Prior to providing access, please ensure that you have backed up your site. Additionally, it's important to note that providing login credentials is entirely voluntary on your part; we respect your decision either way. However, if you do choose to share the login details, it would greatly expedite the resolution process. Thank you for your cooperation.

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204247

Hi! I have reached a QUITE GOOD result. Now I wan to customize the Style of the category tables (on le left) and the Table where the article are show. See this URL : [1] for my latest results

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204254

I have added this css code into the custom.css file. Please check now.

#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    display: block;
    border-bottom: 1px solid #f3f3f3;
    background: #adbbae;
}

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
    display: block;
    padding: 5px 0;
    line-height: 36px;
    padding: 2px 0;
    padding-left: 15px;
}

ul.mod-articlescategories.categories-module.mod-list li a:hover {
    background: #324240;
    color: #fff;
}

ul.mod-articlescategories.categories-module.mod-list li.active a {
    background: #324240;
    color: #fff !important;
}

-Thanks

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204332

Hi! can you show me the fil epath you modified, please ? In addiction how can I modify this css if I do not want to show the table border (as is showed now)? Bot from catagory table than the article list table. THX

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204363

Here is the css path.

templates/shaper_helixultimate/css/custom.css

Which border exactly do wanna change? Please share a screenshot.

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204365

The white border on both table ! https://prnt.sc/Wk5jxx6b86X6 THX a lot!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204380

Done

0
SI
Simmetria Institute
Accepted Answer
1 month ago #204382

THX a lot. Can you detail your changes ? Just to repeat on the "live" site. THX a lot again!

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 1 month ago #204399

I have added CSS code inside the custom.css file.

0