Standard pagination not works after WordPress update

Posted in: Newspaper
Post count: 3

Hi,
I notice that after WordPress upgrade, category pagination (set as normal pagination) not works.
I tried to deactivate all plugins (also Visual Composer) but the problem persist.
Can you please help me?

Thank you

Post count: 39

I am seeing the same issue. It seems to be an issue with WordPress 4.4 and the theme!

Post count: 22421

Hello,
We investigated this issue and there truly seems to be a bug with the new version of WP.
This will be fixed in the next version of the theme. Until that time please use this code:
if(empty($query->is_feed)) {
if ( $paged > 1 ) {
$query->set( 'offset', intval($offset) + ( ( $paged - 1 ) * $limit ) );
} else {
$query->set( 'offset', intval($offset) );
}
}

In this file: http://screencast.com/t/VTA7WyDf7gT
And it should fix the error.
Thank you and sorry for the inconvenience.

Post count: 3

Ok thank you, this fixed the issue.

Bye
Nicola.

Post count: 9

This change of code is done accessing the ftp? I’m having trouble accessing it at a time. Its change it in “appearance -> editor”.

blog: transitei.com

Thanks in advance.

Post count: 22421

Hello,
You need to access your files via FTP and change the code there, Yes.
If you do not want to change the code you can use a grid on your category pages and the error will go away. You can alternatively wait a bit for the update to come out and all errors created by WP 4.4 will be fixed.
Thank you!

Post count: 9

Hello,

After WordPress upgrade, category pagination (set the standard pagination) not works. I did what you guided here (https://forum.tagdiv.com/topic/standard-pagination-not-works-after-wordpress-update/), but after adding the code, my site went offline. I ask, please, requesting my Sftp via email so you can help me solve this problem.

Thanks in advance.
Adriana.

Post count: 22421

Hello Adriana,
Please update your theme as all problems and issues caused by WP were addressed in the latest update (ver. 6.4.4)
Thank you!

Post count: 9

Hello,

I updated and made an error in my header and images detached from the post does not appear. http://www.screencast.com/t/RJSRUtUPG

How can I solve?

Post count: 9

I managed to solve the problem was the lack of a plugin.

Thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.