+ Reply to Thread
Results 1 to 8 of 8

Thread: Sidebar mobil positon settings ?

  1. #1

    Sidebar mobil positon settings ?

    where can i find the settings to position the sidebar on mobilephones

    or wich code i have to look on

    would be great if someone could point me in the right direction

  2. #2
    block_manager.tpl in your template and style.css I think

  3. #3
    Hello Mustafa,

    Js moving all boxes from sidebar to bottom on mobile. That's why sidebar doesn't exist on mobile view.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    could you point me in the right direction to put them on top ?

  5. #5
    Hello Mustafa,

    Open file: ftp://templates>your_template>>js>>lib.js
    find metod: this.sidebar

    find line:

    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Hello Viktor,

    How to change just Location filter from block class= "second-copy" to class= "first-copy" ?

    Thanks!
    Last edited by Logmanov; May 13, 2020 at 10:27 PM.

  7. #7
    Open file: ftp://templates>>your_template>>tpl>>blocks>>blocks_mana ger.tpl

    find the line:
    Code:
    Only registered members can view the code.
    add a new one below:
    Code:
    Only registered members can view the code.
    instead of 'your_location_block_key' you should add real block key. You can find it in Admin Panel >> Content Boxes find your box and click edit.
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #8
    Thank you very much Viktor, I'll try it!

+ Reply to Thread