Bug in listings from two or more caleders
-
Hello!
I have encounter a bug. On my website I have two calenders with simular data in them. All the feilds have matching ID′s in the calenders. When I populate a list on my site it seams that that fields can get mixed I with each other.
Here is the code I use in a wordpress HTML tag on my website:
<table id=”table_list_ovriga_tider” class=”wp-block-table has-fixed-layout”><tbody><tr><td class=”list_booking_col1″>Datum och tid f?r bokning:</td><td class=”list_booking_col2″>Kranf?rare:</td><td class=”list_booking_col3″>Bokad ?t:</td><td class=”list_booking_col4″>Telefonnummer:</td><td class=”list_booking_col5″>B?ttyp och platsnummer:</td><td class=”list_booking_col6″>Upplagsplats Kapurja</td></tr><tr><td> [CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=”DATE,TIME” calendar=”5,7″] </td><td>[CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=” fieldname3″ calendar=”5,7″] </td><td> [CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=” fieldname10″ calendar=”5,7″] </td><td> [CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=” fieldname4″ calendar=”5,7″] </td><td> [CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=” fieldname5″ calendar=”5,7″] </td><td> [CP_APP_HOUR_BOOKING_LIST from=”today” to=”today +60 days” fields=”fieldname8, fieldname9″ calendar=”5,7″] </td></tr></tbody></table>
Additional info: in calendar with ID 5 the field “fieldname10” dose not exits
- The topic ‘Bug in listings from two or more caleders’ is closed to new replies.