Title: borianb's Replies | WordPress.org

---

# borianb

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blog2Social: Social Media Auto Post & Scheduler] Teasertext](https://wordpress.org/support/topic/teasertext/)
 *  [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/teasertext/#post-9555326)
 * I fixed it for me by removing the caching in `Meta.php`
 *     ```
       if (isset($this->metaData[$type . '_desc']) && !empty($this->metaData[$type . '_desc'])) {
            $desc = str_replace("\r\n", ' ', strip_tags(strip_shortcodes($this->metaData[$type . '_desc'])));
        } else { //...
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blog2Social: Social Media Auto Post & Scheduler] Teasertext](https://wordpress.org/support/topic/teasertext/)
 *  [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/teasertext/#post-9554894)
 * I encountered another problem with the description meta tag.
    It shows shortcodes
   if it is at the beginning of the post.
 * `<meta property="og:description" content=" [aesop_chapter title=&quot;Der Vorverkauf
   hat begonnen&quot; bgtype=&quot;color&quot; full=&quot;off&quot; video_autoplay
   =&quot;on&quot; bgcolor=&quot;#888888&quot; revealfx=&quot;off&quot; overlay_"/
   >`
 * kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Expand results](https://wordpress.org/support/topic/expand-results/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/expand-results/#post-7618787)
 * As a demonstration, I removed the filter for old events and used your calendar.
 * [http://codepen.io/borian/pen/kXjZvg](http://codepen.io/borian/pen/kXjZvg)
 * You can see it gets all events now. There is only one event in the future, so
   it displays only one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Expand results](https://wordpress.org/support/topic/expand-results/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/expand-results/#post-7618778)
 * I often get the problem of not putting it in the right calendar.
 * I cam have multiple calendars for events in Google, but only one (from which 
   you used the link) shows up on the page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Expand results](https://wordpress.org/support/topic/expand-results/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/expand-results/#post-7618773)
 * By default, the plugin receives all events from the linked calendar.
 * It does not limit by date, only number of events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Suggestion to fix your plugin](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/#post-4419967)
 * the table has a class, so all cells can be styled through the parent class
 * `.gcal-table td {/*...*/}`
 * and each row can be targeted through `:nth-child()` selectors.
    BUT this would
   obviously requires a modern browser, so I will add row classes in the next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Suggestion to fix your plugin](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/#post-4419950)
 * fixed and updated
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Suggestion to fix your plugin](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/suggestion-to-fix-your-plugin/#post-4419927)
 * Thanks, I will look at it right away
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] error with this plugin !](https://wordpress.org/support/topic/error-with-this-plugin/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/error-with-this-plugin/#post-4395243)
 * you are also sure that you used the **private-url** and the feed-url is accessible
   without you being logged into your Google account ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] error with this plugin !](https://wordpress.org/support/topic/error-with-this-plugin/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/error-with-this-plugin/#post-4395164)
 * your feed url is wrong
    [https://www.google.com/calendar/feeds/url/basic](https://www.google.com/calendar/feeds/url/basic)
   does not link to any calendar
 * there is a picture of how to get the right **feed-url** in the plugin options
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[gcal-table] Cannot Activate Plugin](https://wordpress.org/support/topic/cannot-activate-plugin-8/)
 *  Plugin Author [borianb](https://wordpress.org/support/users/borianb/)
 * (@borianb)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cannot-activate-plugin-8/#post-4227255)
 * sorry for replying so late, I haven’t got any notification …
 * this problem is very likely caused because it shows up twice in you list,
    please
   look in your `/wp-content/plugins/` directory and remove the dublicate gcal-table
   folder

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