Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Lekler
tagDiv Member

Here is quick workaround (may help support debugging problem) until we wait for update:


add_filter('td_data_source_blocks_query_args', function ($args, $atts) {

if (isset($_POST['td_current_page'])) {
$current_page = (int) $_POST['td_current_page'];
$posts_per_page = (int) $args['posts_per_page'];
$offset = ($current_page - 1) * $posts_per_page;
$args['offset'] = $offset;
}

return $args;

}, 10, 2);

  • This reply was modified 8 months by Lekler.
  • This reply was modified 8 months by Lekler.
  • This reply was modified 8 months by Lekler.
Lekler
tagDiv Member

Same here, I have tagDiv plugins and Simple Local Avatars,
W3 Total Cache, Yoast SEO, Wordfence Security only. Tried with W3 Total Cache disabled, same behaviour. It worked until recently even if W3TC was active all time.

Viewing 2 posts - 1 through 2 (of 2 total)