Ajaxy

Cheap wordpress development….

Powered by Ajaxy

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Our Services
    • PSD To HTML
    • PSD to opencart
    • PSD to wordpress
  • About
    • Great customer support
    • More than 5 years of experience
    • Online delivery

About

Contact: icu090@gmail.com

This plugin is only the start, more to go… :)

30 thoughts on “About”

  1. Alper A. on February 6, 2012 at 9:37 pm said:

    Hi i am trying to install ajaxy on my wordpress website, but i couldnt see any information about ho to insert it into template. If i change the searchforma.php file, then there appears a warning on my template. can yopu help me please? thanks for this useful plugin.

    Reply ↓
    • admin on February 7, 2012 at 7:08 am said:

      Alper,

      What warning do u get?, you have to rename searchform.php to searchforma.php or else the theme search form will be used instead, the plugin hacks wordpress default search form, u can use < ?php get_search_form(); ?> to get the form, or else most of the time it only needs activation

      Reply ↓
  2. Igor on February 12, 2012 at 8:09 pm said:

    Hi,
    Successfully installed your search form and I love it! Thank you so much. However, I’d like to change the colour of highlights, so to say to get rid of fb feel to it. Any ideas?

    Greatly Appreciated!

    Reply ↓
    • admin on February 12, 2012 at 8:13 pm said:

      edit the file style.css under wp-content/plugins/ajaxy-search-form.

      if u know some about css, u can edit the file directly else u can send me ur modifications and i will send u a modified css with the colors that u want

      cheers

      Reply ↓
      • Igor on February 14, 2012 at 11:21 am said:

        great, thanks, found the way!

        Reply ↓
        • Theo on February 14, 2012 at 8:22 pm said:

          Great! It works now, but last thing, it shows only words (for tags) , is it possible by any chance to show the thumbnail of the post that has that tag in it? (right now it shows just words for the tags only).

          Big thanks!

          Reply ↓
          • Theo on February 14, 2012 at 8:23 pm said:

            Opps sorry I replied to the wrong post ;) )

  3. Theo on February 14, 2012 at 7:57 am said:

    Hello, I installed this search. It`s great but there is one problem. I don`t see the text when I type in , and the flickering dash either.

    Reply ↓
    • admin on February 14, 2012 at 8:00 am said:

      adjust the width from under setting->ajaxy search form, if it doesn’t work then send me your blog address and i will check it out

      cheers

      Reply ↓
      • Theo on February 14, 2012 at 8:30 am said:

        Wow that was fast. I did adjust it and it’s the same. The website is http://www.eutopica.com . :) Thanks!

        Reply ↓
        • admin on February 14, 2012 at 9:00 am said:

          Just uploaded a new version 1.0.3, it have the css fix for your website,

          your website is have “color:white” as the main color which will not make u see the text unless u highlight it

          that’s fixed, please update and check, tell me when its done

          cheers

          Reply ↓
          • Theo on February 14, 2012 at 9:01 am said:

            That`s what I thought too. Wow This is great. I`ll check it now and I`ll let you know

  4. Theo on February 14, 2012 at 9:18 am said:

    It worked. Thanks. One more thing though, I`m not sure if it searches by tags. It searches by the text I have inside the post. Is there a way that it can read the tags too?

    Reply ↓
    • admin on February 14, 2012 at 9:25 am said:

      currently it searches categories only, i will add that in v2

      if u really need it, u have to edit sf.php on line 220 and replace this $wpdb->term_taxonomy.taxonomy=’category’ with ($wpdb->term_taxonomy.taxonomy=’category’ || $wpdb->term_taxonomy.taxonomy=’post_tag’)

      this will search both categories and post_tags

      Reply ↓
      • Theo on February 14, 2012 at 6:34 pm said:

        I changed that code and it won`t work!!! If this will work I will def consider donating for this plugin.! I love it so far

        Reply ↓
        • admin on February 14, 2012 at 6:37 pm said:

          copy the whole line and paste it here

          Reply ↓
          • Theo on February 14, 2012 at 7:22 pm said:

            The whole line 220 is : $results = $wpdb->get_results($wpdb->prepare(“select $wpdb->terms.term_id from $wpdb->terms, $wpdb->term_taxonomy where name like ‘%%%s%%’ and ($wpdb->term_taxonomy.taxonomy=’category’ || $wpdb->term_taxonomy.taxonomy=’post_tag’) and $wpdb->term_taxonomy.term_id = $wpdb->terms.term_id limit 0, “.$setting->limit, $name));

            This was with parenthesis.

            Now this is without the parenthesis (I tried both) and none worked. It still searches only by the name. (not by tags)

            $results = $wpdb->get_results($wpdb->prepare(“select $wpdb->terms.term_id from $wpdb->terms, $wpdb->term_taxonomy where name like ‘%%%s%%’ and $wpdb->term_taxonomy.taxonomy=’category’ || $wpdb->term_taxonomy.taxonomy=’post_tag’ and $wpdb->term_taxonomy.term_id = $wpdb->terms.term_id limit 0, “.$setting->limit, $name));

        • admin on February 14, 2012 at 7:24 pm said:

          ah sorry, my fault it should be “or” instead of “||”

          so the line becomes

          $results = $wpdb->get_results($wpdb->prepare(“select $wpdb->terms.term_id from $wpdb->terms, $wpdb->term_taxonomy where name like ‘%%%s%%’ and ($wpdb->term_taxonomy.taxonomy=’category’ or $wpdb->term_taxonomy.taxonomy=’post_tag’) and $wpdb->term_taxonomy.term_id = $wpdb->terms.term_id limit 0, “.$setting->limit, $name));

          Reply ↓
          • Theo on February 14, 2012 at 7:36 pm said:

            This code if I paste it it gives me an error on line 220. It won`t work at all. So instead, I changed the || to “or” . It eliminated that error but it still won`t still search by tags. It`s the same.

          • admin on February 14, 2012 at 8:06 pm said:

            i have uploaded a new version with support of searching post tags and custom taxonomies, u can update your plugin to version 1.0.4

            cheers, don’t forget to donate :)

  5. Igor on February 14, 2012 at 11:26 am said:

    Any chance of eliminating a particular page from the search?

    Thanks

    Reply ↓
    • admin on February 14, 2012 at 6:41 pm said:

      the plugin shows all posts that are published, if the post is private it will not be shown in the search box

      Reply ↓
  6. Theo on February 14, 2012 at 8:24 pm said:

    Great! It works now, but last thing, it shows only words (for tags) , is it possible by any chance to show the thumbnail of the post that has that tag in it?

    Big thanks!

    Reply ↓
    • Theo on February 14, 2012 at 8:31 pm said:

      For example, right now I have 5 different posts (with different images) but having the same tag, and if I type in that tag , it shows 5 tags with the same name but no image.. and it`s confusing. :) Thanks!

      Reply ↓
      • admin on February 14, 2012 at 8:49 pm said:

        i removed the same post_tag appearance, update your plugin for version 1.0.5.

        currently it is not possible to show a thumbnail for post tags and even if it is a feature, you will get a large performance penalty on this kind of selection, because i will have to loop through all the posts inside this tag, get the first featured image and return it

        if i suppose u have 10 post in a tag and there are 3 matched tags, the estimated execution time will exceed 30 sec before returning the result, which will make the user click somewhere else before looking at the search

        this plugin major step was performance

        cheers

        Reply ↓
  7. Barkat Ullah on March 3, 2012 at 5:32 pm said:

    Excellent plugin, i am so much happy with this search, i have given you a 5 star rating.

    Reply ↓
  8. chicks0315 on May 1, 2013 at 8:26 am said:

    When I active the plugin in google chrome browser the right scroll side is full black but in internet explorer browser is ok. But it is crazy bacause if I take a screenshot the scroll side is normal in google chrome and internet explorer.

    Reply ↓
  9. Mathias on May 4, 2013 at 9:43 pm said:

    Hello. Thanks for the great Plugin. I have a few questions. Hope you can help me.

    - Is it possible to delete the Text “Suche nach” over the Searchfield?
    - Is it possible to change the width of the Resultbox/Searchbox?

    Thanks a lot.

    Reply ↓
  10. Mathias on May 4, 2013 at 9:48 pm said:

    Sorry for Double Post but it is possible to exclude the categorys from Searchresults?

    Thanks

    Mathias

    Reply ↓
    • Mathias on May 4, 2013 at 10:56 pm said:

      Sorry. I have found the Options. But i miss one Option to set.

      When i visit over http://www.wuepics.de my blog, the old Searchformbox is visible.

      Then, when i click on a Post or something, your Searchformbox is activ.

      How can i change this?

      Thanks a lot.

      Reply ↓

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Download Now
Proudly powered by WordPress