+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Detail listing page - disable hide

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    Detail listing page - disable hide

    How can i disable the collapse button at the right corner completely at the detail page?

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    Unfortunatly we don't see this button in your site. Could you please provide it on the screen.

  3. #3
    Hello Desmond Lim,

    If you mean the right button for each group of fields that it should be done in code. Let me know if I correctly understand and I will send you code for it.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Quote Originally Posted by Viktor View Post
    Hello Desmond Lim,

    If you mean the right button for each group of fields that it should be done in code. Let me know if I correctly understand and I will send you code for it.
    Hi Viktor

    You are right.

    Yes i am referring to the right button "td.arrow" on the detail listing page.

    The reason why it cannot be seen on my site is because I have edited the gallery.png to "remove" it but some user still accidentally click on it.

    Please kindly advise where is the code for this so i can comment it.

    Thank you

  5. #5
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You can try fix it the following way:

    - open file templates/your_template/css/style.css
    - find this code (line ~1862):

    Code:
    Only registered members can view the code.
    and change it to:

    Code:
    Only registered members can view the code.
    Last edited by Vladimir; August 14, 2012 at 09:27 AM.

  6. #6
    Hello Desmond Lim,

    You should change a little bit more.

    Please open: ftp://templates>>your_template>>tpl>>blocks>>fieldset_he ader.tpl

    find and remove this code:
    Code:
    Only registered members can view the code.
    also go to: ftp://templates>>your_template>>js>>lib.js
    find and remove or comment this code:

    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Hi all
    Thanks for the information, it works great!
    Last edited by rosegarden; August 16, 2012 at 02:19 PM.

  8. #8
    Need a bit more information. Would you please rephrase what do you want to do.
    Viktor,
    Flynax technical department,
    Best wishes.

  9. #9
    Hi Viktor!

    How to make block contents like this(see picture) default closed, to be opened only by click?
    And how to make faster open/close speed?

    2019-09-01_154544.jpg

    Thanks!
    Last edited by Logmanov; September 1, 2019 at 12:09 PM.

  10. #10
    Go to Admin Panel >> Field Groups. Find the column: Expansion by default.

    You can change speed in code only. Opne file: ftp://templates>>your_template>>js>>lib.js

    find code:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    Then find code:
    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.

+ Reply to Thread