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.
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.
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!
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.
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?
I managed to solve the problem was the lack of a plugin.
Thank you!
