bennettmcelwee
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Meter] Search Meter Not Working With Latest WordPress VersionI have tested it with the latest version of WP (6.5.4) and updated the documentation. The warning message should now be gone.
Forum: Plugins
In reply to: [Search Meter] Critical ErrorThanks for that detailed information. This problem is fixed in the latest Search Meter (2.13.5). When I have time i will review the plugin code more thoroughly in case there are other compatibility problems with PHP 8.
Forum: Plugins
In reply to: [Search Meter] Any update planοΌ Setting can’t woth with PHP8This problem is now fixed with the latest version of Search Meter (2.13.5). Thanks for reporting it.
Forum: Plugins
In reply to: [Search Meter] Critical ErrorI am upgraded all my sites to PHP 8.0 and the latest WP and Search Meter, hopefully I can get this fixed soon. But maybe not till next year π
Forum: Plugins
In reply to: [Search Meter] Critical ErrorSorry all, I did not encounter this during my (minimal) testing. Hopefully I will be able to fix this sometime in the next week.
Forum: Plugins
In reply to: [Search Meter] Critical ErrorOK, I have tested in WP 6 as well, and have no problems with any of the functionality. I will see if I can figure out a way to get more information about the problem you are seeing.
You could try uninstalling and reinstalling Search Meter, but if you do that you will lose all your search statistics.
I will let you know if I come up with a way to get more information from you.
Forum: Plugins
In reply to: [Search Meter] Critical ErrorIt’s still working fine for me in WP 5.9.3. Have you made any changes to your setup recently? WP or plugin updates, for example?
Forum: Plugins
In reply to: [Search Meter] No resultsCan you tell me your website address so I can check?
Forum: Plugins
In reply to: [Search Meter] Display popular keywordsThanks @vutruso !
Forum: Plugins
In reply to: [Search Meter] Website HackedOh dear! I am not aware of any security problems with Search Meter. Hopefully you won’t get hacked again.
If you do have any further problems on your site without Search Meter installed, please let me know. That would be useful information.
Thanks!
Forum: Plugins
In reply to: [Search Meter] PHP noticesSorry about that, I thought I had gotten rid of all the warnings. I will fix them when I get a bit of time.
Forum: Plugins
In reply to: [Search Meter] Threat FoundIt’s a bit confusing! That screenshot implies that there is a problem with Search Meter 2.13.3, but has no information about what the vulnerability is. Their info page on Search Meter just says that “all versions” of the plugin are insecure but doesn’t actually specify any version numbers. That’s pretty unhelpful. It seems likely that their page was based on version 2.13.2 but hasn’t been updated. I will try to confirm that with them if I can.
Forum: Plugins
In reply to: [Search Meter] search-meter manually display codeThere are template tags for displaying Search Meter, but you have to make changes to your theme to use them. The tags are
sm_list_popular_searches()andsm_list_recent_searches().It would be better to use a theme that allows footer widgets.
To show the Search Meter results in a horizontal line instead of a vertical list, you can add some CSS code. Here’s how to do it:
– Log in to your website
– Click Customize at the top of the screen
– Click Additional CSS
– In the box, paste the following CSS code:.widget_search_meter ul {
list-style-type: none;
margin-left: 0;
}
.widget_search_meter li:not(:last-child):after {
content: “,”;
}
.widget_search_meter li {
display: inline;
}– Click Publish
Forum: Plugins
In reply to: [Search Meter] Only not exited words..It shows all search terms. It is possible that you have some other plugin that takes over the search process before Search Meter sees it. Do you have any other search plugins?
Forum: Fixing WordPress
In reply to: Editor displays post body as HTML instead of blocksI was going to say no, but I checked and apparently I did. So I re-enabled it and now everything is fine. Thanks for your help and I promise to check a bit more thoroughly next time. π