<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Solved] Avada theme excerpt do not show]]></title><description><![CDATA[<p dir="auto"><strong>IMPORTANT: If you're using Avada Theme 7.0+, please check the next message.</strong></p>
<p dir="auto">There is a small incompatibility of WPFTS Pro with the popular Avada Theme. This theme is using custom excerpt processing, which does not intend to show an excerpt of the attachment file when you <strong>search files by content</strong>. Also, this theme will not show the Smart Excerpts output.</p>
<p dir="auto">Likely, the theme authors allow us to redefine the theme "content shortener" function by ours, which makes it possible to create a small fix without the need to patch the main theme files.</p>
<p dir="auto">Please follow these steps:</p>
<ol>
<li>
<p dir="auto">Open your <code>functions.php</code> file of the Avada theme (or Avada child theme)</p>
</li>
<li>
<p dir="auto">Put this code to the beginning of the file</p>
</li>
</ol>
<pre><code class="language-PHP">function fusion_get_post_content_excerpt( $limit = 285, $strip_html, $page_id = '' ) {
        ob_start();
        the_excerpt();
        return ob_get_clean();
}
</code></pre>
<ol start="3">
<li>Save the <code>functions.php</code> file.</li>
</ol>
<p dir="auto">It should fix the issue with Smart Excerpts. Now you will see WPFTS Pro's excerpts with Google-like markup and even attachment file contents.</p>
<p dir="auto">Have fun!</p>
]]></description><link>https://fulltextsearch.org/forum/topic/11/solved-avada-theme-excerpt-do-not-show</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 05:40:23 GMT</lastBuildDate><atom:link href="https://fulltextsearch.org/forum/topic/11.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 May 2020 12:38:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved] Avada theme excerpt do not show on Sun, 19 Jun 2022 15:51:41 GMT]]></title><description><![CDATA[<p dir="auto">There is a simpler way for fix the Avada Theme search results issue in case you're using Avada Theme 7.0+.</p>
<p dir="auto">In this version the authors enabled to override the output of search results by the hook. So using the simple addon become possible.</p>
<p dir="auto">Just download it and install. And enjoy the Smart Excerpts <img src="https://fulltextsearch.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=23e484cf4cf" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto"><a href="/forum/assets/uploads/files/1655653898137-wpfts-addon-avada-theme.zip">wpfts-addon-avada-theme.zip</a></p>
]]></description><link>https://fulltextsearch.org/forum/post/317</link><guid isPermaLink="true">https://fulltextsearch.org/forum/post/317</guid><dc:creator><![CDATA[EpsilonAdmin]]></dc:creator><pubDate>Sun, 19 Jun 2022 15:51:41 GMT</pubDate></item></channel></rss>