-
AuthorPosts
-
October 16, 2015 at 7:59 pm #24350
Is it possible to make the search bar more visible? I mean maybe we can put it in the center of revolution slider like what I saw in microstock agencies website like shutterstock. Is there any possibility to have this option for a Plus user in the future?
October 16, 2015 at 9:58 pm #24351October 16, 2015 at 11:56 pm #24353Sure you can. Revolution Slider will accept code. See my website for an example.
October 17, 2015 at 1:37 am #24354October 17, 2015 at 2:05 am #24355I’ve used a simple html search form for Woocommerce products (<input type=”hidden” name=”post_type” value=”product” />). Added a little bit of inline styling to it.
Just add a global layer to make it visible at every slide and add the html code in a text field.
October 17, 2015 at 2:17 am #24356October 17, 2015 at 4:00 am #24357Thanks for that Robin. Redneck nice website, this is where I got the idea of asking it because I saw it in your website http://picturebreeze.com/. i will try to do it anyway. Thank you
August 11, 2016 at 6:03 pm #27610Hi guys,
I really like your sites, amezindesign and Andre, and the moment I saw them I wanted a search bar like yours. I found this code (I don’t know programming) and put it on the revolution slider:
<form action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” method=”get”>
<input name=”s” type=”text” value=”Search by keywords…” onblur=”this.value = this.value || this.defaultValue;” onfocus=”this.value = ”;” />
<input type=”submit” value=”Search” />
<input type=”hidden” name=”post_type” value=”product” />
The problem is, that by some reason, the search doesn’t see keywords. Any idea how to change that?
Thank you.
August 11, 2016 at 7:21 pm #27611August 11, 2016 at 8:16 pm #27615September 3, 2016 at 12:01 am #27764Hi,
Ok, the search sees the keywords now, but if I search for more than one kw I get no results.
I tried on other sites and it works.
September 3, 2016 at 3:38 am #27765Hi,
Ok, the search sees the keywords now, but if I search for more than one kw I get no results.
I tried on other sites and it works.
I’m using the “Relevanssi” plugin for fine tuning search results. Maybe you want to look into it.
September 3, 2016 at 11:20 am #27767September 4, 2016 at 3:37 am #27772Hi, Andre. It was your site that I tested and worked. Thanks for the tip, I will wait – maybe Robin will solve that problem.
September 4, 2016 at 3:49 am #27773 -
AuthorPosts
You must be logged in to reply to this topic.