Problem with Archives widget

Posted in: Newsmag
Post count: 56

Hello,

When I use this widget:

http://take.ms/uuUH9

It looks like this:

http://take.ms/P9oyc

So the name is duplicated somehow. Can you help?

Thanks.

Post count: 9544

Yeah… some funky bug in the latest version of WordPress for both the archives and the category widget … team effort — there was fix posted last week on this …. don’t have link handy …

tagdiv provided fix for categories and I added fix for archives …

oh wait, I can just look at my custom css (duH!)….

and the magic secret sauce is:

.widget_categories label {
display: none;
}
.widget_archive label {
display: none;
}

the duplicate title appears in all themes — not just tagdiv, as I noticed the same issue on couple of my older sites too. Annoying they didn’t catch that in WP 4.2.x.

Post count: 7909

Hi,

Thanks Chris!

@securerr Please try custom css that Christopher suggested – http://screencast.com/t/rt0gYE1LOE

Thanks!

Post count: 56

Hello Chris and Alin,

Thanks for help! It worked like a charm.

I think it would be great if you add little things like this to your documentation.


Alex

Post count: 9544

Not really worth it since it’s a temporary bug in WordPress – introduced with v 4.2x – nothing related to theme.

Hopefully WordPress will catch this and fix it in the next update.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.