• Resolved MrWeix

    (@mrweix)


    When having added a post simple field to posts, and trying to add a certain post, a box pops up which is completely empty. Using Chrome debug I found out thats its actually just the class hidden which causes that.

    So somewhere in the plugin code there must be a bug that accidentally adds the hidden class to this div. Any idea where could be the bug?

    Here some of the code from the added box:

    <div class="simple-fields-meta-box-field-group-field-type-post-dialog hidden ui-dialog-content ui-widget-content" id="ui-id-1" style="display: block; width: auto; min-height: 61px; max-height: none; height: auto;">
    					<p>Showing posts of type: <a href="tb_excercise">Excercises</a></p>
    
    		<div class="simple-fields-meta-box-field-group-field-type-post-dialog-post-posts-wrap">
    			<ul class="simple-fields-meta-box-field-group-field-type-post-dialog-post-posts">
    				<li class=""><a href="wp-admin/post.php?post=4111&action=edit" data-post-id="4111">wrwr</a></li>			</ul>
    		</div>
    		<div class="submitbox">
    			<div class="simple-fields-postdialog-link-cancel">
    				<a href="#" class="submitdelete deletion">Cancel</a>
    			</div>
    		</div>
    		</div>

    https://wordpress.org/plugins/simple-fields/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Pär Thernström

    (@eskapism)

    can you provide a screenshot of when this is happening?

    Thread Starter MrWeix

    (@mrweix)

    This one here shows the screen and the Chrome debug bar

    Thread Starter MrWeix

    (@mrweix)

    Was 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.6

    Plugin Contributor Pär Thernström

    (@eskapism)

    how about the “console” tab in debug bar? any errors there? maybe there is an incompatibility with another plugin somehow.

    Thread Starter MrWeix

    (@mrweix)

    Dear 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…

    Thread Starter MrWeix

    (@mrweix)

    not the problem of the plugin, but problem of a theme

    Plugin Contributor Pär Thernström

    (@eskapism)

    Glad to hear you solved it!

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

The topic ‘hidden box in post field’ is closed to new replies.