Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • thkellmann Friend
    #200776

    Hello 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.


    1. subcategory
    Adam M Moderator
    #547258

    Hi,

    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.

    thkellmann Friend
    #547307

    Hello 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 Moderator
    #547380

    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.

    thkellmann Friend
    #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.

Viewing 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