Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicate widget titles? #803

Closed
aschweigert opened this issue Jul 24, 2015 · 2 comments
Closed

duplicate widget titles? #803

aschweigert opened this issue Jul 24, 2015 · 2 comments
Assignees
Labels
priority: normal Must be completed before release of this version of plugin. type: bug

Comments

@aschweigert
Copy link

Observed this on a site using 0.3 but I know I've run into it more recently on sites using 0.4+, let's make sure widgets are not outputting a title twice. This seems particularly to occur in the footer, for some reason (might just be these widgets).

widgets

@aschweigert aschweigert added this to the 0.5.3 - Widgets milestone Jul 29, 2015
@aschweigert aschweigert added the priority: normal Must be completed before release of this version of plugin. label Aug 21, 2015
@aschweigert
Copy link
Author

this seems to be an issue mostly with default WP widgets, it looks like they added some help text for accessibility that should probably just be visually hidden.

@benlk
Copy link
Collaborator

benlk commented Sep 1, 2015

I'm going to hold off on committing this until #882 is merged (because of merge conflicts), but the LESS is:

.widget_archive label,
.widget_categories label {
    .visuallyhidden
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: normal Must be completed before release of this version of plugin. type: bug
Projects
None yet
Development

No branches or pull requests

2 participants