• Resolved pcoan

    (@pcoan)


    troubleshooting an issue whereby loading the queries in IE cause it to crash (consistently upon loading).

    The query does use jQuery to determine which day of the week it is, then displays the query by day. That said, we are trying to isolate the issue and noticed that IE is throwing an error when the queries load because of the empty table headers:

    <table class=”query-table query-daily-specials-thursday” cellpadding=”0″ cellspacing=”0″ border=”0″>
    <thead class=”query-table-head”>
    <tr>
    <th></th>
    <th></th>
    </tr></thead>
    <tbody class=”query-table-body”>
    <tr class=”query-row query-row-even query-row-0″>
    <td class=”query-field query-field-featured_image”>….

    I’m looking for a way to see if this is the problem, but haven’t figured out how to remove or populate the headers.

    Any help?

    https://www.ads-software.com/plugins/query-wrangler/

Viewing 1 replies (of 1 total)
  • Plugin Author Jonathan Daggerhart

    (@daggerhart)

    Hi pcoan,

    Sorry, I missed this topic.

    To populate the table headers, you should be able to add a “Label” to each field. In the table style, field labels become column headers.

    I haven’t looked at the table template in a while, but if you run into trouble, you can always override the default template by copying it to your theme and making adjustments.

    To do so: Navigate to /wp-content/plugins/query-wrangler/templates, copy the query-table.php file to your theme, and go to town making the changes you need.

    If you run into any issues, please let me know!

    Thanks,
    Jonathan

Viewing 1 replies (of 1 total)
  • The topic ‘queries crash IE 11 on W7, empty table headers?’ is closed to new replies.