Skip to content

Path to Radio buttons BG images issue #128

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

Closed
Timo-Breumelhof opened this issue Feb 9, 2023 · 0 comments · Fixed by #129
Closed

Path to Radio buttons BG images issue #128

Timo-Breumelhof opened this issue Feb 9, 2023 · 0 comments · Fixed by #129

Comments

@Timo-Breumelhof
Copy link
Collaborator

Describe the bug

Radio buttons don't show up

To Reproduce

Steps to reproduce the behavior:

  1. Go to Forums page
  2. Click Module settings
  3. Open the Active Forums settings
  4. See issue:

image

No radio button next to yes/no

Additional context

The path tot he Radio buttons is defined in _dnn.css:

.dnnRadiobutton img {
	background: rgba(0,0,0,0) url(../../../../images/radiobutton.png) no-repeat;
}

I think this should either

../../../../../images/radiobutton.png

Or Simply

/images/radiobutton.png

@Timo-Breumelhof Timo-Breumelhof changed the title Path to Radio buttons BG images oissue Path to Radio buttons BG images issue Feb 9, 2023
Timo-Breumelhof added a commit to Timo-Breumelhof/DNNCommunityTheme that referenced this issue Feb 9, 2023
TBH I don't see the value of referencing images from the root by using a ../../../ construct.
IMO they can just be referenced directly from the root which is why I change the path to that.
fixes DNNCommunity#128
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 a pull request may close this issue.

1 participant