borianb
Forum Replies Created
-
Forum: Plugins
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] TeasertextI 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
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] TeasertextI 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="Der Vorverkauf hat begonnen" bgtype="color" full="off" video_autoplay="on" bgcolor="#888888" revealfx="off" overlay_"/>
kind regards
Forum: Plugins
In reply to: [gcal-table] Expand resultsAs a demonstration, I removed the filter for old events and used your calendar.
https://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
In reply to: [gcal-table] Expand resultsI 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
In reply to: [gcal-table] Expand resultsBy default, the plugin receives all events from the linked calendar.
It does not limit by date, only number of events.
Forum: Plugins
In reply to: [gcal-table] Suggestion to fix your pluginthe 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
In reply to: [gcal-table] Suggestion to fix your pluginfixed and updated
Forum: Plugins
In reply to: [gcal-table] Suggestion to fix your pluginThanks, I will look at it right away
Forum: Plugins
In reply to: [gcal-table] error with this plugin !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
In reply to: [gcal-table] error with this plugin !your feed url is wrong
https://www.google.com/calendar/feeds/url/basic does not link to any calendarthere is a picture of how to get the right feed-url in the plugin options
Forum: Plugins
In reply to: [gcal-table] Cannot Activate Pluginsorry 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