• Resolved noond

    (@noond)


    Content of tabs is not shown, in edit mode it is active and in inspect element it shows content. Also pages that have Accordion Items they don’t expande.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same problem as you ??

    Edit: sorry, my issue was unrelated

    • This reply was modified 6 years, 11 months ago by philrp.
    Thread Starter noond

    (@noond)

    Problem solved. Issue was with the jquery, just replaced .live to .on

    Hi, I also have this issue, can you explain exactly what change you made where to fix it?
    Often I create an accordion. Then when I go back to edit it some of the accordions will not open and can’t be edited. Thanks in advance.

    Thread Starter noond

    (@noond)

    When I looked in inspect element/console there was an error “jQuery(…).live is not a function at HTMLDocument.” main_backend.js:1766
    So in that file I replaced on line 1766 and it was on 1866 line, .live with .on
    It is because jQuery .live() has been removed in version 1.9 onwards.

    Thanks @noond

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tabs and Accordion Items issue’ is closed to new replies.