MrWeix
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] permalinks set to post title, cant change to idIs there any way how the custom post type permalink doesn’t include the post title? But an id or anything else for that matter?
Forum: Plugins
In reply to: [Simple Fields] hidden box in post fieldnot the problem of the plugin, but problem of a theme
Forum: Plugins
In reply to: [Simple Fields] hidden box in post fieldDear Pär,
thanks alot for your answer.
I deactivated all other plugins and it still happens. This is the output in the console:
jquery-migrate.js:21 JQMIGRATE: Logging is active
scripts.js:22 init simple_fields_file_field
scripts.js:22 simple_fields_metabox_tinymce_attach()Changing the wordpress theme and trying it again, it works. So there must be something in my first WordPress theme thats causing this box to be hidden. Thanks for your feedback, I guess I just have to look through the theme and try to find the guilty one…
Forum: Plugins
In reply to: [Simple Fields] hidden box in post fieldWas the screenshot any helpful? or do you need more information?
WordPress 4.1.1
Simple Fields 1.4.8
PHP Version 5.5.9-1ubuntu4.6Forum: Plugins
In reply to: [Simple Fields] hidden box in post fieldThis one here shows the screen and the Chrome debug bar
Forum: Plugins
In reply to: [Simple Fields] simple_fields_value across different postFound the solution on their website:
Use the function simple_fields_value() to get value(s) from repeatable fields.
The function can take 3 arguments:
1) the field slug(s) to get the value for
2) the post to get the values from (optional, defaults to the current post in the loop)
3) options to send to field type (as array or query string).simple_fields_value(‘simplefieldslug’,$post_id) solves my problem.
Totally understood! I will stick to my Version 1.3 🙂
Forum: Plugins
In reply to: [Broken Link Checker] Using broken links with category descriptionI have the same problem. Could you figure it out yet? Thanks!