matthewv789
Forum Replies Created
-
Forum: Plugins
In reply to: [Disqus Comment System] Can't login by wordpressI think you mean “enable” third party cookies (that is, not block them).
Forum: Plugins
In reply to: [Media Features] Category selection is not visible in Add Media windowJust after you upload the file, it should display an “Edit” link next to where it confirms the upload and processing. That will take you to the screen where you can add things like alt text, and the category.
Forum: Plugins
In reply to: [Media Features] How can i list all files attached on a categoryHave you seen the “All Categories” dropdown at the top of the Media Library? That’s added by Media Features.
Or do you mean to list them by category in a page outside of wp-admin? You’d want to look at the taxonomy “media_categories”.
Forum: Plugins
In reply to: [Media Features] View assigned categories in Media Library listonerob has the solution there, it is a VERY EASY fix (on two lines, change “categories” to “media_categories”).
Is it possible to get an update of the plugin to include this fix?
Forum: Plugins
In reply to: [Media Features] View assigned categories in Media Library listI am seeing the same problem, it just shows the dash in the Categories column. Filtering does correctly show just the images in that category though. (jczernik also noted this in his review of the plugin August 21)
Forum: Fixing WordPress
In reply to: head scripts/links showing up inside body tagI have had this problem on a couple of sites (one Joomla, one just running PHP).
It turns out it was the specific encoding of the files: I needed to change them from UTF-8 to “UTF-8 without BOM” (BOM=”byte-order-mark”) in Notepad++ to fix.
Until I stumbled across that, I was tearing my hair out: exactly as you described, extra space at the top (all browsers), inspect element in either Firefox or Chrome showed scripts etc. included in the body, not head, even though “View source” showed them all in their proper locations. VERY weird.