-
AuthorPosts
-
thkellmann Friend
thkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
August 25, 2014 at 3:08 pm #200776Hello everybody,
i use J 3.3.3, Medical in Version 1.1.1 and T3 in Version 2.3.1.
In my site structure I need a sub-category in the sidebar.
I fear the template does not support sub-category in the sidebar (red arrow in graphic), highlighting the current position of the visitor on the website and delete or change the sidebar categorie Icon (blue arrow in graphic).I hope the graphics facilitates the communication.
A similar request had been following post:
http://www.joomlart.com/forums/topic/sidebar-menu-does-not-collapse/I am not a developer and can not be realized without your support this extension. About help I would be very happy.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 26, 2014 at 6:48 am #547258Hi,
1. First, you will have to navigate to Admin >>> Module Manager >>> choose this module >>> in option Show Subcategories >>> choose Yes.
2. Open file root_folder/templates/ja_medicare/html/mod_articles_categories/default_items.php and remove this line :
<i class="fa fa-file-text-o"></i>
3. Open file root_folder/templates/ja_medicare/css/custom.css (if you don’t have this file, just create a new one) then add this code :
.categories-module li:first-child,
ul.categories-module li:first-child {
border-top: 1px solid #e7e7e7;
}
.categories-module li ul
ul.categories-module li ul {
padding-left: 0;
}
.categories-module li ul li
ul.categories-module li ul li {
padding-left: 25px;
}Save your file and check the result.
1 user says Thank You to Adam M for this useful post
thkellmann Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
August 26, 2014 at 1:47 pm #547307Hello Adam, very thanks for your Support. Your first and second tips works great.
In your third tip the lines have no effect.
.categories-module li ul
ul.categories-module li ul {
padding-left: 0;
}
.categories-module li ul li
ul.categories-module li ul li {
padding-left: 25px;
}I would like to .
categories-module li ul li
adjust, the distance is a little too big.The default styles for h4 and h5 do looking for my solution not good.
I have already tried to adapt. Unfortunately my settings do not work all. e.g. the color is not accepted but font-weight works fine.
h5
{
color: #727272
font-weight: 300;
}
I write this code also in the custom.css file.
I would like to add additional changes:
– Prevent mouseover Underline
– Change text color in # 727272
– mouseover text color change in # FFA500
– implement of .active color for sidebar navigation (I hope this is possible)
– Currently, all subcategories of sidebar navigation are continuously visible. How is it possible to move the subcategorie, if the main category is active?I hope you will forgive the whole inquiry. I work the first time with joomla and css.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 27, 2014 at 3:49 am #547380Hi,
Please update as below (my bad, there should be a colon at the end of each line) :
.categories-module li ul,
ul.categories-module li ul {
padding-left: 0;
}
.categories-module li ul li,
ul.categories-module li ul li {
padding-left: 25px;
}Save your change and recheck the result first, then let me know if you want to adjust any element after that.
1 user says Thank You to Adam M for this useful post
thkellmann Friendthkellmann
- Join date:
- March 2014
- Posts:
- 75
- Downloads:
- 38
- Uploads:
- 32
- Thanks:
- 66
- Thanked:
- 3 times in 1 posts
August 27, 2014 at 11:45 am #547426<em>@Adam M 443068 wrote:</em><blockquote>Hi,
Please update as below (my bad, there should be a colon at the end of each line) :
.categories-module li ul,
ul.categories-module li ul {
padding-left: 0;
}
.categories-module li ul li,
ul.categories-module li ul li {
padding-left: 25px;
}Save your change and recheck the result first, then let me know if you want to adjust any element after that.</blockquote>
Hello Adam, this Code works fine. Thanks.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by thkellmann 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Sidebar Menu does not open subcategories
Viewing 5 posts - 1 through 5 (of 5 total)