bryan1fm
Forum Replies Created
-
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] CSS Not WorkingIn your own stylesheets you can use !important after any style you don’t want changed by another style declaration. For example, to set the font size to 16 pixels and not have it changed later, you would use:
#captcha_code { font-size: 16px !important; /* etc */ }A quick internet search shows that browser support for this is very good.
Hello Jose
When I was looking for a suitable plugin, I was impressed with how many support queries were marked as resolved and the speed of response.
Well, your solution worked for me, but I’m rather puzzled as to why. You see, each of the posts was on a different blog, so the shortcode could only have pulled one from each blog anyway. The pagination was just to make testing easier.
Students will enter their learning objectives on their blogs and the teacher can use your plugin to check they have all been entered correctly. Some classes will have 2 lessons in one day, so it would be useful to be able to pull only 1 from each blog. For the other classes, I can restrict them those published in the last day.
Your solution and quick response have made me feel confident about being able to make a presentation to the teachers and to use it on a live website. Thank you and I shall mark this as resolved.