turnkey13
Forum Replies Created
-
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] App does not scrollsame issue with me, looking for fix. not scrolling..
Forum: Plugins
In reply to: [Same Category Posts] Does not work with custom post type categoriesI belive this is definately a need. looking forward to it.
Forum: Plugins
In reply to: [Same Category Posts] Highligting current postthank you. works
Forum: Plugins
In reply to: [WPSOLR - Elasticsearch and Solr search] Limiting the search resultsI meant the total number of results not the number of results per page.
For example, user may write “and”, this returns hundreds of results, to prevent this kind of stuff. Eventually, makes site slower.
“start scrolling and hide when u start scrolling up.” would be a fantastic solution especially for users with small screen sizes like iphone 4s/5..
Yes, It is fixed! great..
Hi, as a suggestion, I think instead of completely disabling the bar on mobile, It would be great to hide this when user touches screen or show this when user scrolls, for example with tocca.js.
I see that the plugin developed over solarium php client library and suggester is inside that.
I see the responseparser.php, Is it the correct file to customize?
I kindly ask you to provide the relevant files for suggester?
Forum: Plugins
In reply to: [WordPress Popular Posts] Manually editing counterI edited the output like below, and it works..
<?php if (function_exists(‘wpp_get_views’)) {
$var1 = 100;
$var2 = 1000;$views = wpp_get_views( get_the_ID() );
if ($views <= 100)
{
$viewsx1 = $var1 + $views ;
echo $viewsx1;
}
else
{
$viewsx2 = $var2 + $views ;
echo $viewsx2;
}?>
oh, ok thank you very much..
thanks.. screenshot https://i.imgur.com/l2svN.jpg
Forum: Plugins
In reply to: [BuddyMobile] doesnt work on iphone or touchworks great man, I tried iphone, fully functional, try back!
thanks to developer..
Forum: Plugins
In reply to: [Quote Source] [Plugin: Quote Source] it links wrong?plugin is working by the way.
Forum: Plugins
In reply to: [Plugin: Highlight Search Terms] Good plugin but issue IE 7 and 8you can look link library plugin for this effect if you want. it has same highlight effect for spesific page search and it doesn’t give error.