Renew Ad form is broken due to radio button not displayed
-
Dear Greg,
Some of our users were complaining that the “Manage > Renew Ad”-form is broken. The issue seems to be caused by the radio button of the price selection that it not displayed due to an UI/CSS issue.
When the button “Renew” is clicked (without selecting the invisible radio button), the error “Field cannot be empty.” is displayed.
It is also reproducible in your current WPAdverts Demo at e.g. https://demo.wpadverts.com/pro/manage/?advert_id=33&advert_renew=33:
As a workaround I added the following custom CSS to make sure the radio button is rendered:
.wpadverts-form.wpa-border-none input[type="radio"] {
border-width: 3px !important;
border-color: gray !important;
}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.