sugartoys
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Errors after Update+ 2
But i test a the form and the email came thru anyways, is just odd. I fallow the documentation but still getting errors.
Hi, thnx for sharing this with the comunity.
Since the first code editor app for ios came out, this have been one of the most asked features, at least for me. Thnx for the app, i will be happy to offer my help. I will be dropping you a line.
Forum: Plugins
In reply to: [Requirements Checklist] More than 5i hit u up by email. ??
Forum: Plugins
In reply to: [Requirements Checklist] More than 5thnx for the fast response, and make sense and thats actually good.
SEO i dont use at least for this, since is a private directory and im running sandbox. Funny thing i got stuck in the last taxonomy haha i just need 1 more ??
But if is no way else to do it, then i hit u up on the site.
thnx
Forum: Fixing WordPress
In reply to: Force Reload on UpdateMaybe this will explain better, some context. Its gonna be a page with an embed live streaming video of an event. When that streaming is over a new one will replace that one for a live streaming video of a forum discussion for the video that was already played.
Maybe, someone have a better idea. I was suggested to reload the page and replace 1 feed for the other.
My first idea is or was simple. Make a timer <meta> reload of 900ss, BAM, problem solve. But the problem is, the 1st live feed doesn’t have an specific time to cut and predict how many seconds i will need. So i tough, “hell some ajax”. But im not sure anymore.
Like always, i end up here for suggestions. ??
thnx guys…
Forum: Plugins
In reply to: [Super Testimonials] How to get metadataHey, no worries the plugin itself speed the process of creating the post type, designing and coding a testimonial section. Thnx for building this and sharing the lite version with the community it in the first place, its awesome. ?? Im looking forward for the update and getting the Pro version.
Forum: Fixing WordPress
In reply to: Build a Racing ScoreboardYeah! that sound like the right direction. I’m gonna check that one right now. ?? i let you know.
Many thnx Daniel.
Forum: Hacks
In reply to: Get Specific Taxonomy CountThnx Calvin.
i think i didnt explain myself better because is the terms inside the taxonomy, but doesn’t matter now i figure it out, well i think hehe.
1st to clarify this. I need to know the amount of post or count for a term. Lets say the taxonomy is Cars, then i want to know how many toyotas.
I did make something work and i leave it here for reference or improvement (or fix if im doing wrong). Here a example of the concept i did.
$sgr_count = array( 'post_type' => 'car', 'post_status' => 'published', 'toyota' => 'gt86', 'numberposts' => -1 ); echo $num = count( get_posts( $sgr_count ) );
This bring me the count for gt86. ??
Forum: Fixing WordPress
In reply to: Get Specific Taxonomy CountThnx a lot! And yeah sorry bout that, I thought it was in the wrong category and post another and forgot to erase it.
My apologies. Im going to close this one
Forum: Hacks
In reply to: filtering terms from get_termsHmmm somehow we are looking for the same thing. Im keeping an eye on this one. Tnx for ask.
Forum: Plugins
In reply to: [Simple Documentation] Multisite+1 same here.
i mean, this plugin is awesome don’t get me as ungrateful mate, but if u ask me how could be improve this plugin, multisite FTW ??
Forum: Plugins
In reply to: [qTranslate] Broken. Any updates yet?Nevermind i found my fix on other treath. If anyone is using the plugin on 3.6 and is working fine but the ALERT is messing up, just change the supported version on the main file (qtranslate.php) then change to 3.6
i got my fix here
https://www.ads-software.com/support/topic/editor-is-not-smooth-in-36thnx guys. ??
enjoy! im glald to help. ??
in the interface file (bpfb_interface.js) look up for this line
// Only initialize if we're supposed to. if (!('ontouchstart' in document.documentElement)) { if ($("#whats-new-form").is(":visible")) init(); }
and replace it for this one
// Only initialize if we're supposed to. if ((document.documentElement)) { if ($("#whats-new-form").is(":visible")) init(); }
i tested on iPad 1 & 2, also on iPhone 4 & 4s and did work like a charm, i just fix mine right now. i hope it work for everyone else. ??
a side note, if you have iOS 6 you will be able to upload pictures from your camera roll, yeah! ??
hi guys i found this post for a workaround, didnt try it yet. just in case someone else looking for this
i will try it tomorow.