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

Add 'Show Version' option to widget #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kprovance
Copy link

Here is my logic on this proposed change:

In writing EDD compatibility with my theme, I am adding styling for this plugin, plus the software licensing plugin, both of which offer version information. However, there is no reliable way to hide that information on the widget output. There is no CSS solution as the version output is inside a li tag with no class or id, with the actual version number outside of the span. There is just no way to hide it. Using nth-child is also not very reliable. I see two ways to overcome that: Add the option, or add a class to that li tag. I opted for the former. It's nice to have that version info for some theme proprietary code, without having the actual widget output, and no css way to hide it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant