I have multiple pdopage calls on one page. Unfortunately the function “ajax load by button” does not work. If I have loaded everything in one call, then the rest of the “load more buttons” are also disabled.
In the HTML markup of your page, do all the more-buttons have the same class?
There should be a <script> tag in the markup with a call to pdoPage.initialize({...}). What are the values of “more” and “moreTpl”?
Maybe you have to expand the JS code to make it work with multiple pdopage calls.
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.