Aaron Sylvan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…Heh, I was disappointed by the same thing… I found your post because I’m doing a similar search on behalf of a client. You’re right that spotfinder looks like it’ll require heavy customization — good luck! (I take it you feel it would be easier to start from there, than building your own from scratch inside WP? Maybe offering it for sale if your client relationship would allow that?)
Thanks for calling my attention to agriya – I see they have quite a bit of nice-looking packages. Assuming the code is clean, I could imagine using one of them for a future project. Will have to keep them in my files.
Sorry I couldn’t be more helpful…
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…This plugin might be closer to what you have in mind: http://wordpress.org/plugins/wp-design-awards/
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…oops, crap, I’m sorry… that’s crowdfunding, not crowdsourcing… :/
and the UI on here doesn’t seem to want to let me take back that post… meh.
Forum: Themes and Templates
In reply to: 99Designs, Design Crowd etc. theme…fundify – you can find it on themeforest 🙂
http://themeforest.net/item/fundify-the-wordpress-crowdfunding-theme/4257622
(disclaimer: I haven’t actually implemented that theme, so I can’t promise how well it works… but it has an almost 5-star rating from a large number of users)
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankOk, here’s a crappy hack…
Using “Plugins->Editor” and selecting “Testimonials”, you can get to the “testimonials-by-woothemes/woothemes-testimonials-template.php” file.
Line 133 is:
$content = apply_filters( 'woothemes_testimonials_content', get_the_content(), $post );and if you change that to:
$content = get_the_content();then it seems to work okay. I’m not sure what the “woothemes_testimonials_content” filter was intended to do — it may be intended to “sanitize” the testimonials against people sneaking hacks into them. But if you write your own testimonials and don’t allow reader submissions, it won’t matter.
ANYway… I’d really like to see a fix originate from Woo on this one, but in case of emergency my answer about should work.
Happy hacking!
-Aaron
Forum: Plugins
In reply to: [Testimonials by WooThemes] Testimonies Are BlankNOPE – the HTML is not being output (I checked Chrome and Firefox).
The defect seems to relate to the “%%TEXT%%” not being substituted correctly into this:
$tpl = '<div id="quote-%%ID%%" class="%%CLASS%%"><blockquote class="testimonials-text">%%TEXT%%</blockquote>%%AVATAR%% %%AUTHOR%%<div class="fix"></div></div>';inside the testimonials-by-woothemes/woothemes-testimonials-template.php file?
I dunno, maybe that’s wrong.
But the actual HTML being output definitely has a ‘blockquote’ tag followed by a ‘/blockquote’ tag, with no text in between.Any help much appreciated!!
-Aaron Sylvan