Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    We added a piece of code to avoid a scenario where the page would display itself as part of the grid and go into an infinite loop (since the current page being displayed may become part of loop). Pls have a look at the line number 49-52 in <plugin folder>/includes/widgets/lsow-portfolio-widget/tpl/default.php file.

    if (get_post_type() === 'page')
                        continue; // skip pages since they can run into infinite loop when users choose All option in build query

    We will make a change in the update to check for the current page and skip the same instead of skipping all pages. Until then, you can just remove this check (remove the code above) ensuring you exclude the current page in the posts query. You won’t need this change in the next update when we patch the code to take care of this situation.

    Plugin Author livemesh

    (@livemesh)

    We just released an update which handles this situation by excluding only the current displaying page from the grid. Pls update the plugin to get the fix. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Live Mesh Grid Not Working With Pages’ is closed to new replies.