This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Ajax Search Pro is not Picking up Word Content #5130
    turner2fturner2f
    Participant

    Thanks for the reply.

    So what you are saying is that the plugin will not work with themes that have “Content Page Builders” ?

    So this plugin will not work with something like “Visual Composer” ? ( http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431 ) ?

    Please reply.

    in reply to: Ajax Search Pro is not Picking up Word Content #5117
    turner2fturner2f
    Participant

    Thanks Ernest,

    But the issue was not the font color of the Result Titles.

    It is the fact that the Word Content on the pages are not being picked up by the plugin.

    For instance, you can go to any of the pages and insert a keyword(s) like “Harris” , “Georgia”, “showroom”, etc.

    You will find that the Search produces “No Results”.

    How do I get ALL the word content on ALL my pages to be picked up in the Search results?

    =======

    Can you please log in again and test this ?

    • This reply was modified 10 years, 11 months ago by turner2fturner2f.
    • This reply was modified 10 years, 11 months ago by turner2fturner2f.
    in reply to: Ajax Search Pro field keeps physically shrinking in length #855
    turner2fturner2f
    Participant

    Awesome! Awesome! Awesome!

    I configured the CSS code so that it would work on PC’S, Popular Tablets and Phones.

    You might want to consider posting this on your forum or on your CodeCanyon support page.

    I have an iPad 2.

    1) If you have an iPad 3, 4, Air, or iPad Mini, please let me know if the Search field is lined up with the navigation links when the tablet is held in landscape ( IE – wide ) position.

    2) What would be the proper CSS code for an iPad Mini ?

    ================================

    /* This keeps the Search field from shrinking upon each inquiry made   */
    
    /* Regular pc & others */
    #ajaxsearchprowidget-4 {
      width: 265px !important;
     float: right  !important;
    }
     
    /* Search field width on Smartphones (Held vertically) ----------- */
    @media only screen
    and (min-device-width : 350px)
    and (max-device-width : 600px) {
      #ajaxsearchprowidget-4 {
        width: 320px !important;  /* Was originally 486px */
        float: none  !important;
        margin: 0 auto;
      }
    }
    
    
    /* Search field width on Smartphones (Held horizontally) ----------- */
    @media only screen
    and (min-device-width : 550px)
    and (max-device-width : 800px) {
      #ajaxsearchprowidget-4 {
        width: 420px !important;  /* Was originally 486px */
        float: none  !important;
        margin: 0 auto;
      }
    }
    
    
    /* Search field width on iPad 2 and iPad Mini Tablets (Held horizontally) ----------- */
    @media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px) {
      #ajaxsearchprowidget-4 {
        width: 265px !important;  /* Was originally 486px */
        float: none  !important;
        margin: 0 auto;
      }
    }
    
    
    
    /* Search field width on iPads 3, 4, iPad Mini w. Retina, and Air Tablets (Held horizontally) ------*/
    @media only screen
    and (min-device-width : 1536px)
    and (max-device-width : 2048px) {
      #ajaxsearchprowidget-4 {
        width: 265px !important;  /* Was originally 486px */
        float: none  !important;
        margin: 0 auto;
      }
    }
    

    ===================================

    Look forward to your reply.

    • This reply was modified 12 years, 5 months ago by turner2fturner2f.
    • This reply was modified 12 years, 5 months ago by turner2fturner2f.
    • This reply was modified 12 years, 5 months ago by turner2fturner2f.
    in reply to: Ajax Search Pro field keeps physically shrinking in length #850
    turner2fturner2f
    Participant

    Ok.

    I had to do a little adjustment to the CSS you submitted.

    Because at 486px the search field would run off the edge of a vertically -held mobile phone device.

    So I had to reduce it down to 265px

    ==========================

    ajaxsearchprowidget-4 {
      width: 265px !important;  /* Was originally 486px */
    }

    ==========================

    So everything appears to be fine.

    There is just one request….

    How do I get the Search field to be CENTERED on a mobile phone device that is being held horizontally ( in “landscape” ) ?

    Please see the attached screenshot image from my Mobile phone.

    ==========================

    Thanks in advance.

    Look forward to your reply.

    • This reply was modified 12 years, 5 months ago by turner2fturner2f.
    • This reply was modified 12 years, 5 months ago by turner2fturner2f.
    in reply to: Ajax Search Pro field keeps physically shrinking in length #849
    turner2fturner2f
    Participant

    Thank you very much.

    I think that fixed the issue.

    I will let you know if I run into anything else.

    Thanks again for your assistance.

    in reply to: Ajax Search Pro field keeps physically shrinking in length #845
    turner2fturner2f
    Participant

    OK.

    I reinstalled the plugin, and it is working much better.

    But it still shrinks just not as much as it did before.

    Look forward to your assist

    ================================

    I am reattaching the UN-corrupted plugin in a zip file

    in reply to: Ajax Search Pro field keeps physically shrinking in length #844
    turner2fturner2f
    Participant

    Seems to only work on Phones, Tablets, Safari Browser, Google Chrome Browser.

    No longer works in Internet Explorer 9 or FireFox 25.0.1

    in reply to: Ajax Search Pro field keeps physically shrinking in length #843
    turner2fturner2f
    Participant
Viewing 8 posts - 1 through 8 (of 8 total)