Forums

[Plugin: Event Calendar 3] >> show when removed on navigation (4 posts)

  1. ketso
    Member
    Posted 3 years ago #

    Using 3.1.4. I have replaced "<< and >>" in << month [icon] month >> in widget, so now it show "picturearrow" month [icon] month "picturearrow".

    All is looking fine except when you browse back or forward on months. Then i get a >> back on link to next month. (not showing <<, so this is right) I checked and i have no >> left in entire plugin - even removed it in update file (with picture) - still it show.

    So problem is link for next. This is how template-functions.php look like there now.

    // Next
      $next=$date->plus_months($num_months);
      echo "\t<td id='next'><a id='ec3_next' href='" . $next->month_link() . "'"
         . '>' . $next->month_abbrev() . "&nbsp;<img src=http://my_site.org/blog/wp-content/plugins/event-calendar/nmnd.gif></a></td>\n";
    
      echo "</tr></tbody></table>\n";

    I have tried an it's not temp files or cache, so what is this strange behavier and how to remove the >> permanent?

    And how to set month in nav to full month name and not just 3 letters like "jan" "feb" - i like "january" "february". I have search for it but i cant find any "M" in format to replace with "F".

    http://wordpress.org/extend/plugins/event-calendar/

  2. ketso
    Member
    Posted 3 years ago #

    Just to add some info:
    I figured out it have something with javascript to do, because when i deny script in Firefox the links with pictures work great and like i want them.

  3. ketso
    Member
    Posted 3 years ago #

    I noticed more problem when i add pictures to prev/next month link to. Javascript having problem to sort the months proper. Maby is an issue with img tagg on js?

  4. rboatright
    Member
    Posted 3 years ago #

    upgrade to 3.2 dev at http://downloads.wordpress.org/plugin/event-calendar.zip

    and it might fix it

Topic Closed

This topic has been closed to new replies.

About this Topic