Hello I’m trying to work with this plugin in my site: https://trafficexchange24.com/index.php/marketplace/
I’m trying to implement 2 search types in my site. The main search works for my microjob and the second search box (your plugin) is for edd downloads only. But when I try to search for any downloads it did not show anything.
Can you please check the live site here, and please help me to fix that. If you do not understand what I mean, could you please massage me again so I can explain more.
What I am trying is to marge 2 site in a single site, like one is microjob site and other is marketplace. For marketplace I’m using visual composer with easy digital downloads plugin. And for microjob i’m using a theme and this is the one and only base theme for my site.
# What I want is the search things improvement. Like when ever people go to my site main page and they search for anything they will get the results from all the microjob are posted here.
# But when a user will go to Marketplace page and when they search for a things they will get only results from the EDD downloads products.
Can you please help me on this, I can pay if you want. But I need 2 search pages or 2 search system to show 2 types of results.
Thank you
Zak
Hi Dave,
The clients customers are often inputting searches without spaces which returns nul results.
I’m wanting to add a Regex interrupt like this
$subject = 'sitepoint12345demo';
$parts = preg_split('/(\d+)/', $subject, NULL, PREG_SPLIT_DELIM_CAPTURE);
echo implode(' ', $parts);
but am not sure how I might create a function that would handle this
Any thoughts please?
Cheers
Brian
]]>Hi David,
I encountered a similar problem to the one that your only one-star reviewer left, where I could not get search results at all. The problem seems to be pretty simple, but I’m not sure of the best way to fix it.
I am using the plugin on a single page where my downloads are displayed using EDD’s built-in [downloads]
shortcode, meaning that the URL for this page looks like mydomain.com/mystore
. The problem seems to be that when I submit my query, the plugin attempts to search that subdirectory for posts, and yields no results every time, since no posts are stored in that location.
The URL the plugin generates looks like this: mydomain.com/mystore/?post_type=download&s=my+search+terms
When pointed at the directory where posts are stored, it works properly: mydomain.com/?post_type=download&s=my+search+terms
How can I resolve this? It seems like it would make more sense if the plugin pointed to the original WordPress install location by default, since that’s where it will find posts. Perhaps if you’re still updating this plugin, you could include this in the next update?
Thanks!
]]>what would be the php code to integrate this into my child theme im no expert in php and curious if this was an option?
]]>Is this right that the plugin only searches the Product titles? I have put my keywords in every possible place and I never get any search results using my keywords (keywords that are not in the title).
I will be selling Stock Photography, and I MUST have a keyword search. I was going to use WooCommerce, because they have a predictive search, but thought I would see if this plugin would do the job.
So just checking in…to see if what I am finding is true.
Sir
how can it search blog post ? since i have installed fundify theme,now, it still only campaign object can be searched out in grid view, but this plugin can’t show blog post’s (and other formats of post types) search result at all, how can i solve this problem
thanks
]]>Hello,
I would like to integrate this not as a widget in my sidebar but use in place of my current search site form in my header. What template tag can I use?
Paul
]]>Hi David,
Is there any way to customize the layout of search results? Would like to show results the same way they look in the category page (grid format, without descriptions).Right now (by default) the featured image is blown up, pixelated, and cut off, & all of the description text appears.
Also, I noticed that if a download title has more than one word and when only one of those words is typed in the search box, there are no results found.
Thanks very much!
Hi,
I’ve network activated this plugin on my multisite network and had a question: is there any way to have the search get results from across the network?
Right now the results are only showing for the particular site the search was made on.
Thank you kindly for any help you can provide!
]]>Hi,
is it possible (maybe for a future update) to let the search box only search in specific download categories, that can be adjustable?
I want to have multiple search boxes, for each category.
Greets,
Fancywordpresser
In the shop page of my website when a search is made, the search page with the results appear but… It’s counting wrong. When there’s one result, it appears the phrase “2 hits for__”. When there are two, the phrase is “3 hits for__”. The page is https://cartunesco.com/shop/ . You can try searching for “cow” (one result) or for “pig” (two results). Please, help me to fix this. Thank you in advance.
]]>Hi!
excellent plugin and very useful!!!
thanks a lot.
I installed it and it is working fine.
I am using of course the EDD plugin and the spiritualized theme form captaintheme.com which is supposed to be made specifically for EDD.
have two question whixh I think are not realted.
1> The search button is not showing. For the plugin to work I have to write the search term and press enter.
2> Is there a way to specify the page that will show when no downloads/products are found after making a search?
Currently when I make a search and no products are found,
for this example the search term is: carro
I am directed to a page in my site:
https://www.mydomain.com/?post_type=download&s=carro
where a Not Found message is displayed and a search box is shown but this search box is the regular wordpress search box, it is not your EED search plugin box.
any ideas>?
thanks a lot once again
excellent contribution!
Hi David,
I’m noticing the search plugin does not access product tags or categories. Is there a way to accomplish this? One way might be to get tags and categories to appear somewhere in the product description. Then it would work, right? Any idea how I might do that?
Thanks for being generous with this plugin,
Daniel
]]>I’m using a theme (Cover WP) with a left and right sidebar. I put the EDD Search widget into the right sidebar. Problem is the “Search downloads for:” the search box and the search button are shifted far into the left column and outside of the borders of the widget. Each of my widgets are in a div that has a border. The main content of this widget is not only sitting primarily on top of content in the left sidebar, it’s also outside of the div.
I’ve tried adding your example CSS file to mine and it seems like no matter what I do, the settings are being overwritten by a file somewhere else.
]]>