saschapi
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionUploading the old version and clearing the cache did it for me!
Forum: Fixing WordPress
In reply to: Plugin update not workingSame issue here. Also all-inkl customer.
Deactivating the plugin worked though. Pretty annoying!
I added a different mail account and deactivated all Spam filters. There is nothing coming in. If I fallback to the summary, it is however working 🙁
Forum: Plugins
In reply to: [Plugin Vulnerabilities] Sounds nice but…Nice! I’ll check!
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typethaikolja found the issue. Thanks for the super quick support!
Cheers
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeI already deactivated all plugins.
Plugins in use (all deactivated right now)Adminimize
Akismet
Category Order and Taxonomy Terms
InfiniteWP
iThemes Security
Lightbox Plus Colorbox
Secondary Title
UpdraftPlus – Backup/RestoreIf you send an e-mail to [email protected] I will send you the theme (800KB) I’m using.
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeCORRECTION!
It does also not work if I activate only food and pages. Mabe the post type “post” is doing something special here?
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeUnfortunately that didn’t do it. I experimented a bit and found the following behaviour:
1. If I ONLY activate the custom post type food in plugin settings the columns will stay empty.
2. If I activate food and any other post type (e.g. posts) both will show the right content in the column.
3. If I only activate posts and NOT food it works also as expected.I figured out that if I only activate food the
in_array($post_type, $allowed_post_types)
is not true. However if I activate posts as well it is.Array of print_r(secondary_title_get_setting(“post_types”)) prints the following if botha are activated
Array ( [0] => post [1] => food )
and the following if only food is activated
Array ( [0] => food )
This is my array of print_r(get_post_types())
Array ( [post] => post [page] => page [attachment] => attachment [revision] => revision [nav_menu_item] => nav_menu_item [food] => food )From my point of view it should work, but it does not.
You see me as puzzled as you are 🙁
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeJupp Array ( [0] => food )
Anyway, right now I’m happy. Subheadings for all post types is sufficient.
However, still a strange behaviourForum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typecustom post type is “food” so I see no special characters 😉
Nacktarsch is a whine region at Mosel 😉 http://de.wikipedia.org/wiki/Nacktarsch
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeHmmm. It gets stranger 😉
I checked in the plugin settings. YES the custom post type is there. I even single checked my custom post type. I now un-checked all boxes so the secondary title would show up on ALL post types. Now the column works in the custom post type. Maybe you have some strange if_else mixup when only some post types are checked in the plugin settings?
I would not count out the possibility that my theme does also do some strange things, but I belive there is just some mixup here.
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeHere is a screenshot http://i57.tinypic.com/301226d.png
Forum: Plugins
In reply to: [Secondary Title] missing Secondary title column in custom post-typeWill do tomorrow 😉 krass schnelle Antwort.
I’ll try to get multibyte characters installed first. Let’s see if this fixes things.
Forum: Plugins
In reply to: [My YouTube Channel] Widget breaking sidebarI helped myself with this in my CSS:
.youtube_channel, .ytc_video_container { width: 100% !important; }