mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

Support option text and checkboxes overlap and are unusable #385

Closed thesamuraiwho closed 2 months ago

thesamuraiwho commented 4 months ago

Expected Behavior\ Support options checkboxes and text appear legible and not overlapping.

Current Behavior\ Text and checkboxes for the Support setting overlap and clicking on checkboxes does not reliably set settings correctly.

Reproduction Steps\ Running on Wordpress 6.5.2 with the following plugins activated with the Astra 4.6.12 theme:

Suggested Fix\ Text and checkboxes for the Support section should not overlap.

Context\

image

Thanks for the help! I love using Webcomic and only after a few wordpress upgrades did I notice the support section overlapping like this. I appreciate your help. Please let me know if you have any further questions. 😁

ykyu commented 3 months ago

This should fix it.

In: /src/lib/collection/settings/general-inc-field-supports.php

Find: class="check-column" Replace All:

^ that is, replace it with nothing. Just delete that class.

thesamuraiwho commented 2 months ago

Thank you so much for the help @ykyu! You're a life saver. Those changes worked perfectly.