Randy Walker
Forum Replies Created
-
Forum: Plugins
In reply to: [Author Avatars List/Block] Bug: Block reverting to all users on page editThis is 8 separate blocks of 1 user each. There is no commonality between the users that would let me put all 8 in one block.
This keeps resetting to this value (and it’s not even showing the ID entry field) instead of saving the user I’ve selected from the list.
This happens for all 8 blocks.
Since it’s just 5 for now, I ended up just putting [show_avatar] on the page 5 times. Not the best solution but it works for now.
Forum: Fixing WordPress
In reply to: Issues with Autosaving in 5.0 EditorI had this issue and narrowed it down to my theme: Mai Lifestyle Pro. Reached out to the theme developer and awaiting help.
Changing the order of users in the whitelist does not have affect the output ??
Forum: Plugins
In reply to: [Post Type Switcher] Is Custom to Post possible?I am also experiencing this issue–I have a custom post type and I can switch it individually on each post but the field isn’t showing up on the Bulk Edit screen. I have several hundred posts I’d like to change; any idea what I’d need to do to get the field to show up in Bulk Edit mode?
I have several dozen users and need to display only these 5, in order. ??
Thanks for looking into this! I did this:
[authoravatars whitelistusers=1,7,51,21,103 user_link=authorpage display=show_name,show_biography order="last_first_name" asc avatar_size=175]
It still shows me, R, before her, M.
Your logic described above sounds backwards to me. Sort last name then within last name, sort first name is how I imagine it going but maybe I just misunderstood what you wrote?
Hi Paul,
I just tried that and it did not work. Is it possible to manually specify the order? That’d be fine too.
Thank you! I was experiencing this too!
Forum: Plugins
In reply to: [Disqus Comment System] Can't Sign InOK, I figured it out. The change password on Disqus.com isn’t working–I got the plugin to work with my old password. :S
Forum: Plugins
In reply to: [Disqus Comment System] Can't Sign InI’m trying to set up this plugin and I can’t login either. I can login on disqus.com but I get the invalid credentials message when I try to set up the plugin. I’ve tried both username and email address and I’ve tried changing my password.
Forum: Fixing WordPress
In reply to: Tough Question About 508 Compliance and a “label”The problem is that the select element created by dropdown_cats() needs to have an id attribute too. Ideally, it would be something like this:
<form action="" method="">
<label for="cats">Categories:</label><select id="cats">...</select>
<label for="catsub">Go to selected category:</label><input id="catsub" type="submit" value="Go" /></form>
Forum: Fixing WordPress
In reply to: Tough Question About 508 Compliance and a “label”good question ?? File a bug report. But at least that will get you by because most browsers will recognize that. Your page won’t validate but it’s a quick and dirty hack until the WP code is improved.
Forum: Fixing WordPress
In reply to: Tough Question About 508 Compliance and a “label”You can do this:
<label> Categories <select>...</select></label>
. That will take care of error #1.For error number 2, do you have Flash, PDFs, or other documents web browsers can’t natively display? If so, provide a link to where a viewer can be downloaded.
Forum: Themes and Templates
In reply to: Admin area styles/layoutsI’m https://randywalker.net/ not .com ??