Ajax searcher to navigation bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Ajax searcher to navigation bar

This topic contains 6 replies, has 2 voices, and was last updated by thomaskrel thomaskrel 10 years, 3 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #897
    thomaskrel
    thomaskrel
    Participant

    Hi, , I need help to put the ajax searcher to my header navigation bar..
    I already replace in header.php the<?php if($theme_search_form == "0") { get_search_form(); } ?>

    with
    <?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>

    but its not working correctly i attached the ss about the issue ..

    Thanks ..

    Attachments:
    You must be logged in to view attached files.
    #900
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    It seems like it’s only a minor issue with the css setup. I tried to access your site, however it’s giving me a 504 getaway timeout error for the backend and it loads the pages only sometimes. Do you experience the same, or it’s just me?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #901
    thomaskrel
    thomaskrel
    Participant

    Hello again, and thank for your answer ,! 🙂

    you can try to find the login are here : http://www.tattoodesignsidea.com/wp-login.php?bxc_15lKx_hu14_asdsdf654sdfsdfs=3566562

    Thanks

    #902
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Still cant load it, the server is too slow, maybe because I’m from europe, not sure. Anyways, can you send me a copy of the template and a screenshot of where you want to place the search on your site exactly? I will fix it on my test server and tell you what to do then. 🙂

    Thank you!

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #903
    thomaskrel
    thomaskrel
    Participant

    Aham okej sir, sry for that issue, maybe its becouse i was loged in also on my another searcher idk .

    so you can see on the ss the place where i want to place the searcher, is the top header navigation bar,..

    and here is you link for header.php . file ,

    I hope this helped for you ,, Thanks you anyway .

    Attachments:
    You must be logged in to view attached files.
    #905
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Ok, unfortunately I cannot see your file, but here is what I should do: in the header.php search for the div id=’nav’ element and add the following lines just before the /div closing tag like this:

    <div id='nav'>
      ...
      ...
      ...
      Add these lines:
      <div style='float: right;width: 320px;'>
         <?php echo do_shortcode('[wpdreams_ajaxsearchpro id=1]'); ?>
      </div>
      and stop.
    </div>

    This will create a container element for the search and it should appear where it supposed to.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #906
    thomaskrel
    thomaskrel
    Participant

    Thank you Sir, Now its working 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.