+ Reply to Thread
Results 1 to 3 of 3

Thread: bar categories page

  1. #1

    bar categories page

    I would like to know why I present this discrepancy when browsing? I would like to see the bar on all the pages, how do I configure it?
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,160
    Hello David,

    In fact, the scroll bar is added when there are more than 25 items, otherwise they are hidden,

    if you always need a scroll bar with items number of more than 10
    you should to ftp > templates > your template > js > lib.js > find this.categoryTree

    then find and replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

    then go to directory css > style.css

    find and change:
    Code:
    Only registered members can view the code.
    to:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; March 15, 2018 at 02:23 AM.

  3. #3
    Rudi, Excellent. many thaks!!!

+ Reply to Thread