Christoph Bratschi
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] After update to 7.5 very slow posts screen in adminWe even get out of memory errors on our large site. Just contacted their support directly.
Forum: Plugins
In reply to: [Featured Video Plus] get_the_post_video_filterI tried to analyze the plugin’s source code on Github but there are too many changes and just setting ‘valid’ to true did not help.
The breaking changes are in: https://github.com/ahoereth/featured-video-plus/commit/30907cd7b6f94cd1a08fccbcf69c56b091138140
We are using the filter to parse our own URL format and generate the embed code, an iframe. In the 2.3.x version the preview no longer works and we are getting the error listed above.
Example:
Is converted to:
<div class=”video-embed”>
<iframe …>
</div>Is there an easy way to support this in the latest plugin version too?
Forum: Plugins
In reply to: [Shariff Wrapper] Option to disable shariff_metaboxActually, I was talking about the meta box. I don’t want my users to see any Shariff related settings there. Using shortcodes is completely fine. So an option to hide the meta box is sufficient for me.
Thanks,
ChristophForum: Plugins
In reply to: [Shariff Wrapper] Option to disable shariff_metaboxI just wanted to ask the same question. My CMS users should not have access to Shariff setting.
I tried the following but it did not work:
remove_meta_box(‘shariff_metabox’, ‘post’);
Forum: Plugins
In reply to: [Date & Time Picker for Advanced Custom Fields] Change RequestsI am using a repeater field and need a way to attach a timestamp to each item. Therefore the actual date has to be stored. It is a newsticker. I will write my own plugin for this case. A simple input field is sufficient, I don’t need a date/time picker.
Forum: Plugins
In reply to: [Date & Time Picker for Advanced Custom Fields] Change RequestsI mean if the user does not enter a value, the current date/time should be used.
Forum: Plugins
In reply to: [Date & Time Picker for Advanced Custom Fields] Change RequestsWhat about having a default value?
Thanks,
ChristophI can confirm: the Pro version works fine.
Thanks again,
ChristophHi Cory,
Thanks, in this case I will purchase the Pro version.
OS is Linux (Ubuntu).
Regards,
Christoph