wordpress: search in business directory plugin does not work - php

I am having problem with searching business directory for my wordpress. I am currently using https://businessdirectoryplugin.com/ for the business directory.
And there is this search link:
http://harta.net/developer-property-listing/
For example, if I type-in the word "Adenland", nothing comes up (and somehow it goes to advance search). It should be able to search the word i type in.
How can I solve this ?
below is a screenshot on how I enable the search. But somehow search is not working, is there something I should do ?

I think you should use any other plugin as most of the plugins available. The most recent one I used is https://fulltextsearch.org/. I hope it solves your problem.

Related

Joomla 3.8 Adding a Custom Registration Check

I'm building a website using Joomla 3.8.0.
I'd like to add a custom question to the registration process. For example, I'd like to ask them the capital city of Canada and then check upon submit if the answer was Ottawa. I'd like to do this, if possible,using an extension and not modifying php code within Joomla.
Does anyone know of such an extension? I've looked through the Joomla extensions directory already, but haven't seen one that seems to do what I want. Seems they all simply allow custom fields, but not fields that can be reviewed for a specific answer as described above. Preferably it would be free as well.
Thanks!
EasyCalcCheck Plus will do this for you. It's free. There are probably others too.

Implement search option/tool in website

I have to implement search option/tool in my website. Search tool should search contents only from my website like some category name or file name. I'm developing website in PHP. I have also referred this link too. But I want some templates or
some demo like video lecture or blog which describes that how to develop.
In that link, there is option to describe all the data. But how? And I also want to develop in core PHP.
If anyone know answer then please explain or suggest me link from where I can understand from beginning. Thank You.

edit magento navigation without coding

I just recently started working with a Magento site, and so far I'm really not liking it. I need to remove a couple links from the main navigation, but I can't seem to find the option for it. I've googled it numerous times, and all I see are examples for coding the navigation. My question is, can you edit the site navigation like you can with say wordpress? Seeing how it's a cms I'd imagine the user should be able to make changes to the navigation using some type of interface, and without having to pull the files from the server and edit them.
Also just out of curiosity, for anyone experienced with Magento would you say it's a good choice for a cms? I've heard of it before, but haven't seen many sites that use it.
No!, so you have three options here.
Learn how to extend the navigation with the 100's of tutorials out there, it is really not that hard, assuming you have a theme you just have to edit app/design/frontend/[theme]/default/template/page/html/topmenu.phtml
Get an extension to do it for you.
Hire a developer to do it for you, we create a static block with installer for the html which make it slightly more user friendly to update in the future.
Stackoverflow is a bad place to ask questions like this, it is aimed at programmers and doing such a procedure is rudimentary stuff, I really hope you are a client trying to be cheap rather than someone who claims they can run this site.
Edit: The cms features are ok but you need to be able to code to set them all up so the end user can make the changes with WYSIWYG.
If you don't want to code for navigation then you can do below things
1) Create category and then Display Settings=>Display Mode=>static block only and Display Settings=>CMS Block=>static block name. In static block u can include in page url or custom page
2)You need to hire developer
If you're using Magento and have an integrated WordPress blog, it's possible to design a completely custom menu in the WordPress Admin using the menu builder. You have complete control over what menu items you want and the hierarchy of each item.
To get this to work, you need to integrate your WordPress blog using WordPress Integration in full integration mode. Your Magento template also has to be using the default Topmenu block.

Search Widgets' title on ELGG 1.8

I'm developing a social portal with ELGG 1.8 and I'm having some trouble with ELGG's default search engine.
What I want to do:
I need widgets' titles to be included in the search engine process/result list and they aren't by default. I don't know how to enable it.
What I achieved:
Now in search results widgets' descriptions are listed, but no titles yet.
Can someone suggest me something about how to solve this? I already read ELGG documentations from http://docs.elgg.org but I didn't find anything usefull.
Widgets are entites in Elgg. But they differ in such a way that they lack title and description. Your solution is to create a hook for the widget creation event and add title and description and add widget entities to search function. (it needs some major coding)
I am not getting how you are searching widgets based on descriptions?
The better place to ask these types of questions is Elgg community itself.

How to fix LONG urls in magento for Layered navigation. SEO Practice

According to some SEO Practices having long URL is not good.
Magento uses layered navigation and when you have lots of attributes then the URL becomes very very long.
I can not put an URL here because the moderatos say its too localized.
I just wanted to know if this is possible to fix using any kind of code?
As I am not an expert on magento or php, I can not provide any code because I dont even know where should I start looking for to fix this.
Somebody suggested editing filter.phtml and put rel=nofollow.
Is it a good practice? Is it recommended that search engines dont crawl those pages that are related to layered navigation?
Another problem they have is that the title and description its always the same.
This is the technical solution:
Copy filter.phtml from app/design/frontend/base/default/template/catalog/layer to the equivalent directory in your site's theme.
In the anchor tag there (should be only one) add a rel="nofollow" attribute.
However, I would expect first that a SEO expert tell us if this should be done this way or not.
You might also consider using a rel="canonical" to point back to the main category that lists all of your products, that way more "juice" is sent back to that page for ranking.
More on that here: http://www.google.com/support/webmasters/bin/answer.py?answer=139394
Another solution would be to add the site to Google Webmaster Tools and then adjust how Google treats certain query string variables. By default, Google (and presumably others) examine pages with certain query string variables and try to determine if the page is different enough to rank separately or only rank the most relevant page.
Thank you very much for your post, for help I created a module that solves this error.
https://github.com/jruzafa/Devopensource_LayerCatSeo
Why don't you read YOAST Magento SEO article?
YOAST Magento SEO

Categories