scottdoc
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Help] WP Help Lists Not WorkingI had the same problem.
If someone finds this, the fix I found was to add the following to “wp-help/css/wp-help.css”
div#cws-wp-help-document ul { margin: 5px 5px 5px 15px; list-style: disc; } div#cws-wp-help-document > ul { margin: 10px 5px 10px 20px; }You may prefer to add code to your functions.php to avoid editing the plugin itself:
see this postThis works well enough though.
Forum: Plugins
In reply to: [WordPress Flickr Manager] [Plugin: WordPress Flickr Manager] UselessHi – I know this is 5 months old and you’ve probably moved on, but this is a javascript bug and can be managed if you make sure at least 1 radio button is selected on the “Viewer Size” sizes – even if you’re not using the viewer.
This happens if the default viewer size isn’t available, the plugin won’t preselect a size and therefore “viewer size” is undefined and javaScript aborts the insert.
A bug, yes. But for me it was worth fixing/working around because this flickr plug-in seems to work the best for my needs, bugs and all.
If you deselect “Use Javascript Datepicker” the format colours will work. A bug I think, mc_nate. I checked the php and when datepicker is selected it doesn’t output the main css.
Why datepicker is in there anyway? I don’t understand as there isn’t a field for birthdate… unless I’m missing something? Perhaps it could be my personal mailchimp settings? I don’t know.