I don't see anything in "normal" layout
-
Hi!
If I use the “normal” layout I don’t see anything in the schedule. In the other hand, if I use the “list” one, everything is working fine.
I realise in the wcs3_render_normal_schedule function of wcs3_output.php, there’s nothing in the output variable:
$output .= '<td class="wcs3-cell ' . $css_name . '"></td>';
But in the wcs3_render_list_schedule function of the same file the output variable make sense:
$output .= '<li class="wcs3-list-item-class">'; $output .= wcs3_process_template( $class, $template ); $output .= '</li>';
Is all of these correct? What’s wrong?
Best regards.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘I don't see anything in "normal" layout’ is closed to new replies.