+ Reply to Thread
Results 1 to 5 of 5

Thread: Category sidebar issue

  1. #1

    Category sidebar issue

    I am having a problem with categories sidebar. The cat-toggle is missing in mobile at 992px and below, I was trying to fix the media queries and hit a brick wall. I restored it and didn't realize it was not working from the backup either.

    Brian
    Thank you - Your Welcome
    Brian

  2. #2
    I think the problem was in 'div' classes which you are changing sometimes.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Quote Originally Posted by Viktor View Post
    I think the problem was in 'div' classes which you are changing sometimes.
    It doesn't appear only at 992 and below here is a screen shot to show you:



    I am not sure what div class you are referring to in your reply to fix that part in the screen shot with the arrow. Again, it's only a problem (doesn't show) at 992px wide or smaller.
    Attached Images Attached Images
    Thank you - Your Welcome
    Brian

  4. #4
    Quote Originally Posted by Viktor View Post
    I think the problem was in 'div' classes which you are changing sometimes.
    I still did not fix this, but what I have gathered from a search through the templates is that in tpl/blocks/categories.tpl there is:

    Code:
    Only registered members can view the code.
    but that looks like it is the same as the original general_modern template, and that was all I can find relating to cat-toggle.

    Brian
    Thank you - Your Welcome
    Brian

  5. #5
    I found it,:

    style.css line: 7538
    section.categories-box div.cat-toggle { display: none }

    changed to display: block
    Thank you - Your Welcome
    Brian

+ Reply to Thread