Jump to content

markus-th

Members
  • Posts

    67
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by markus-th

  1. Hello all, when I try to rename an image in the backend, I get the following error in the console: JqueryCore.js?v=1577948776:2 Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method 'disable' at Function.error (JqueryCore.js?v=1577948776:2) at HTMLUListElement.<anonymous> (JqueryUI.js?v=1577948776:6) at Function.each (JqueryCore.js?v=1577948776:2) at init.each (JqueryCore.js?v=1577948776:2) at init.e.fn.<computed> [as sortable] (JqueryUI.js?v=1577948776:6) at HTMLHeadingElement.<anonymous> (InputfieldImage.min.js?v=123-1577948776:1) at HTMLDocument.dispatch (JqueryCore.js?v=1577948776:2) at HTMLDocument.u (JqueryCore.js?v=1577948776:2) at HTMLDocument.c (rocket-loader.min.js:formatted:468) However, only with version 3.0.165 on another installation with 3.0.148 it works without problems. Can someone maybe help me with this?
  2. Hi, when i use nested repeater in PW 3 it will only output the first entry from the second repeater. Code: <?php foreach ($page->first_rep as $c): ?> <?php echo $c->fields; ?> <?php foreach ($c->second_rep as $p): ?> <?php echo $p->fields; ?> <?php endforeach; ?> <?php endforeach; ?> Can anybody help me?
×
×
  • Create New...