Same content every category page (urgent & important)

Posted in: Newspaper
Post count: 225

Hi,

I have just applied the new WordPress 4.4 update and Now i face a problem Same content every category page.

Example;

https://mydreamlives.com/health
https://mydreamlives.com/health/page/2
https://mydreamlives.com/health/page/3

How to solve this problem?

Post count: 9544

You could try
a) re-save permalinks to clear permalink transient settings
b) clear any caching plugin, reset/refresh any CDN setting
c) in theme panel, resave the choice for default category template(s)

Sometimes the simplest things work — might not in your case, but this often fixes bizarro gremlins after WP update!

Post count: 70

I’m having the same issue, already tried to fix it by following your steps, nothing has changed.

Post count: 9544

Could be a bug in WP.

Could be a bug in theme loop for categories.

I expect we’ll hear something from TagDiv soon!

Their FB page states they did test their main site with the new update, but … your milage may vary, of course.

Post count: 50

I’m having the same issue 🙁

Post count: 39

same issue here!

Post count: 225

You could try
a) re-save permalinks to clear permalink transient settings
b) clear any caching plugin, reset/refresh any CDN setting
c) in theme panel, resave the choice for default category template(s)

Sometimes the simplest things work — might not in your case, but this often fixes bizarro gremlins after WP update!

Not working, How to solve this problem?

Post count: 7909

Hi,

We also tested this and did not found any issues, so please disable all your plugins except Visual Composer, clear cache, re-save permalinks and see if you still have this issue.
If the issue persist please send an email at contact@tagdiv.com and provide wp-admin access so we can take a closer look.

Thanks!

Post count: 50

Hi I Open the ticket.
Thx

Post count: 225

Alin, I am send wp-admin access info. Please try to solve soon.

Thanks!

Post count: 70

Email sent 🙂

Post count: 22421

Hello,

Sorry for the delay,
We investigated this issue further and there truly seems to be a bug with the new version of WP.
It seems the big grid element is causing issues when it is not specified on a category page.
This will be fixed in the next version of the theme. Until that time there are 2 solutions you can use
The first one is to use a big grid on your category page and that solves the issue.
The second one, if you do not want a big grid , you need to 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: 70

Thank you, it works great! 🙂

Post count: 28

Hello,

I had the same problem.

But with the code everything is back to normal

Thank you

  • This reply was modified 10 years by jerome.
Post count: 225

Thank you so much, Now it works great! 🙂

Post count: 39

fixed the issue!

Post count: 50

fixed the issue!

Post count: 9544

Likely want to make this a STICKY on both forums!!

Post count: 22421

Hello,
The new theme versions for newspaper 6.6.2 and newsmag 2.3.3 will be released today. They will contain the fix for the errors caused by WP 4.4. Thank you!

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