Tobias
Forum Replies Created
-
By the way, I used this code for the ajax-powered search in its template:
while ( have_posts() ) :
the_post();
?>
<div class="relevanssi-live-search-result" role="option" id="" aria-selected="false"><p><a href="<?php echo esc_url( get_permalink() ); ?>"><?php the_title(); ?> <span class="small-search-cat"> <?php echo ' ('; foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; echo ')'; } ?></span> »</a></p></div><?php
endwhile;Maybe someone finds it useful.
Tobias
Thanks alot. I’ll have a look at it.
Tobias
Forum: Plugins
In reply to: [W3 Total Cache] Exclude shortcodes from being cached?Thank you. I’ll have a look at it.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Searching multiple sitesThanks for the quick reply. ??
Multisite could be an option. Unfortunately, the process to convert existing sites into a multisite one can be challenging. At least what I figured out in WP documentation and some third party sources found on the Web. So not sure if I want to consider this as an option.
I’ll continue research. Anyway, thanks for your tips.
Tobias
Thank you! ??
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Limit search to page/post title onlyWorks perfectly! Thank you very much.
(In this specific case, the index was reduced from 72977 to 2479 terms without the search losing any of its usefulness.)
Forum: Plugins
In reply to: [WP Super Cache] Cron job claimed not working, but it doesDISABLE_WP_CRON is defined. I’m using a CRON job of my own.
However, I do so on multiple websites the same way. But the warning message pops up only on that specific website, not on the others which are configured the same way. So that’s why I wonder about.
Could the used theme make an influence there? I originally used a different one on that specific site, but it became replaced for a while by a new modern theme.
Anyway, thanks very much for your hint. I’ll alter configuration as you advised. ??
Forum: Plugins
In reply to: [WP Super Cache] Exclude specific shortcodes from cached?Thanks for your quick reply and your explanations regarding this issue. It really helps me to solve the problem.
Thanks for your quick reply. ??
Forum: Plugins
In reply to: [Perfecty Push Notifications] How to use HTML in “subscribe text” fieldToo bad, still no answer…
Forum: Plugins
In reply to: [WP Super Cache] Object cache support?@bruceallen: Thanks for your reply. PHP 8.1.16 is installed, APCu extension is installed and configured as well.
However, what kind of plugin is needed to make use of it (ideally, it should be compatible with WP Super Cache)? My search in the plugin repository was not really successful.
Forum: Plugins
In reply to: [WP Super Cache] Object cache support?@cena: Thanks for your reply. So it seems that when WP states having “APCu” available as object cache, there are still additional server-side requirements to be met?
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] Strange spinner styleI thought I already tried this, but noticed that I had a typo in my code which I haven’t found during testing.
Now it works great, thanks to your help and provided example. ??
Thanks. ??
Forum: Plugins
In reply to: [Relevanssi Live Ajax Search] TranslationThere are currently five sites, each with about one hundred posts, all hosted on a dedicated server. Search feature of the site is rarely used (about ten a day per site), as I just found out yesterday.
So I guess it will be no problem. ??
Thanks again for your quick support!