I have tired below but it still doesn't work.....

I am not sure why.

The demo works but on my website it doesn't =/ Endless loop of advance search page

https://www.thelitt lestgift boutique.com/store1

I installed Tableau 2 template for this. Thanks





Quote Originally Posted by MIKEYFM View Post
I have found the answer to this issue:

in the stylesheet.php file there is the ref as below:

Code:
#search-wrapper input[type="submit"] {
		background: transparent url(<?php echo $template->get_template_dir('arrow_nav_hover_up.png', DIR_WS_TEMPLATE, $current_page_base,'images').'/arrow_nav_hover_up.png'; ?>) 0 0 no-repeat;
this image file: arrow_nav_hover_up.png does not exist but I have replaced with bg_button_search.png and now works.

Hope the helps any others with the same issue.