Title: chrober's Replies | WordPress.org

---

# chrober

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Resend email action has no effect after marking message as “Not Spam”](https://wordpress.org/support/topic/resend-email-action-has-no-effect-after-marking-message-as-not-spam/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/resend-email-action-has-no-effect-after-marking-message-as-not-spam/#post-18628812)
 * Hi [@codekraft](https://wordpress.org/support/users/codekraft/), thanks a lot
   for picking this up and for the detailed explanation! Retrieving the address 
   from the CF7 form configuration sounds like a solid approach, and I really appreciate
   you looking into it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AntiSpam for Contact Form 7] Resend email action has no effect after marking message as “Not Spam”](https://wordpress.org/support/topic/resend-email-action-has-no-effect-after-marking-message-as-not-spam/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/resend-email-action-has-no-effect-after-marking-message-as-not-spam/#post-18627358)
 * Additional thought:
 * I almost forgot that I am already using this via the “Code Snippets” plugin (
   a step towards GDPR):
 *     ```wp-block-code
       // define the wpcf7_flamingo_inbound_message_parameters callback function custom_wpcf7_flamingo_inbound_message_parameters( $args ){    $args['meta']['remote_ip'] = '';    $args['meta']['user_agent'] = '';    return $args;} //add the action add_filter('wpcf7_flamingo_inbound_message_parameters', 'custom_wpcf7_flamingo_inbound_message_parameters', 10, 1);
       ```
   
 * Is there any way to read the value of the CF7 form’s **“To”** field and inject
   it to the message via such a code snippet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] “Upcoming Events” widget broken?](https://wordpress.org/support/topic/upcoming-events-widgets-broken/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/upcoming-events-widgets-broken/#post-18023247)
 * Joe, your hint with CSS was perfectly right!
   I found the following in the custom
   CSS of WordPress’ “Customizer”:
 *     ```wp-block-code
       div.widget ul.upcoming-events li.mc_plenum.upcoming-event:not(.today) {  display: none;}
       ```
   
 * A colleague of mine wanted to hide events of the current day, but was obviously
   using a wrong CSS selector.
   Sorry for wasting your time and thanks for the great
   plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] “Upcoming Events” widget broken?](https://wordpress.org/support/topic/upcoming-events-widgets-broken/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/upcoming-events-widgets-broken/#post-17991125)
 * Widget Settings:
   Title: “Nächsts Plenum”Blog ID: EMPTYTemplate: “{date}<br/>{
   time} Uhr, {location}, {street}”Widget title links to: EMPTYDisplay upcoming 
   events by: “Events (e.g. 2 past, 3 future)”Skip the first _n_ events: 0Events
   sort order: “Ascending (near to far)”Events into the future: 1Events from the
   past: 0Show only the first recurring event in a series: UNCHECKEDCategories to
   display: Only my custom catgeory “Plenum” is checkedAuthor or authors to show:
   EMPTYHost or hosts to show: EMPTYLocation (Type): “All locations”Location (Value):
   EMPTYNo events text: “Derzeit ist kein Plenum geplant.”I have tried many different
   settings (e.g. modifying “Categories to display”, “Events from the past” etc.)
   but nothing helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] “Upcoming Events” widget broken?](https://wordpress.org/support/topic/upcoming-events-widgets-broken/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/upcoming-events-widgets-broken/#post-17991113)
 * Alright, copy/pasting imags into a message does not work…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] “Upcoming Events” widget broken?](https://wordpress.org/support/topic/upcoming-events-widgets-broken/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/upcoming-events-widgets-broken/#post-17991112)
 * Hi Joe, sorry for the late reply. 🙁
 * Is there any way to export/dump the widget settings?
 * I’ll add some screenshots. As written above, it used to work fine until recently,
   nothing has changed in the calendar config, only addons and WordPress itself 
   have been updated. The problem is that the widget is showing nothing but the 
   title. Note that I have defined a “No events text”, but this is not being displayed
   either. Looks like the widget would actually find an event to display but fails
   to dispaly it…?
 * ![](https://wordpress.org/2626a22c-53cf-482e-8386-e71441970a5a)
 * ![](https://wordpress.org/cc0e9450-cc5f-43c0-93bb-5a4a1c17098f)
 * Events aredefined like this:
 * ![](https://wordpress.org/a97c8408-7454-4de8-a27a-20d39a3583d0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Line Breaks in Image Captions not working anymore](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/#post-15309265)
 * Hi [@janchdesign](https://wordpress.org/support/users/janchdesign/),
 * I am not aware of a resolution.
    It is at least not present in the recently released
   v2.1.33.
 * [@elviiso](https://wordpress.org/support/users/elviiso/), are there any news 
   from your side?
 * Best regards, Christoph
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Line Breaks in Image Captions not working anymore](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/#post-15051680)
 * Oh no, I am terrribly sorry for that!
    When creating this test gallery, I seized
   the opportunity to have the FooGallery edit page create a new page containing
   the gallery shortcode. I did not realize I have to switch the page status from“
   preview” to “live” manually.
 * Anyway, it should work now.
    -  This reply was modified 4 years, 9 months ago by [chrober](https://wordpress.org/support/users/chrober/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Line Breaks in Image Captions not working anymore](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/#post-15048311)
 * Here you go: [https://salzkörndl.obermair.cc/?page_id=1075](https://salzkörndl.obermair.cc/?page_id=1075)
 * Both images in this test gallery have a `<br/>` in their caption field. In the
   HTML code for this gallery overview page you even see this, e.g.
    `<div class
   ="fg-caption-title">line1<br />line2</div>`
 * However, you see only the first line displayed with the thumbnails. With an earlier
   version (a couple of months ago) both lines were displayed properly one above
   the other. Can you make this working again, please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery by FooGallery : Responsive Image Gallery, Masonry Gallery & Carousel] Line Breaks in Image Captions not working anymore](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/)
 *  Thread Starter [chrober](https://wordpress.org/support/users/chrober/)
 * (@chrober)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/line-breaks-in-image-captions-not-working-anymore/#post-15046193)
 * Hi Elvis,
 * thank you for the quick reply! Unfortunately, I cannot share the original gallery,
   since it is in a closed (private) area. But it should be really easy to prepare
   a small example gallery for demonstrating this issue. I’ll do that later today
   and post the link here.
 * Best regards, Christoph

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