mikehermary
Forum Replies Created
-
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Map No Longer ShowingHello,
I have reviewed the rendered code in the browser and it looks like there may be a quote mismatch issue in the content of the infobox for one specific post. Maybe try adding that content again and see if that resolves the issue.
Cheers,
Forum: Plugins
In reply to: [Novo-Map : your WP posts on custom google maps] Map No Longer ShowingHello,
I noticed you have a syntax error displaying in the console on the provided link.
Uncaught SyntaxError: '' string literal contains an unescaped line break projects-map:594:2743
Could this be the reason why the map is no longer displaying?
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Queries with ampersand return mixed resultsHello Mikko,
Thanks for pointing out that settings change. Keyword searches with ampersands are now working as expected.
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello Mikko,
Thanks for the code snippet. I really appreciate it.
It has helped with our issue, but we are still working on adjusting weights and code in order to provide the best search results for our client’s site.
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello Mikko,
Here are the admin URLs for GeoDirectory Place CPT tags and core WordPress. The GD place tags seem to use the same taxonomy structure as core, so I am not sure this would be causing the issues.
- /wp-admin/edit-tags.php?taxonomy=gd_place_tags&post_type=gd_place
- /wp-admin/edit-tags.php?taxonomy=post_tag
Are you aware of any compatibility issues between your plugin and GeoDirectory?
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello Mikko,
Thanks for the reply.
I have dropped the weight for the titles to 0 and left everything as is. When I perform an admin search for “car wash”, the BigFoot & Co Ltd post moves into result number one.
Here are the Query Monitor queries:
SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title * 0 + relevanssi.content * 4000 + relevanssi.comment * 0.75 + relevanssi.tag * 3600 + relevanssi.link * 0 + relevanssi.author + relevanssi.category * 40 + relevanssi.excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn AS tf FROM wp_relevanssi AS relevanssi WHERE relevanssi.term = 'wash' ORDER BY tf DESC LIMIT 500
SELECT DISTINCT(relevanssi.doc), relevanssi.*, relevanssi.title * 0 + relevanssi.content * 4000 + relevanssi.comment * 0.75 + relevanssi.tag * 3600 + relevanssi.link * 0 + relevanssi.author + relevanssi.category * 40 + relevanssi.excerpt + relevanssi.taxonomy + relevanssi.customfield + relevanssi.mysqlcolumn AS tf FROM wp_relevanssi AS relevanssi WHERE relevanssi.term = 'car' ORDER BY tf DESC LIMIT 500
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello Mikko,
Just checking to see if you had a chance to review my last reply with additional details.
Thanks for all of your assistance so far.
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello,
The scores remained the same no matter the weights. See the query and results below.
Query variables:
post_types: gd_place
s: car wash
relevanssi_admin_search: 1
operator: OR
posts_per_page: -14000 for content, 3600 for tags, 60 for titles
Ron’s Gas & Wash gd_place (Edit gd_place)
Score: 3834.17Speedy Wash Laundromat gd_place (Edit gd_place)
Score: 3771.32BigFoot & Co Ltd gd_place (Edit gd_place)
Score: 188.57100 for content, 80 for tags, 60 for titles
Ron’s Gas & Wash gd_place (Edit gd_place)
Score: 3834.17Speedy Wash Laundromat gd_place (Edit gd_place)
Score: 3771.32BigFoot & Co Ltd gd_place (Edit gd_place)
Score: 188.57Ron’s Gas & Wash place listing has no content and the following tags: auto, automotive, and car.
BigFoot & Co Ltd place listing has no content and the following applicable tags: car wash and truck wash.
Adding “Wash” to the title of BigFoot & Co Ltd boosts it to number one in the results.
Removing “Wash” from the Ron’s Gas & Wash title lowers its ranking in the search results.
It seems titles are receiving the most weight, no matter what the scores are set to in the admin panel.
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello,
I have tried changing the tag weight to 3600 and the content weight to 4000, but posts without any tags are still displaying first in the search results. Titles are still using the weight of 60.
A example result of “Redline Truck ‘N’ Trailer Services” is displaying first in the results when searching for “truck wash”. Its title contains “truck”, but there are no tags attached to this post and no text contained in its post content block.
Another example results, “BigFoot & Co Ltd” is displaying fourth in the results when searching for “truck wash”. It has the following tags: “car wash” and “truck wash”, but no text contained in its post content block.
Any suggestions? Would using a filter be the better option?
Cheers,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Issues with search area weightsHello,
Thanks for the reply.
Big Foot & Co scores 188.57 and Speedy Laundromat scores 3771.32, so there is a big difference.
Cheers,
Hello,
Thanks for the prompt reply.
I have reviewed the ordering KB article, but I need to confirm if more than one ordering option can be set for the search results. For example, ordering the results by title alphabetically AND relevance.
Cheers,
Hello,
This issues seems to have been resolved by updating to the latest release of SSO. Thanks for your assistance.
Cheers,
Hello,
Thanks for the reply.
After updating to the latest release, it seems like the notices are being dismissed permanently on our sites.
Cheers,
Hello,
No. We have disabled all plugins except for Jetpack and Akisment on our staging site and the email button still does nothing.
The staging environment is the same as production.
Cheers,
Hello,
We have Akismet enabled and it seems to be working correctly.
We have also tried the code in our theme’s functions.php, but it has not fixed the share by email issue.
Cheers,