crzyhrse
Forum Replies Created
-
Forum: Plugins
In reply to: [Child Theme Configurator] Minifyed css..?Yes, though WP Super Cache… And thank you so much… Also responding to your email…
Forum: Plugins
In reply to: [Sweet Captcha] Caching static content- getting a "F" since Sweet Captcha…Thanks, and what you’ve done has improved, but with still a bit of persistence… I’ve emailed details at the above email address…
So nice that you are onto this… It really is a sweet captcha, and sweet support as well…
??
Forum: Plugins
In reply to: [bbPress Moderation] Redirect after Creating TopicI am finding that though the modification works fine for redirecting a first topic, but it is not redirecting for a first reply, though the changes were made in both form-topic.php and form-reply.php…
Have double-checked every way I could to confirm… Because either moderation enables the other as well, it’d be nice to have the redirect work for both…
And just to note, the code to replace occurs on line 24 in form-reply.php, rather than line 32 as it does in form-topic.php…
Forum: Plugins
In reply to: [User Activation Keys] Do the same for a single site…?As my sense of the terrain grows I believe you may be right, that one can do as you say:
delete a user, register, delete, register all the while without the activation key step slowing me down
in a single site.
I believe now it was another problem that seems to be corrected…
Your response is appreciated…
??
Forum: Plugins
In reply to: [Nice Login Widget] Redirect after registering…A few hours later… I looked closer at what the pro version said it could do, and took the plunge, purchased it… And now am very pleased with what it enabled… Different from what I was imagining and better, integrates well, a very elegant approach…
Forum: Plugins
In reply to: [Nice Login Widget] Redirect after registering…Just to add that it is really just the redirect that is needed, the rest can be added into the welcome page with additional text and links…
Forum: Plugins
In reply to: [Unique Headers] wp header images on blog and forum pagesThanks for getting back and letting me know… I’ll keep looking…
Forum: Plugins
In reply to: [Ajaxy Instant Search] Specifying the id of exisiting search boxIs there a way to attach an invisible tag to a page or post, so if the text of the tag is searched for that page or post will come up in the results..?
Forum: Plugins
In reply to: [Simple Links] Feature request: Open in new page…Perfect, right there in front of my eyes, if only I’d looked a little better…
A great plugin even greater…
??
Forum: Plugins
In reply to: [Ultimate Posts Widget] Post title font size, perfect otherwise…In case others are looking for a similar answer, after some searching found the code below that I pasted into my child theme via the editor in appearances, that worked perfectly after I changed it to the name of this widget…
.widget_ultimate_posts ul { font-size: 85%; } .widget_ultimate_posts ul li { list-style-type: disc; }