jamesrandom
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Beta Tester] How to access 4.8 BetaOK. I read the instructions!
Forum: Plugins
In reply to: [Super Testimonials] Widget shoing excerpt?I was wrong about the first point: it is showing an excerpt in the widget but because it was displayed as if there were three columns (with one word per line!) it looked very long.
It would be nice to be able to set the length of the excerpt differently for the widget and the list.
Forum: Plugins
In reply to: [Super Testimonials] Widget shoing excerpt?Also, the widget is using the 3 column display set for the list, even though it is only displaying a single testimonial. This means the text is squashed into 1/3rd of the available space.
Forum: Plugins
In reply to: [List category posts] Can't set multiple classesThe response to that bug report suggests using esc_attr() instead of sanitize_html_class(). I have modified the code and this works exactly as I need. I don’t know if you want to make the change in your code or not …
Forum: Plugins
In reply to: [List category posts] Can't set multiple classesHaving looked at the source, this is because it uses sanitize_html_class() to make sure the class is valid/safe. However, this doesn’t allow spaces. There is an update of this function in progress to allow a wider range of characters. I have posted to the bug tracker suggesting it should also allow spaces.
https://core.trac.ww.wp.xz.cn/ticket/33924Forum: Plugins
In reply to: [WP Document Revisions] file.xlsx changes to file.xlsx.xlsIs this only a problem when using IE? I have seen a similar problem with many other systems when downloading files with IE; it changes/adds the extension that it thinks should be there.