• Resolved KatieKat

    (@katiekat)


    Hi there,
    have just updated to the latest version of Yop Poll but noticed in the admin section that the Templates and Logs Admin Pages are not showing the full checkbox in Chrome or IE.

    I am not sure if this is an issue with 3.8.1 because another plugin had the same problem but only in Chrome.

    https://wordpress.org/plugins/yop-poll/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi KatieKat,

    Edit inc/admin.php and approximately on line 2437 replace

    <th id="cb" class="manage-column column-cb check-column"
            scope="col" style="width: 2%;"><input type="checkbox"></th>

    with

    <th id="cb" class="manage-column column-cb check-column"
            scope="col" style="width: 3%;"><input type="checkbox"></th>

    Next, on line 2751, replace

    th id="cb" class="manage-column column-cb check-column"
    style="width: 2%;" scope="col"><input type="checkbox"></th>

    with

    <th id="cb" class="manage-column column-cb check-column"
    style="width: 3%;" scope="col"><input type="checkbox"></th>

    (here, you basically change the width from 2% to 3% but you can also adjust this value).

    Regards,

    YOP Team

    Thread Starter KatieKat

    (@katiekat)

    Hi thanks for this it did the trick. Can I just check though if this will be corrected in the next version?

    Kind regards

    KatieKat

    Plugin Author YOP

    (@yourownprogrammer)

    Hey KatieKat,

    Yes, we will fix this for our next release.

    Best wishes,

    YOP Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Checkboxes not showing Properly in Templates & Logs’ is closed to new replies.