viewclips
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issuehi again monodistortion.
i’m interested in modifying the plugin that instead of [Translate] button, would appear the list of flags by default and when i click the flag it would translate the content.
can you give me any tips?
much appreciated, thanksForum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Only Search after 3 Chactersso what’s the problem then?:)
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Only Search after 3 Chactersyes i see that on your site the apostrophe thing works, do you have wp older that 2.9 installed?
if i manage to make it load faster, i’m gonna tell you:)Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Only Search after 3 Chacters🙂
did you read my last part? when search words with ‘ like “it’s” “doesn’t” it doesn’t return any results, i tried modifing the code replacing ‘ with \’ for the query, but it seems not to work. you can check http://www.viewclips.net and search for “doesn’t” the live search has no results but after you press enter to search it returns the posts containing that work.
how can we make the plugin act faster, like google/youtube and other sites that act almost instantly:)
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Only Search after 3 Chactersedit daves-wordpress-live-search.js.php
search for line:
if(LiveSearch.searchBoxes.val() === “”) {and replace it with these 2 lines:
var srch=LiveSearch.searchBoxes.val();
if(LiveSearch.searchBoxes.val() === “” || srch.length <4 ) {i use it for search that begins after 4 characters entered.
have you guys tried to search for “doesn’t” or “it’s”…words containing ‘, does the plugin work? for me it returns no results even though there are
Forum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issueweird, the post was already in a div, i added to that text a <h3></h3> and now it works.
thanks alot monodistortion
have a happy new year!
Forum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issueok thanks alot, waiting for the solution, you can tell me what to modify coz i know php
Forum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issueso i’ve enabled the plugin again, in firefox it works, in ie it doesn’t work, is screws up the video player, don’t know why.
waiting for a response, thanksForum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issuethanks for the answers, i’ve deactivated the plugin
Forum: Plugins
In reply to: [Plugin: Google AJAX Translation] video player issuemonodistortion can you give me a hand?
now it seams that it doesn’t appear in firefox and i didn’t change anything..wierd
Forum: Plugins
In reply to: search engine resultsso?