Support

  1. hwdevteam
  2. Bug Report
  3. Tuesday, June 18 2019, 03:27 AM
Yes / No Radio fields do not work with T3 BS3 Template.

They show a blank white box instead of the slider toggle.

My guess is that the html is not formatted correctly since Joomla 3.9. something..

Cheers,
Pete
admin Accepted Answer
Admin
Hi,
this is a T3 issue, it change every radio with 2 options as Yes/No buttons when you are logged in.

There is a way to avoid this by adding a CSS code to your template, but to provide you this style code we need to see your site. Can you please provide me your site details? if yes then you can use the form below the reply in "Site Details" tab.
  1. more than a month ago
  2. Bug Report
  3. # 1
hwdevteam Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Bug Report
  3. # 2
admin Accepted Answer
Admin
Hi,
when an administrator make a login then the T3 framework load an additional javascript file (/plugins/system/t3/base-bs3/js/frontend-edit.js) that change the radio input behavior.

To remove this behavior there are many ways, the most simple is to use a CSS code like this:
#member-profile .t3onoff {
border: none;
border-radius: 0;
display: block;
height: auto;
overflow: visible;
padding: 0;
position: static;
white-space: nowrap;
width: auto;
}
#member-profile .t3onoff label {
width: auto;
height: auto;
overflow: visible;
display: block;
border-radius: 0;
position: static;
top: auto;
left: auto;
z-index: 1;
text-transform: none;
background: none;
text-indent: -0;
}
#member-profile .t3onoff input[type=radio]{display:block}
#member-profile .t3onoff label:before,.t3onoff label:after{display:none;}
  1. more than a month ago
  2. Bug Report
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.

Request Support

Support is currently Offline

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.