Eric_WVGG
Forum Replies Created
-
It would be preferable if hidden inputs were not wrapped with paragraph tags, spans or line-breaks at all.
Forum: Plugins
In reply to: [AssetsMinify] Trouble with setupI have uploaded the plugin to my wp-content/plugins folder, but it is not showing up in the list on the plugins page. Has anyone encountered this issue before? WordPress 3.6
NEVER MIND. Upload crashed out and I didn’t notice.
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content block dissapeared after updatetimpan, I think it’s likely that your custom data is in your database, tied to an earlier revision of your post. If you know anything about databases, you could probably scan the wp_postmeta table and update the post_id to the correct revision.
Forum: Plugins
In reply to: [Multiple content blocks] Multiple content block dissapeared after updateI came to the same conclusion as Maltpress. I lean toward option #1…
– in the instance of a normal post, it should scan single.php
– in the instance of a normal page, it should scan page.php
– in the instance of a custom type, it should scan single-customtypename.phpI’ll probably file a patch in github this weekend
Forum: Requests and Feedback
In reply to: Import page is blankI was able to fix this by editing line 54 of /wp-admin/import.php to read
$action = "<a href='import.php?import=$id' title='".wptexturize(strip_tags($data[1]))."'>{$data[0]}</a>";and line 56 of /wp-admin/import/wordpress.php to
wp_import_upload_form("import.php?import=wordpress&step=1");presumably it would need to be altered in /wp-admin/import/*.php
Forum: Requests and Feedback
In reply to: Import page is blank… and the “action” on the upload form also leads to the incorrect address, making an import impossible