Dominik Schilling
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: filter for attachment details modalForum: Alpha/Beta/RC
In reply to: Our theme options framework shows blankFor the record: I see the JS error, but don’t have blank screen on a clean install with WP Product Review.
Forum: Alpha/Beta/RC
In reply to: Our theme options framework shows blankon the settings page we do : wp_enqueue_media() and we do that so we can use media upload in the admin panel
That’s totally fine. But enqueuing the media script is a bug in your code.
Forum: Alpha/Beta/RC
In reply to: Our theme options framework shows blankYou’re enqueuing
wp-admin/js/media.json your settings page: https://plugins.trac.wordpress.org/browser/wp-product-review/trunk/admin/inc/render.php#L175This file is only used on the Media Library (wp-admin/upload.php). Is there a reason for this or just an error in your condition?
What about:
if ( $file == "media" ) { wp_enqueue_media(); } else { wp_enqueue_script( $file ) ; }Forum: Alpha/Beta/RC
In reply to: Images shivers when each media load.Is it possible that you can make a screencast of your “shivers” effect and link it here?
Forum: Alpha/Beta/RC
In reply to: missing tinymce at library descriptionOn the Post UI I still have the Quicktag toolbar, see: https://cloudup.com/cD68WpDfZ29
There was never a TinyMCE editor for descriptions, maybe a feature of a plugin? You can use your browser to diagnose JavaScript errors.
Forum: Alpha/Beta/RC
In reply to: gallery link to attachment site -navigate threw all imagesThat’s by design, you’re navigating through the attachments, not the gallery itself. This isn’t new in 4.0.
This is related to #22829.
Forum: Alpha/Beta/RC
In reply to: missing tinymce at library descriptionHey Monika,
on which screen do you miss TinyMCE? Inside of the new modal?
Forum: Alpha/Beta/RC
In reply to: Error with plugin.phpHello kmessinger,
which PHP version are you using? Any plugins active? Does the error still exists, when you re-upload the package via FTP?
Forum: Alpha/Beta/RC
In reply to: containment of editor scrollingCould this be #28328?
Forum: Alpha/Beta/RC
In reply to: Bug in WordPress 4 Beta VersionHello ferdousanik, this should be fixed with [29119] and is available via next nightly build.
Forum: Alpha/Beta/RC
In reply to: Edited Image hides metadataThanks, this is a known issue, see #28800.
Forum: Fixing WordPress
In reply to: No quick navigation menu (left) in IE9, IE7 and OperaThis depends on the screen size.
Forum: Plugins
In reply to: [Public Post Preview] Public Post Preview to support pagesPages are already supported.
Forum: Plugins
In reply to: [Public Post Preview] Showing Track Changes in PublicHello hnryzhng,
that’s not in the scope for this plugin.