I have a few small issues that I wondered about. Nothing that needs immediate attention or anything.. just some small things I noticed and tried to change myself but failed.
Okay first, I changed the style from 'grey' to a hex code color and it just WILL NOT change the color from grey. Here's where I changed it (and cleared cache afterwards just in case):
plugins/polls-in-posts.php
- Code: Select all
$output .= ".poll_result_short {padding:1px; border:1px solid black; background-color: #848284}\n";
$output .= ".poll_result_full {padding:1px; border:1px solid black; background-color: #848284}\n";
You can see that I added the hex. Should that do it or am I missing something somewhere else? I couldn't find any instance of colors anywhere in any of the code.
Also, sometimes the font will get switched to Times New Roman (or default browser font) so is there a way to set a permanent font on this? Would I do it in the same area that I'm working with these colors?
And lastly, I noticed after I save a poll that when I go edit it again it shows me how many votes had been added to each option.. but these don't display on my site to my visitors. Is it supposed to? It would be really nice if it did. I can't figure out how something can be written in my {short-story} but it won't show up on the site. You can see it here
http://www.scottdizzle.comWell.. sorry for writing a book. That's just my experience with this. I'm so excited about this thing you have no idea.
edit: Uhoh.. when I use search and it pulls up a poll it gives errors like this:
http://www.scottdizzle.com/search.php?d ... &category=or
http://www.scottdizzle.com/search.php?d ... &category=I've been trying to figure out what's wrong.. but I can't seem to nail it. I have a feeling it's to do with one of the filters in search.php.. maybe highlight?
Edit again:Yep.. I changed line 77 of search.php to:
- Code: Select all
//add_filter('news-entry-content', 'Highlight_Search', 999);
and now all errors are gone and polls display properly.