• Resolved PetruTiglar

    (@petrutiglar)


    Hey guys, Im using the QuailFire theme to make a online computer store for my business. At this stage im running it on a addon domain from my personal website so when its done i can transfer it.
    The problem im having is with the search engine on the top right corner of the page (Theme dedicated)
    Ive put a few test products in the store to play around with and ive noticed that the search engine wont pick up anything in the search results. Ive tried looking at the scripts but i dont think there is an issue there, IM not all that smart about coding anyway so i could be wrong. if someone could tell me whats wrong with it or if someone could give me a script to use instead of the dedicated one i would be very happy. Although i like the look of the one thats there now, if you think its a better script please post it for me. here is the script im using now.

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div id="search" class="grid_7 prefix_17">
    		    <form action="<?php bloginfo('wpurl'); ?>/" method="get">
    			<div class="search_box">
    			    <input id="search_field" name="s" type="text" class="inputbox_focus inputbox pngfix" value="<?php esc_attr_e('Search...', 'qualifire'); ?>" />
    			    <input type="submit"  value="" class="search-btn pngfix" />
    			</div>
    		    </form>
    		</div><!-- end search -->

    my website url is: ptnetworx.petrutiglar.com

    Thanks guys!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PetruTiglar

    (@petrutiglar)

    Or better yet, If someone could offer me a great script or plugin to search only products. that maybe a better way to go.

    Thread Starter PetruTiglar

    (@petrutiglar)

    The first issue is fixed, I realised that there was no product for what i was searching and i was infact searching the product category. But the other issue i have is when i click on the product tht i want to view and it says “Catchable fatal error: Object of class WP_Error could not be converted to string in /home/petru/public_html/PTNetworx/wp-content/themes/qualifire/scripts/breadcrumbs.php on line 86”

    and i would like the search results to come up with the pictures and the name of products.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘QuailFire theme dedicated search bar wont search products.’ is closed to new replies.