Title: yeru's Replies | WordPress.org

---

# yeru

  [  ](https://wordpress.org/support/users/yeru/)

 *   [Profile](https://wordpress.org/support/users/yeru/)
 *   [Topics Started](https://wordpress.org/support/users/yeru/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yeru/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yeru/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yeru/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yeru/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yeru/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Change date format in calendar view](https://wordpress.org/support/topic/change-date-format-in-calendar-view/)
 *  [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/change-date-format-in-calendar-view/page/2/#post-8900721)
 * Got it. Thx! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] cannot customize colors](https://wordpress.org/support/topic/cannot-customize-colors/)
 *  Thread Starter [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cannot-customize-colors/#post-8900656)
 * Hey Benjamin. Can I come back on this issue?
    The problem is still unresolved.
 * I cannot change themes.
 * Funny thing: Backend shows the theme “plana” as activated, yet the full error
   message relates to the “vortex”-directory:
    “variable @calendarTitle is undefined
   in file /var/www/virtual/gruenehh/html/wordpress/wp-content/plugins/all-in-one-
   event-calendar/public/themes-ai1ec/vortex/less/user-variable-map.less in user-
   variable-map.less on line 31, column 33 29| @dropdown-link-hover-bg: @dropdownLinkBackgroundHover;
   30| @input-color-placeholder: @placeholderText; 31| @calendar-title-color: @calendarTitle;
   32| @today-color: [@todaycolor](https://wordpress.org/support/users/todaycolor/);
   33| @allday-badge-color: @alldayBadgeGradientMiddle; 34| @event-image-shadow:
   @eventImageShadow;”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Change date format in calendar view](https://wordpress.org/support/topic/change-date-format-in-calendar-view/)
 *  [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/change-date-format-in-calendar-view/#post-8874543)
 * Foxplex, thanks a lot for the get_short_date tweak! Works smoothly.
 * I have one more question: The time still says “pm” and “am” as in English time
   format, but the connector betweet date an time is “um” as in German language.
   
   I looked for “um” and (independently) for “pm” in both the /calendar and /event
   folder – without succes.
 * Can you tell me which part to tweak to get “Uhr” instead of “pm”/”am”?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Stockholm] Add caption to featured image/thumbnail](https://wordpress.org/support/topic/stockholm-add-caption-to-featured-imagethumbnail/)
 *  Thread Starter [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/stockholm-add-caption-to-featured-imagethumbnail/#post-8396526)
 * Got it myself: you have to change the `blog_single-loop.php` file, which is located
   at `.../themes/stockholm/templates/blog`
 * In the .php file, you’ll find the lines
 *     ```
       if ( has_post_thumbnail() ) { ?>
          <div class="post_image">
          <?php the_post_thumbnail('blog_image_in_grid'); ?>
          </div>
       ```
   
 * Add the following under this:
 *     ```
       <p align="right" class="caption" style="font-size:small"><i class="fa fa-picture-o"></i>
        <?php
        echo get_post(get_post_thumbnail_id())->post_excerpt;
        ?>
        </p>
       ```
   
 * The essential part is the <php> code. The rest changes the font, the alignment
   and inserts a nice font-awesome-icon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] cannot customize colors](https://wordpress.org/support/topic/cannot-customize-colors/)
 *  Thread Starter [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/cannot-customize-colors/#post-7623794)
 * Yep, when I hit “save changes”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar Link Color Not Changing Color](https://wordpress.org/support/topic/calendar-link-color-not-changing-color/)
 *  [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/calendar-link-color-not-changing-color/#post-7606430)
 * My current problem ([after solving the other one](https://wordpress.org/support/topic/calendar-page-not-reading-css-style-showing-as-simple-text-on-webpage?replies=10#post-8692137))
   kinda fits this thread:
 * I cannot customize any colors (independant of the chosen theme).
    The error message
   was lamenting about the variable `@calendarTitle` in the user-variable-map.less
   file. So I put the whole line `//@calendar-title-color: @calendarTitle;` in comments.
 * Then, the really strange error message is: `variable @grayDark is undefined in
   file anonymous-file-2451.less in anonymous-file-2451.less`
 * Any ideas how to handle this? :-/
    [note: no cache plugin, not resolvable by 
   flip flopping themes]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar page not reading CSS style, showing as simple text on webpage](https://wordpress.org/support/topic/calendar-page-not-reading-css-style-showing-as-simple-text-on-webpage/)
 *  [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/calendar-page-not-reading-css-style-showing-as-simple-text-on-webpage/#post-7527927)
 * Apparition of the plugin is fixed after upgrading the plugin from 2.5.6 to 2.5.8.
   Thanks for that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar page not reading CSS style, showing as simple text on webpage](https://wordpress.org/support/topic/calendar-page-not-reading-css-style-showing-as-simple-text-on-webpage/)
 *  [yeru](https://wordpress.org/support/users/yeru/)
 * (@yeru)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/calendar-page-not-reading-css-style-showing-as-simple-text-on-webpage/#post-7527916)
 * Same problem for me: [Link](https://gruenehh.kochab.uberspace.de/wordpress/calendar/)
    - No cache plugin
    - not resolvable by flip-flopping themes
    - or saving the theme settings.
 * When hitting “save”, an error message reads:
 * > variable @calendarTitle is undefined in file /var/www/virtual/gruenehh/html/
   > wordpress/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/
   > vortex/less/user-variable-map.less in user-variable-map.less on line 31, column
   > 33 29| @dropdown-link-hover-bg: @dropdownLinkBackgroundHover; 30| @input-color-
   > placeholder: @placeholderText; 31| @calendar-title-color: @calendarTitle; 32
   > | @today-color: [@todaycolor](https://wordpress.org/support/users/todaycolor/);
   > 33| @allday-badge-color: @alldayBadgeGradientMiddle; 34| @event-image-shadow:
   > @eventImageShadow;
 * I have [another project](https://spielewiese.poeltls-kuehlschrank.de/calendar/)
   running WP 4.5.3 and the plugin version 2.5.2 – and it all works out fine.
 * I’ll appreciaty your advice.

Viewing 8 replies - 1 through 8 (of 8 total)