• Hi! In ccw_class.php and function cww_get_month_html() there is a line reading:

    $post_title = '<a href="'.get_permalink($ak_post_title->ID).'"><b style="color:#fd3d3d;margin-right:5px;">'.$date.'</b>'.$ak_post_title->post_title.'</a>';

    This produces a buggy title attribute in the HTML output, like this:

    title="<a href=&quot;https://my.host.name/product/event123/&quot;><b style=&quot;color:#fd3d3d;margin-right:5px;&quot;>10:00</b>Event title</a>"

    Not sure how the HREF was meant to work. Note also that time (10.00) is there but the date is missing from the variable $date.

    Module shows great promise, but needs some more love… ??

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HTML bug in calendar widget’ is closed to new replies.