Checkbox and Youtube icon are not working


Topic: Checkbox and Youtube icon are not working

jkf pro asked 8 years ago

Hi there, I've downloaded and installed the PRO version yesterday. It works good what I can see so far. But the Checkbox is not working, it is not clickable. I see the hand when I hover the checkbox but can't click it. And the youTube icon is a blue circle instead of the youTube icon. What is wrong? Thanks Joerg

jkf pro answered 8 years ago

I am using Firefox and Google Chrome on Mac. Here is the log from the console:
call succeeded!!          DevicePreviewUtils.js:35
success          DevicePreviewUtils.js:36
Uncaught TypeError: Cannot read property 'create' of undefined(…)          measureIt.js:120

jkf pro answered 8 years ago

YouTube icon is solved, the code was not correct. The Checkbox thinks is still not working.

Bartłomiej Malanowski staff pro premium answered 8 years ago

Can you show us your code?

jkf pro answered 8 years ago

Sure. It is in a table. I used the original index.html of the PRO version. All the rest is working so far. Just the Checkbox is not.
<tbody>
<tr>
<td scope="row">{ITEM.ID}</td>
<td>{ITEM.PUBLISHED}</td>
<td>{ITEM.TITLE}</td>
<td>{ITEM.AUTHOR}</td>
<td class="mittig">
<fieldset class="form-group">
<input name="ausblenden[{ITEM.ID}]" type="checkbox" id="ausblenden">
<label for="Ausblenden"></label>
</fieldset>
</td>
<td class="mittig">
<a class="blue-text" href="#.php?id={ITEM.ID}"><i class="fa fa-clone"></i></a><a class="teal-text" href="#.php?id={ITEM.ID}"><i class="fa fa-pencil"></i></a><a href="#.php?id={ITEM.ID}" class="red-text"><i class="fa fa-remove"></i></a>
</td>
</tr>
</tbody>

jkf pro answered 8 years ago

It is solved: It was a LETTER: <input name="ausblenden[{ITEM.ID}]" type="checkbox" id="ausblenden"> <label for="Ausblenden"></label> right: <label for="ausblenden"></label>
Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Resolved

Specification of the issue
  • User: Pro
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No